.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-8b40b0fd-2cf3-4ddd-9828-0d28a318a84a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8b40b0fd-2cf3-4ddd-9828-0d28a318a84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b40b0fd-2cf3-4ddd-9828-0d28a318a84a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ac8d73c4-14c1-4338-98b1-e5fb57003bce {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ac8d73c4-14c1-4338-98b1-e5fb57003bce .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-50dbd4b2-cf1f-4a04-aa0f-5dfaecfbaf69 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-50dbd4b2-cf1f-4a04-aa0f-5dfaecfbaf69 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  display: none;
}
#s-5c75adfa-9127-415a-b8be-8489e1835639, #wrap-s-5c75adfa-9127-415a-b8be-8489e1835639, #wrap-content-s-5c75adfa-9127-415a-b8be-8489e1835639 { display: none !important; }}@media (max-width: 767px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  display: none;
}
#s-5c75adfa-9127-415a-b8be-8489e1835639, #wrap-s-5c75adfa-9127-415a-b8be-8489e1835639, #wrap-content-s-5c75adfa-9127-415a-b8be-8489e1835639 { display: none !important; }}
#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c75adfa-9127-415a-b8be-8489e1835639 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-5c75adfa-9127-415a-b8be-8489e1835639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c75adfa-9127-415a-b8be-8489e1835639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c75adfa-9127-415a-b8be-8489e1835639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c75adfa-9127-415a-b8be-8489e1835639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c75adfa-9127-415a-b8be-8489e1835639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c75adfa-9127-415a-b8be-8489e1835639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c75adfa-9127-415a-b8be-8489e1835639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c75adfa-9127-415a-b8be-8489e1835639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c75adfa-9127-415a-b8be-8489e1835639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c75adfa-9127-415a-b8be-8489e1835639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c75adfa-9127-415a-b8be-8489e1835639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c75adfa-9127-415a-b8be-8489e1835639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c75adfa-9127-415a-b8be-8489e1835639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c75adfa-9127-415a-b8be-8489e1835639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c75adfa-9127-415a-b8be-8489e1835639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c75adfa-9127-415a-b8be-8489e1835639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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 ::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-c074ea5a-4012-4369-ab4c-5d804d2aad8c {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c074ea5a-4012-4369-ab4c-5d804d2aad8c {
  display: none;
}
#s-c074ea5a-4012-4369-ab4c-5d804d2aad8c, #wrap-s-c074ea5a-4012-4369-ab4c-5d804d2aad8c, #wrap-content-s-c074ea5a-4012-4369-ab4c-5d804d2aad8c { display: none !important; }}@media (max-width: 767px){#s-c074ea5a-4012-4369-ab4c-5d804d2aad8c {
  display: none;
}
#s-c074ea5a-4012-4369-ab4c-5d804d2aad8c, #wrap-s-c074ea5a-4012-4369-ab4c-5d804d2aad8c, #wrap-content-s-c074ea5a-4012-4369-ab4c-5d804d2aad8c { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-8d96a4dd-73cf-4fba-955e-f75371e3121d {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-8d96a4dd-73cf-4fba-955e-f75371e3121d {
  display: none;
}
#s-8d96a4dd-73cf-4fba-955e-f75371e3121d, #wrap-s-8d96a4dd-73cf-4fba-955e-f75371e3121d, #wrap-content-s-8d96a4dd-73cf-4fba-955e-f75371e3121d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d96a4dd-73cf-4fba-955e-f75371e3121d {
  display: none;
}
#s-8d96a4dd-73cf-4fba-955e-f75371e3121d, #wrap-s-8d96a4dd-73cf-4fba-955e-f75371e3121d, #wrap-content-s-8d96a4dd-73cf-4fba-955e-f75371e3121d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d96a4dd-73cf-4fba-955e-f75371e3121d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d96a4dd-73cf-4fba-955e-f75371e3121d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d96a4dd-73cf-4fba-955e-f75371e3121d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d96a4dd-73cf-4fba-955e-f75371e3121d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  
}
}
#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-86b81e0c-b19c-41d2-8066-3e648a290b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d img.shogun-image {
  width: 100%;
  
  
  

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




.s-86b81e0c-b19c-41d2-8066-3e648a290b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b81e0c-b19c-41d2-8066-3e648a290b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8da67753-15f5-4246-a205-29b52ce2545c {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

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

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

#s-4bb02da6-3b2d-4590-9d9b-005ee2585356 {
  margin-left: auto;
margin-right: auto;
}

#s-4bb02da6-3b2d-4590-9d9b-005ee2585356 hr {
  border-top: 1px solid #ddd;
}

#s-0207751f-f478-474d-8917-3f585ccb63bc {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-0207751f-f478-474d-8917-3f585ccb63bc .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f0881bae-7b34-4609-89ea-1d2ca16d5759 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-f0881bae-7b34-4609-89ea-1d2ca16d5759 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  display: none;
}
#s-5928106d-16ee-44c4-a3e5-f99f845e85d7, #wrap-s-5928106d-16ee-44c4-a3e5-f99f845e85d7, #wrap-content-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 { display: none !important; }}@media (max-width: 767px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  display: none;
}
#s-5928106d-16ee-44c4-a3e5-f99f845e85d7, #wrap-s-5928106d-16ee-44c4-a3e5-f99f845e85d7, #wrap-content-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 { display: none !important; }}
#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5928106d-16ee-44c4-a3e5-f99f845e85d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5928106d-16ee-44c4-a3e5-f99f845e85d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5928106d-16ee-44c4-a3e5-f99f845e85d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746 {
  margin-top: 25px;
margin-left: 4%;
margin-bottom: 25px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746 {
  display: none;
}
#s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746, #wrap-s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746, #wrap-content-s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746 { display: none !important; }}@media (max-width: 767px){#s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746 {
  display: none;
}
#s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746, #wrap-s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746, #wrap-content-s-a2ff0ee4-ba1a-4c7f-85f9-11a241b43746 { display: none !important; }}
#s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9 {
  display: none;
}
#s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9, #wrap-s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9, #wrap-content-s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9 {
  display: none;
}
#s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9, #wrap-s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9, #wrap-content-s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c4c3f1-0d86-4753-8f4d-57afe1c46ba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f45cf6-f8a5-4b56-8a3f-959ddd684cb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6f6dda6a-ebd8-4d3a-8cdb-8e6893040ab4 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
}

#s-f6b441b1-de9b-4744-a076-aa51eb322d92 {
  margin-left: auto;
margin-right: auto;
}

#s-f6b441b1-de9b-4744-a076-aa51eb322d92 hr {
  border-top: 1px solid #ddd;
}

#s-9ac64b13-9136-4c23-9650-afd2c212c7b6 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-9ac64b13-9136-4c23-9650-afd2c212c7b6 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  display: none;
}
#s-0d07f54e-0d60-4626-880e-93b37d346e8d, #wrap-s-0d07f54e-0d60-4626-880e-93b37d346e8d, #wrap-content-s-0d07f54e-0d60-4626-880e-93b37d346e8d { display: none !important; }}@media (max-width: 767px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  display: none;
}
#s-0d07f54e-0d60-4626-880e-93b37d346e8d, #wrap-s-0d07f54e-0d60-4626-880e-93b37d346e8d, #wrap-content-s-0d07f54e-0d60-4626-880e-93b37d346e8d { display: none !important; }}
#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d07f54e-0d60-4626-880e-93b37d346e8d img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-0d07f54e-0d60-4626-880e-93b37d346e8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d07f54e-0d60-4626-880e-93b37d346e8d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d07f54e-0d60-4626-880e-93b37d346e8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d07f54e-0d60-4626-880e-93b37d346e8d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d07f54e-0d60-4626-880e-93b37d346e8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d07f54e-0d60-4626-880e-93b37d346e8d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d07f54e-0d60-4626-880e-93b37d346e8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0d07f54e-0d60-4626-880e-93b37d346e8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d07f54e-0d60-4626-880e-93b37d346e8d img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d07f54e-0d60-4626-880e-93b37d346e8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07f54e-0d60-4626-880e-93b37d346e8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6af7054-f3bb-45f5-913d-80ee45be2f1c {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-b6af7054-f3bb-45f5-913d-80ee45be2f1c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6d644016-118e-4293-963c-afd64f3fbc9c {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d644016-118e-4293-963c-afd64f3fbc9c {
  display: none;
}
#s-6d644016-118e-4293-963c-afd64f3fbc9c, #wrap-s-6d644016-118e-4293-963c-afd64f3fbc9c, #wrap-content-s-6d644016-118e-4293-963c-afd64f3fbc9c { display: none !important; }}@media (max-width: 767px){#s-6d644016-118e-4293-963c-afd64f3fbc9c {
  display: none;
}
#s-6d644016-118e-4293-963c-afd64f3fbc9c, #wrap-s-6d644016-118e-4293-963c-afd64f3fbc9c, #wrap-content-s-6d644016-118e-4293-963c-afd64f3fbc9c { display: none !important; }}
#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 {
  display: none;
}
#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9, #wrap-s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9, #wrap-content-s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 {
  display: none;
}
#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9, #wrap-s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9, #wrap-content-s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 {
  
}
}@media (max-width: 767px){#s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9 {
  
}
}
@media (min-width: 0px) {
[id="s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e41355c-6d2c-4195-84dc-123eb7bf9bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21fc3d3d-310c-4647-b63a-81c0fdc88f3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0ef70b60-cf7f-4049-90cc-970884921df9 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-3c6936e9-ddf7-43fc-8799-41038289a63a {
  margin-left: auto;
margin-right: auto;
}

#s-3c6936e9-ddf7-43fc-8799-41038289a63a hr {
  border-top: 1px solid #ddd;
}

#s-ca98a684-7de7-4748-a6d1-61068c82090a {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-ca98a684-7de7-4748-a6d1-61068c82090a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  display: none;
}
#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10, #wrap-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10, #wrap-content-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 { display: none !important; }}@media (max-width: 767px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  display: none;
}
#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10, #wrap-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10, #wrap-content-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 { display: none !important; }}
#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e458384-1fb1-47a6-9ff4-fe5d9a278d10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-82e51971-2d61-43d4-8252-a33e1819b9d6 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-82e51971-2d61-43d4-8252-a33e1819b9d6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b5678aea-b1af-411d-bcf8-4b282a17f7e6 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5678aea-b1af-411d-bcf8-4b282a17f7e6 {
  display: none;
}
#s-b5678aea-b1af-411d-bcf8-4b282a17f7e6, #wrap-s-b5678aea-b1af-411d-bcf8-4b282a17f7e6, #wrap-content-s-b5678aea-b1af-411d-bcf8-4b282a17f7e6 { display: none !important; }}@media (max-width: 767px){#s-b5678aea-b1af-411d-bcf8-4b282a17f7e6 {
  display: none;
}
#s-b5678aea-b1af-411d-bcf8-4b282a17f7e6, #wrap-s-b5678aea-b1af-411d-bcf8-4b282a17f7e6, #wrap-content-s-b5678aea-b1af-411d-bcf8-4b282a17f7e6 { display: none !important; }}
#s-312cf123-a561-44f5-853e-fc3aefd9765d {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-312cf123-a561-44f5-853e-fc3aefd9765d {
  display: none;
}
#s-312cf123-a561-44f5-853e-fc3aefd9765d, #wrap-s-312cf123-a561-44f5-853e-fc3aefd9765d, #wrap-content-s-312cf123-a561-44f5-853e-fc3aefd9765d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-312cf123-a561-44f5-853e-fc3aefd9765d {
  display: none;
}
#s-312cf123-a561-44f5-853e-fc3aefd9765d, #wrap-s-312cf123-a561-44f5-853e-fc3aefd9765d, #wrap-content-s-312cf123-a561-44f5-853e-fc3aefd9765d { display: none !important; }}
@media (min-width: 0px) {
[id="s-312cf123-a561-44f5-853e-fc3aefd9765d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-312cf123-a561-44f5-853e-fc3aefd9765d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-312cf123-a561-44f5-853e-fc3aefd9765d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-312cf123-a561-44f5-853e-fc3aefd9765d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0450821-c586-4232-8b40-b89cc15020b5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-e0450821-c586-4232-8b40-b89cc15020b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0450821-c586-4232-8b40-b89cc15020b5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e0450821-c586-4232-8b40-b89cc15020b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0450821-c586-4232-8b40-b89cc15020b5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e0450821-c586-4232-8b40-b89cc15020b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0450821-c586-4232-8b40-b89cc15020b5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e0450821-c586-4232-8b40-b89cc15020b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0450821-c586-4232-8b40-b89cc15020b5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0450821-c586-4232-8b40-b89cc15020b5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0450821-c586-4232-8b40-b89cc15020b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0450821-c586-4232-8b40-b89cc15020b5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e0450821-c586-4232-8b40-b89cc15020b5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0450821-c586-4232-8b40-b89cc15020b5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1764073d-88d5-416b-a2d0-e5161a319252 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-8b058258-f4f8-4fbc-b296-5162dc2a5777 {
  margin-left: auto;
margin-right: auto;
}

#s-8b058258-f4f8-4fbc-b296-5162dc2a5777 hr {
  border-top: 1px solid #ddd;
}

#s-62a3971a-8573-4f5a-adcf-d05703405c2e {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-62a3971a-8573-4f5a-adcf-d05703405c2e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
max-width: 1920px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  display: none;
}
#s-3c5b2dc5-7e07-450d-af8a-400450533b9c, #wrap-s-3c5b2dc5-7e07-450d-af8a-400450533b9c, #wrap-content-s-3c5b2dc5-7e07-450d-af8a-400450533b9c { display: none !important; }}@media (max-width: 767px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  display: none;
}
#s-3c5b2dc5-7e07-450d-af8a-400450533b9c, #wrap-s-3c5b2dc5-7e07-450d-af8a-400450533b9c, #wrap-content-s-3c5b2dc5-7e07-450d-af8a-400450533b9c { display: none !important; }}
#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c5b2dc5-7e07-450d-af8a-400450533b9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-3c5b2dc5-7e07-450d-af8a-400450533b9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b2dc5-7e07-450d-af8a-400450533b9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ce31c744-941c-47fa-a174-def3ff38a76b {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-ce31c744-941c-47fa-a174-def3ff38a76b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ec920680-2d4d-44e3-9de1-d3a876a3eee7 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec920680-2d4d-44e3-9de1-d3a876a3eee7 {
  display: none;
}
#s-ec920680-2d4d-44e3-9de1-d3a876a3eee7, #wrap-s-ec920680-2d4d-44e3-9de1-d3a876a3eee7, #wrap-content-s-ec920680-2d4d-44e3-9de1-d3a876a3eee7 { display: none !important; }}@media (max-width: 767px){#s-ec920680-2d4d-44e3-9de1-d3a876a3eee7 {
  display: none;
}
#s-ec920680-2d4d-44e3-9de1-d3a876a3eee7, #wrap-s-ec920680-2d4d-44e3-9de1-d3a876a3eee7, #wrap-content-s-ec920680-2d4d-44e3-9de1-d3a876a3eee7 { display: none !important; }}
#s-02922211-a883-49bc-b1f0-63dc51ef2baa {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-02922211-a883-49bc-b1f0-63dc51ef2baa {
  display: none;
}
#s-02922211-a883-49bc-b1f0-63dc51ef2baa, #wrap-s-02922211-a883-49bc-b1f0-63dc51ef2baa, #wrap-content-s-02922211-a883-49bc-b1f0-63dc51ef2baa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02922211-a883-49bc-b1f0-63dc51ef2baa {
  display: none;
}
#s-02922211-a883-49bc-b1f0-63dc51ef2baa, #wrap-s-02922211-a883-49bc-b1f0-63dc51ef2baa, #wrap-content-s-02922211-a883-49bc-b1f0-63dc51ef2baa { display: none !important; }}
@media (min-width: 0px) {
[id="s-02922211-a883-49bc-b1f0-63dc51ef2baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02922211-a883-49bc-b1f0-63dc51ef2baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02922211-a883-49bc-b1f0-63dc51ef2baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02922211-a883-49bc-b1f0-63dc51ef2baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb9956cb-7e0f-4207-9646-f013274054e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-cb9956cb-7e0f-4207-9646-f013274054e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb9956cb-7e0f-4207-9646-f013274054e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9956cb-7e0f-4207-9646-f013274054e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb9956cb-7e0f-4207-9646-f013274054e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9956cb-7e0f-4207-9646-f013274054e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb9956cb-7e0f-4207-9646-f013274054e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9956cb-7e0f-4207-9646-f013274054e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cb9956cb-7e0f-4207-9646-f013274054e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb9956cb-7e0f-4207-9646-f013274054e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9956cb-7e0f-4207-9646-f013274054e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9956cb-7e0f-4207-9646-f013274054e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-81d1d26c-d398-4e67-bdbc-85ec2d800404 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-787ee275-2443-4270-9436-60765d260ecd {
  padding-top: 20px;
padding-bottom: 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: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-787ee275-2443-4270-9436-60765d260ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-787ee275-2443-4270-9436-60765d260ecd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-25a68f63-ff8d-4a4b-89f0-6c8eb6cedfcb {
  margin-left: 6%;
margin-right: 6%;
}

#s-deb49b4d-3b84-40e1-8d42-216790705ee0 {
  margin-left: auto;
margin-right: auto;
}

#s-deb49b4d-3b84-40e1-8d42-216790705ee0 hr {
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c {
  display: none;
}
#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c, #wrap-s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c, #wrap-content-s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c {
  display: none;
}
#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c, #wrap-s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c, #wrap-content-s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c { display: none !important; }}
#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-cb7a12fd-274b-4ce6-891d-bf26cfd06a6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe {
  display: none;
}
#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe, #wrap-s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe, #wrap-content-s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe {
  display: none;
}
#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe, #wrap-s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe, #wrap-content-s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe { display: none !important; }}
#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe td.shogun-table-column, #s-4e0ffde9-b9e3-4157-a00a-ca36a4949fbe td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b-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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
  box-sizing: border-box;
}



.s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
      position: relative;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b-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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
  box-sizing: border-box;
}



.s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
      position: relative;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b-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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
  box-sizing: border-box;
}



.s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
      position: relative;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b-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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
  box-sizing: border-box;
}



.s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
      position: relative;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b-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-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4f1e0dd0-773f-4200-8914-a90c38858c1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image {
  box-sizing: border-box;
}



.s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container {
      position: relative;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f1e0dd0-773f-4200-8914-a90c38858c1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  max-width: 70px;
text-align: center;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0-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-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
  box-sizing: border-box;
}



.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0-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-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
  box-sizing: border-box;
}



.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0-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-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
  box-sizing: border-box;
}



.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0-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-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
  box-sizing: border-box;
}



.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0-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-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5725ca-0c6a-4d38-9b69-1247598f47e0.shogun-image {
  box-sizing: border-box;
}



.s-ea5725ca-0c6a-4d38-9b69-1247598f47e0 img.shogun-image {
  
}


}
#s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea60c25e-2d49-4e9c-9f3e-bb2c1f698ae6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin-top: 32px;
margin-bottom: 32px;
max-width: 70px;
text-align: center;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21-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-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 32px;
  margin-bottom: 32px;
}

.shg-image-content-margin-container-s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
  box-sizing: border-box;
}



.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21-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-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
  box-sizing: border-box;
}



.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21-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-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
  box-sizing: border-box;
}



.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21-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-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
  box-sizing: border-box;
}



.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21-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-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4e3116-6a0c-420e-a23f-9c4562641f21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4e3116-6a0c-420e-a23f-9c4562641f21.shogun-image {
  box-sizing: border-box;
}



.s-0f4e3116-6a0c-420e-a23f-9c4562641f21 img.shogun-image {
  
}


}
#s-462ee31c-f0f3-466d-8432-bf333ac6ebe6 {
  padding-top: 22px;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin: 0 !important;
  overflow: visible;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d-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-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 13px;
  margin-bottom: 13px;
}

.shg-image-content-margin-container-s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add background color handling */
  
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
  box-sizing: border-box;
}



.s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
      position: relative;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin: 0 !important;
  overflow: visible;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d-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-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add background color handling */
  
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
  box-sizing: border-box;
}



.s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
      position: relative;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin: 0 !important;
  overflow: visible;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d-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-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add background color handling */
  
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
  box-sizing: border-box;
}



.s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
      position: relative;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin: 0 !important;
  overflow: visible;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d-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-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add background color handling */
  
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
  box-sizing: border-box;
}



.s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
      position: relative;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  margin: 0 !important;
  overflow: visible;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d-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-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add background color handling */
  
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e6959ba3-1f14-40ac-bee0-4a67816d032d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image {
  box-sizing: border-box;
}



.s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container {
      position: relative;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6959ba3-1f14-40ac-bee0-4a67816d032d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1-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-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
  box-sizing: border-box;
}



.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
      position: relative;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1-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-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
  box-sizing: border-box;
}



.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
      position: relative;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1-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-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
  box-sizing: border-box;
}



.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
      position: relative;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1-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-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
  box-sizing: border-box;
}



.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
      position: relative;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1-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-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image {
  box-sizing: border-box;
}



.s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container {
      position: relative;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ace98f85-594c-44f8-8c0a-0563fc7101c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  max-width: 70px;
text-align: center;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5-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-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image {
  box-sizing: border-box;
}



.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5-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-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image {
  box-sizing: border-box;
}



.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5-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-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image {
  box-sizing: border-box;
}



.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5-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-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image {
  box-sizing: border-box;
}



.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5-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-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5.shogun-image {
  box-sizing: border-box;
}



.s-5bf4fe28-7b02-4f35-a04b-dcd53ac0eed5 img.shogun-image {
  
}


}
#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  max-width: 70px;
text-align: center;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4-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-ee23e174-7bae-4437-8e78-a84195331ea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ee23e174-7bae-4437-8e78-a84195331ea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image {
  box-sizing: border-box;
}



.s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4-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-ee23e174-7bae-4437-8e78-a84195331ea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ee23e174-7bae-4437-8e78-a84195331ea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image {
  box-sizing: border-box;
}



.s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4-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-ee23e174-7bae-4437-8e78-a84195331ea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ee23e174-7bae-4437-8e78-a84195331ea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image {
  box-sizing: border-box;
}



.s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4-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-ee23e174-7bae-4437-8e78-a84195331ea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ee23e174-7bae-4437-8e78-a84195331ea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image {
  box-sizing: border-box;
}



.s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4-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-ee23e174-7bae-4437-8e78-a84195331ea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee23e174-7bae-4437-8e78-a84195331ea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ee23e174-7bae-4437-8e78-a84195331ea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee23e174-7bae-4437-8e78-a84195331ea4.shogun-image {
  box-sizing: border-box;
}



.s-ee23e174-7bae-4437-8e78-a84195331ea4 img.shogun-image {
  
}


}
#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  max-width: 70px;
text-align: center;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42-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-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image {
  box-sizing: border-box;
}



.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42-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-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image {
  box-sizing: border-box;
}



.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42-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-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image {
  box-sizing: border-box;
}



.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42-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-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image {
  box-sizing: border-box;
}



.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42-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-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a6155d2-cad3-4bad-a48c-27fb91717b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6155d2-cad3-4bad-a48c-27fb91717b42.shogun-image {
  box-sizing: border-box;
}



.s-9a6155d2-cad3-4bad-a48c-27fb91717b42 img.shogun-image {
  
}


}
#s-012090f4-97b8-4a8b-9966-13e4369ee0e5 {
  padding-top: 22px;
}

#s-1784f48c-0c8d-47ea-9694-eaa42bd58b58 {
  padding-top: 22px;
}

#s-a96bb457-6d8a-4f71-ba06-635d57b79da6 {
  padding-top: 22px;
}

#s-7f310959-f9da-4561-aad1-ef6fa7b86d41 {
  padding-top: 22px;
}

#s-b1e25d14-3826-4612-b891-61c404cac92f {
  padding-top: 22px;
}

#s-a89ca3c6-5eae-4499-b69e-8cb9dc5ef66e {
  padding-top: 22px;
}

#s-179e75e0-3690-4781-a3fe-e373b55043b4 {
  padding-top: 22px;
}

#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c {
  display: none;
}
#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c, #wrap-s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c, #wrap-content-s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c {
  display: none;
}
#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c, #wrap-s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c, #wrap-content-s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c { display: none !important; }}
#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c td.shogun-table-column, #s-bbd8e014-0314-4f5b-8a7e-6f8fa10ab96c td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1-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-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
  box-sizing: border-box;
}



.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
      position: relative;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1-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-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
  box-sizing: border-box;
}



.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
      position: relative;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1-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-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
  box-sizing: border-box;
}



.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
      position: relative;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1-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-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
  box-sizing: border-box;
}



.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
      position: relative;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1-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-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image {
  box-sizing: border-box;
}



.s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container {
      position: relative;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-162d6ec9-f2c7-46d0-bc58-8081521d8ec1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  max-width: 70px;
text-align: center;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  margin: 0 !important;
  overflow: visible;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01-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-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add background color handling */
  
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
  box-sizing: border-box;
}



.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  
}


@media (min-width: 1200px){#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  margin: 0 !important;
  overflow: visible;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01-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-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add background color handling */
  
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
  box-sizing: border-box;
}



.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  margin: 0 !important;
  overflow: visible;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01-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-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add background color handling */
  
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
  box-sizing: border-box;
}



.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  margin: 0 !important;
  overflow: visible;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01-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-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add background color handling */
  
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
  box-sizing: border-box;
}



.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  
}


}@media (max-width: 767px){#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  margin: 0 !important;
  overflow: visible;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01-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-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add background color handling */
  
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01.shogun-image {
  box-sizing: border-box;
}



.s-933d97e1-a1bd-47d0-85c4-3d12bc9b5d01 img.shogun-image {
  
}


}
#s-57baabfa-962b-49a1-8b11-6ceff403dc1d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57baabfa-962b-49a1-8b11-6ceff403dc1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-06b09b2b-697e-4c17-ba5e-90619f76c6e2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06b09b2b-697e-4c17-ba5e-90619f76c6e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f4913a5-b8e1-4056-a4d4-89480d455e12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  max-width: 70px;
text-align: center;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72-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-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da6cebbe-2605-440f-be10-6a6b1288ed72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
  box-sizing: border-box;
}



.s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  
}


@media (min-width: 1200px){#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72-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-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da6cebbe-2605-440f-be10-6a6b1288ed72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
  box-sizing: border-box;
}



.s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72-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-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da6cebbe-2605-440f-be10-6a6b1288ed72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
  box-sizing: border-box;
}



.s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72-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-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da6cebbe-2605-440f-be10-6a6b1288ed72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
  box-sizing: border-box;
}



.s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  
}


}@media (max-width: 767px){#s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  margin: 0 !important;
  overflow: visible;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72-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-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da6cebbe-2605-440f-be10-6a6b1288ed72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add background color handling */
  
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-da6cebbe-2605-440f-be10-6a6b1288ed72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da6cebbe-2605-440f-be10-6a6b1288ed72.shogun-image {
  box-sizing: border-box;
}



.s-da6cebbe-2605-440f-be10-6a6b1288ed72 img.shogun-image {
  
}


}
#s-e0fe0fc3-ec22-4a3a-89fd-9a7c1d4ec9d2 {
  padding-top: 22px;
}

#s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dca7da5-c2a9-495e-8f6a-4c245a2931d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca-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-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
  box-sizing: border-box;
}



.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
      position: relative;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca-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-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
  box-sizing: border-box;
}



.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
      position: relative;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca-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-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
  box-sizing: border-box;
}



.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
      position: relative;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca-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-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
  box-sizing: border-box;
}



.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
      position: relative;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  margin: 0 !important;
  overflow: visible;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca-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-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add background color handling */
  
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image {
  box-sizing: border-box;
}



.s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container {
      position: relative;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a57b396-9fbc-4f86-a2c9-f66c935e69ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7-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-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
  box-sizing: border-box;
}



.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
      position: relative;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7-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-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
  box-sizing: border-box;
}



.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
      position: relative;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7-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-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
  box-sizing: border-box;
}



.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
      position: relative;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7-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-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
  box-sizing: border-box;
}



.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
      position: relative;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7-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-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image {
  box-sizing: border-box;
}



.s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container {
      position: relative;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3d2c040-886e-4513-9de5-c5c1ee501cd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3427fd11-23d0-4830-8cd9-c187124c94e3 {
  padding-top: 22px;
}

#s-95f51bd0-df63-48e5-bbd3-5aad107917dd {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95f51bd0-df63-48e5-bbd3-5aad107917dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  max-width: 70px;
text-align: center;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22-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-1f248fe3-fd85-47be-907e-4ce357358f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1f248fe3-fd85-47be-907e-4ce357358f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
  box-sizing: border-box;
}



.s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22-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-1f248fe3-fd85-47be-907e-4ce357358f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1f248fe3-fd85-47be-907e-4ce357358f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
  box-sizing: border-box;
}



.s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22-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-1f248fe3-fd85-47be-907e-4ce357358f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1f248fe3-fd85-47be-907e-4ce357358f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
  box-sizing: border-box;
}



.s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22-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-1f248fe3-fd85-47be-907e-4ce357358f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1f248fe3-fd85-47be-907e-4ce357358f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
  box-sizing: border-box;
}



.s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22-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-1f248fe3-fd85-47be-907e-4ce357358f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f248fe3-fd85-47be-907e-4ce357358f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1f248fe3-fd85-47be-907e-4ce357358f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f248fe3-fd85-47be-907e-4ce357358f22.shogun-image {
  box-sizing: border-box;
}



.s-1f248fe3-fd85-47be-907e-4ce357358f22 img.shogun-image {
  
}


}
#s-480eedf1-b3e7-436c-9bff-24b1ab004746 {
  padding-top: 19px;
}

#s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c2d29cd-084b-470d-b1b6-1e6adaa2c6df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6-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-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
  box-sizing: border-box;
}



.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
      position: relative;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6-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-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
  box-sizing: border-box;
}



.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
      position: relative;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6-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-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
  box-sizing: border-box;
}



.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
      position: relative;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6-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-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
  box-sizing: border-box;
}



.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
      position: relative;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6-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-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image {
  box-sizing: border-box;
}



.s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container {
      position: relative;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f24027be-caf7-485e-bbd5-3e0a90ebb1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-b37ec947-f070-425b-956a-0ef0a0f5254a {
  padding-top: 19px;
}

#s-09dad65b-7f34-43df-963c-fcadcab1704e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09dad65b-7f34-43df-963c-fcadcab1704e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  max-width: 70px;
text-align: center;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6-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-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image {
  box-sizing: border-box;
}



.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6-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-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image {
  box-sizing: border-box;
}



.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6-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-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image {
  box-sizing: border-box;
}



.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6-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-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image {
  box-sizing: border-box;
}



.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6-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-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0d514-54b8-4732-bcb1-aa31108e71b6.shogun-image {
  box-sizing: border-box;
}



.s-c5f0d514-54b8-4732-bcb1-aa31108e71b6 img.shogun-image {
  
}


}
#s-54fa8898-f5a8-469c-82d6-b21123090f63 {
  padding-top: 19px;
}

#s-8f237b9b-51fc-4c80-af8c-984c09b99b81 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f237b9b-51fc-4c80-af8c-984c09b99b81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  max-width: 70px;
text-align: center;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0-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-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image {
  box-sizing: border-box;
}



.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0-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-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image {
  box-sizing: border-box;
}



.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0-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-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image {
  box-sizing: border-box;
}



.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0-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-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image {
  box-sizing: border-box;
}



.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0-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-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0.shogun-image {
  box-sizing: border-box;
}



.s-dbdd31b7-e87e-4ce6-8835-d7616050b6d0 img.shogun-image {
  
}


}
#s-3294c398-dba6-4446-9fc2-e3c8cc8e4945 {
  padding-top: 19px;
}

#s-522eba27-efeb-40fd-8f4a-e2919d908c14 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-522eba27-efeb-40fd-8f4a-e2919d908c14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  max-width: 70px;
text-align: center;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  margin: 0 !important;
  overflow: visible;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c-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-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add background color handling */
  
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
  box-sizing: border-box;
}



.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  
}


@media (min-width: 1200px){#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  margin: 0 !important;
  overflow: visible;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c-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-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add background color handling */
  
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
  box-sizing: border-box;
}



.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  margin: 0 !important;
  overflow: visible;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c-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-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add background color handling */
  
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
  box-sizing: border-box;
}



.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  margin: 0 !important;
  overflow: visible;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c-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-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add background color handling */
  
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
  box-sizing: border-box;
}



.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  
}


}@media (max-width: 767px){#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  margin: 0 !important;
  overflow: visible;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c-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-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a140ec6-8388-40c5-8c3c-7fa2a061503c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add background color handling */
  
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a140ec6-8388-40c5-8c3c-7fa2a061503c.shogun-image {
  box-sizing: border-box;
}



.s-2a140ec6-8388-40c5-8c3c-7fa2a061503c img.shogun-image {
  
}


}
#s-7b9aed20-60ca-4aee-851a-ecfa640cc854 {
  padding-top: 22px;
}

#s-af86ee6b-1119-451f-995f-d917fc974580 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af86ee6b-1119-451f-995f-d917fc974580"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  max-width: 70px;
text-align: center;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6-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-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
  box-sizing: border-box;
}



.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6-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-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
  box-sizing: border-box;
}



.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6-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-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
  box-sizing: border-box;
}



.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6-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-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
  box-sizing: border-box;
}



.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6-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-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9dc12398-e0a8-47a5-9185-da92c07f78d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dc12398-e0a8-47a5-9185-da92c07f78d6.shogun-image {
  box-sizing: border-box;
}



.s-9dc12398-e0a8-47a5-9185-da92c07f78d6 img.shogun-image {
  
}


}
#s-17913e02-e42c-4d5c-ae9f-c5bfb38dd188 {
  padding-top: 22px;
}

#s-ca7518b1-5d39-40bf-880c-fe3687b31bd2 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ca7518b1-5d39-40bf-880c-fe3687b31bd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  max-width: 70px;
text-align: center;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e-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-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
  box-sizing: border-box;
}



.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  
}


@media (min-width: 1200px){#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e-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-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
  box-sizing: border-box;
}



.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e-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-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
  box-sizing: border-box;
}



.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e-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-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
  box-sizing: border-box;
}



.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  
}


}@media (max-width: 767px){#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  margin: 0 !important;
  overflow: visible;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e-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-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add background color handling */
  
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e.shogun-image {
  box-sizing: border-box;
}



.s-9899a296-c5c4-4d4f-81de-09d3ce34bb3e img.shogun-image {
  
}


}
#s-ffbf2b33-91d0-4bb6-904d-92ea32479140 {
  padding-top: 22px;
}

#s-e3162c03-a0b3-4dda-9c77-7be7425d9feb {
  padding-top: 22px;
}

#s-68d61163-2314-40c9-b371-001666a38a13 {
  padding-top: 22px;
}

#s-73de72d7-73c7-4d45-8e32-fc5c98f41847 {
  margin-left: auto;
margin-right: auto;
}

#s-73de72d7-73c7-4d45-8e32-fc5c98f41847 hr {
  border-top: 1px solid #ddd;
}

#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a {
  display: none;
}
#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a, #wrap-s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a, #wrap-content-s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a { display: none !important; }}@media (max-width: 767px){#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a {
  display: none;
}
#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a, #wrap-s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a, #wrap-content-s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a { display: none !important; }}
#s-75f01301-8df6-4fa3-8483-66ff8a5e1c9a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf {
  display: none;
}
#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf, #wrap-s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf, #wrap-content-s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf { display: none !important; }}@media (max-width: 767px){#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf {
  display: none;
}
#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf, #wrap-s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf, #wrap-content-s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf { display: none !important; }}
#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf td.shogun-table-column, #s-7e9d6a5b-bfd7-4ba4-b5d1-59f484abcddf td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

#s-7423029d-5543-4215-a26f-41252b4a7883 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423029d-5543-4215-a26f-41252b4a7883"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451-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-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
  box-sizing: border-box;
}



.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
      position: relative;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451-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-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
  box-sizing: border-box;
}



.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
      position: relative;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451-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-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
  box-sizing: border-box;
}



.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
      position: relative;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451-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-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
  box-sizing: border-box;
}



.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
      position: relative;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451-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-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image {
  box-sizing: border-box;
}



.s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container {
      position: relative;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b58c236-e31e-4f7b-b3e0-64b44b4c2451 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-16965892-afb9-4488-ac87-01ac58b6ced8 {
  padding-top: 22px;
}

#s-137da261-0853-4aa1-93bd-4c11716188d4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-137da261-0853-4aa1-93bd-4c11716188d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin: 0 !important;
  overflow: visible;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11-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-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add background color handling */
  
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
  box-sizing: border-box;
}



.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
      position: relative;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin: 0 !important;
  overflow: visible;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11-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-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add background color handling */
  
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
  box-sizing: border-box;
}



.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
      position: relative;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin: 0 !important;
  overflow: visible;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11-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-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add background color handling */
  
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
  box-sizing: border-box;
}



.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
      position: relative;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin: 0 !important;
  overflow: visible;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11-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-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add background color handling */
  
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
  box-sizing: border-box;
}



.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
      position: relative;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  margin: 0 !important;
  overflow: visible;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11-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-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add background color handling */
  
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image {
  box-sizing: border-box;
}



.s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container {
      position: relative;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fded8afd-1f5d-4924-b5c3-92fe88402f11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-64745dc8-c2fe-47e2-8a11-135e92200f54 {
  padding-top: 22px;
}

#s-e3a20ca3-9249-4c2b-b934-f255bae6cddc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3a20ca3-9249-4c2b-b934-f255bae6cddc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a-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-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
  box-sizing: border-box;
}



.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
      position: relative;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a-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-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
  box-sizing: border-box;
}



.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
      position: relative;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a-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-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
  box-sizing: border-box;
}



.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
      position: relative;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a-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-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
  box-sizing: border-box;
}



.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
      position: relative;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  margin: 0 !important;
  overflow: visible;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a-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-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add background color handling */
  
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image {
  box-sizing: border-box;
}



.s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container {
      position: relative;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2878144f-9c1c-451c-a9e8-f7ad3271bf1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d1ec950e-881a-4cb7-b138-81cbee796ff7 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-186cae38-5e8c-4cc3-b2e8-e600d46c1043"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  margin: 0 !important;
  overflow: visible;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40-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-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add background color handling */
  
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
  box-sizing: border-box;
}



.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
      position: relative;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  margin: 0 !important;
  overflow: visible;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40-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-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add background color handling */
  
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
  box-sizing: border-box;
}



.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
      position: relative;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  margin: 0 !important;
  overflow: visible;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40-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-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add background color handling */
  
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
  box-sizing: border-box;
}



.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
      position: relative;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  margin: 0 !important;
  overflow: visible;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40-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-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add background color handling */
  
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
  box-sizing: border-box;
}



.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
      position: relative;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  margin: 0 !important;
  overflow: visible;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40-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-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add background color handling */
  
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image {
  box-sizing: border-box;
}



.s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container {
      position: relative;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-591aedb9-3a79-4bdc-b3f9-e858c38b6a40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2bc704f8-077a-44d7-ae8a-08eb851a214a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bda6d202-d7eb-40bc-b369-6b2012cc54a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  max-width: 70px;
text-align: center;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2-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-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
  box-sizing: border-box;
}



.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2-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-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
  box-sizing: border-box;
}



.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2-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-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
  box-sizing: border-box;
}



.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2-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-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
  box-sizing: border-box;
}



.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2-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-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2.shogun-image {
  box-sizing: border-box;
}



.s-cfaa5dcd-0ebf-4ded-b811-632fc4a126e2 img.shogun-image {
  
}


}
#s-174fe607-4eed-49f5-a1ac-bf0b8b5cb16e {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7adab461-68f2-4015-9a77-7b81d2dbb438"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2e2551d0-688d-4005-b5d2-983071328037 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2551d0-688d-4005-b5d2-983071328037-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-2e2551d0-688d-4005-b5d2-983071328037 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2551d0-688d-4005-b5d2-983071328037 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
  box-sizing: border-box;
}



.s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e2551d0-688d-4005-b5d2-983071328037 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
      position: relative;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-2e2551d0-688d-4005-b5d2-983071328037 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2551d0-688d-4005-b5d2-983071328037-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-2e2551d0-688d-4005-b5d2-983071328037 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2551d0-688d-4005-b5d2-983071328037 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
  box-sizing: border-box;
}



.s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e2551d0-688d-4005-b5d2-983071328037 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
      position: relative;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2e2551d0-688d-4005-b5d2-983071328037 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2551d0-688d-4005-b5d2-983071328037-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-2e2551d0-688d-4005-b5d2-983071328037 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2551d0-688d-4005-b5d2-983071328037 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
  box-sizing: border-box;
}



.s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e2551d0-688d-4005-b5d2-983071328037 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
      position: relative;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2e2551d0-688d-4005-b5d2-983071328037 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2551d0-688d-4005-b5d2-983071328037-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-2e2551d0-688d-4005-b5d2-983071328037 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2551d0-688d-4005-b5d2-983071328037 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
  box-sizing: border-box;
}



.s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e2551d0-688d-4005-b5d2-983071328037 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
      position: relative;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-2e2551d0-688d-4005-b5d2-983071328037 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2551d0-688d-4005-b5d2-983071328037-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-2e2551d0-688d-4005-b5d2-983071328037 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2551d0-688d-4005-b5d2-983071328037 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e2551d0-688d-4005-b5d2-983071328037 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e2551d0-688d-4005-b5d2-983071328037 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image {
  box-sizing: border-box;
}



.s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2e2551d0-688d-4005-b5d2-983071328037 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container {
      position: relative;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e2551d0-688d-4005-b5d2-983071328037 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-65f57d47-43d4-4ec7-9473-b143c0e7b096 {
  padding-top: 22px;
}

#s-88555599-41bf-4435-b82d-9bfd55a126b9 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88555599-41bf-4435-b82d-9bfd55a126b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  max-width: 70px;
text-align: center;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc-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-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
  box-sizing: border-box;
}



.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  
}


@media (min-width: 1200px){#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc-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-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
  box-sizing: border-box;
}



.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc-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-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
  box-sizing: border-box;
}



.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc-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-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
  box-sizing: border-box;
}



.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  
}


}@media (max-width: 767px){#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  margin: 0 !important;
  overflow: visible;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc-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-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add background color handling */
  
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc.shogun-image {
  box-sizing: border-box;
}



.s-6ef50cce-86ce-4be4-a223-dbe2f02e11dc img.shogun-image {
  
}


}
#s-e9aa1e9c-cac6-4ea1-b0d3-0f5ec3e45748 {
  padding-top: 19px;
}

#s-17a9144c-9e33-4723-b5d2-4211890bf520 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a9144c-9e33-4723-b5d2-4211890bf520"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin-top: 14px;
margin-bottom: 41px;
max-width: 70px;
text-align: center;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5-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-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 14px;
  margin-bottom: 41px;
}

.shg-image-content-margin-container-s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4846d087-3b7b-4a10-98f1-91ff814109e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
  box-sizing: border-box;
}



.s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5-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-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4846d087-3b7b-4a10-98f1-91ff814109e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
  box-sizing: border-box;
}



.s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5-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-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4846d087-3b7b-4a10-98f1-91ff814109e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
  box-sizing: border-box;
}



.s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5-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-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4846d087-3b7b-4a10-98f1-91ff814109e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
  box-sizing: border-box;
}



.s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5-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-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4846d087-3b7b-4a10-98f1-91ff814109e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4846d087-3b7b-4a10-98f1-91ff814109e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4846d087-3b7b-4a10-98f1-91ff814109e5.shogun-image {
  box-sizing: border-box;
}



.s-4846d087-3b7b-4a10-98f1-91ff814109e5 img.shogun-image {
  
}


}
#s-3b8a2f3a-178a-420e-be55-da79cb2f138f {
  padding-top: 22px;
}

#s-6db53a28-8b37-4fa3-a185-6356e7da4426 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6db53a28-8b37-4fa3-a185-6356e7da4426"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin-top: 32px;
margin-bottom: 32px;
max-width: 70px;
text-align: center;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412-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-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 32px;
  margin-bottom: 32px;
}

.shg-image-content-margin-container-s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
  box-sizing: border-box;
}



.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412-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-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
  box-sizing: border-box;
}



.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412-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-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
  box-sizing: border-box;
}



.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412-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-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
  box-sizing: border-box;
}



.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412-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-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ca49a42-fd10-4f15-98a2-5c08e76d6412.shogun-image {
  box-sizing: border-box;
}



.s-6ca49a42-fd10-4f15-98a2-5c08e76d6412 img.shogun-image {
  
}


}
#s-50722ab9-8d80-4712-8640-590e82d84732 {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 22px;
}

#s-23044256-d296-4e0e-abd1-4454bb663e4a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23044256-d296-4e0e-abd1-4454bb663e4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  max-width: 70px;
text-align: center;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab-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-4e5e397f-1324-4716-9562-99ad636ae2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e5e397f-1324-4716-9562-99ad636ae2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
  box-sizing: border-box;
}



.s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab-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-4e5e397f-1324-4716-9562-99ad636ae2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e5e397f-1324-4716-9562-99ad636ae2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
  box-sizing: border-box;
}



.s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab-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-4e5e397f-1324-4716-9562-99ad636ae2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e5e397f-1324-4716-9562-99ad636ae2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
  box-sizing: border-box;
}



.s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab-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-4e5e397f-1324-4716-9562-99ad636ae2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e5e397f-1324-4716-9562-99ad636ae2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
  box-sizing: border-box;
}



.s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  margin: 0 !important;
  overflow: visible;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab-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-4e5e397f-1324-4716-9562-99ad636ae2ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e5e397f-1324-4716-9562-99ad636ae2ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add background color handling */
  
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4e5e397f-1324-4716-9562-99ad636ae2ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5e397f-1324-4716-9562-99ad636ae2ab.shogun-image {
  box-sizing: border-box;
}



.s-4e5e397f-1324-4716-9562-99ad636ae2ab img.shogun-image {
  
}


}
#s-58136bd5-376f-49ba-bbb5-76655a4760e9 {
  padding-top: 19px;
}

#s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcfbca73-5bcf-4f47-ae73-8ba8f58ac7ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin-top: 13px;
margin-bottom: 13px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin: 0 !important;
  overflow: visible;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f-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-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 13px;
  margin-bottom: 13px;
}

.shg-image-content-margin-container-s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add background color handling */
  
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
  box-sizing: border-box;
}



.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
      position: relative;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin: 0 !important;
  overflow: visible;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f-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-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add background color handling */
  
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
  box-sizing: border-box;
}



.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
      position: relative;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin: 0 !important;
  overflow: visible;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f-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-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add background color handling */
  
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
  box-sizing: border-box;
}



.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
      position: relative;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin: 0 !important;
  overflow: visible;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f-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-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add background color handling */
  
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
  box-sizing: border-box;
}



.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
      position: relative;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  margin: 0 !important;
  overflow: visible;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f-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-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add background color handling */
  
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image {
  box-sizing: border-box;
}



.s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container {
      position: relative;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-669a94e6-6f34-4e19-aec1-971a6a0ae21f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-3fad6077-eb86-477c-a4a3-598ad9675d66 {
  padding-top: 22px;
}

#s-a3631ff9-7657-4041-82d2-93ba387956f6 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3631ff9-7657-4041-82d2-93ba387956f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  max-width: 70px;
text-align: center;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  margin: 0 !important;
  overflow: visible;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd-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-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add background color handling */
  
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
  box-sizing: border-box;
}



.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  
}


@media (min-width: 1200px){#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  margin: 0 !important;
  overflow: visible;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd-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-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add background color handling */
  
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
  box-sizing: border-box;
}



.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  margin: 0 !important;
  overflow: visible;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd-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-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add background color handling */
  
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
  box-sizing: border-box;
}



.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  margin: 0 !important;
  overflow: visible;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd-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-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add background color handling */
  
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
  box-sizing: border-box;
}



.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  
}


}@media (max-width: 767px){#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  margin: 0 !important;
  overflow: visible;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd-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-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add background color handling */
  
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd.shogun-image {
  box-sizing: border-box;
}



.s-2e94eb72-982c-4d8d-a4a4-05fa978ad8cd img.shogun-image {
  
}


}
#s-bf1aad70-09f7-4dd4-909f-3ac9b4a2009f {
  padding-top: 22px;
}

#s-c5dafc0f-dd6c-4089-8979-e05ad4171706 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5dafc0f-dd6c-4089-8979-e05ad4171706"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  max-width: 70px;
text-align: center;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc-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-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
  box-sizing: border-box;
}



.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  
}


@media (min-width: 1200px){#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc-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-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
  box-sizing: border-box;
}



.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc-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-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
  box-sizing: border-box;
}



.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc-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-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
  box-sizing: border-box;
}



.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  
}


}@media (max-width: 767px){#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc-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-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc.shogun-image {
  box-sizing: border-box;
}



.s-3ffda2ec-e441-452d-b8d4-ca06f7b5d4fc img.shogun-image {
  
}


}
#s-fb804226-eea1-4881-8997-267946e8a563 {
  padding-top: 22px;
}

#s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbc7a41-edb8-429b-9eeb-79cd2dda9f7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-de7475c6-9bcc-4634-b234-006986188d5e {
  max-width: 70px;
text-align: center;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e-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-de7475c6-9bcc-4634-b234-006986188d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de7475c6-9bcc-4634-b234-006986188d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de7475c6-9bcc-4634-b234-006986188d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
  box-sizing: border-box;
}



.s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  
}


@media (min-width: 1200px){#s-de7475c6-9bcc-4634-b234-006986188d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e-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-de7475c6-9bcc-4634-b234-006986188d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de7475c6-9bcc-4634-b234-006986188d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de7475c6-9bcc-4634-b234-006986188d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
  box-sizing: border-box;
}



.s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de7475c6-9bcc-4634-b234-006986188d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e-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-de7475c6-9bcc-4634-b234-006986188d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de7475c6-9bcc-4634-b234-006986188d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de7475c6-9bcc-4634-b234-006986188d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
  box-sizing: border-box;
}



.s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-de7475c6-9bcc-4634-b234-006986188d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e-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-de7475c6-9bcc-4634-b234-006986188d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de7475c6-9bcc-4634-b234-006986188d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de7475c6-9bcc-4634-b234-006986188d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
  box-sizing: border-box;
}



.s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  
}


}@media (max-width: 767px){#s-de7475c6-9bcc-4634-b234-006986188d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e-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-de7475c6-9bcc-4634-b234-006986188d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de7475c6-9bcc-4634-b234-006986188d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de7475c6-9bcc-4634-b234-006986188d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de7475c6-9bcc-4634-b234-006986188d5e.shogun-image {
  box-sizing: border-box;
}



.s-de7475c6-9bcc-4634-b234-006986188d5e img.shogun-image {
  
}


}
#s-38646d58-e2cb-428a-b6fd-7a1d62575d72 {
  padding-top: 22px;
}

#s-8041443a-0615-4d81-b02c-6732df6eb457 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8041443a-0615-4d81-b02c-6732df6eb457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  max-width: 70px;
text-align: center;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730-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-d0c7d912-eea3-4910-8461-e957559d0730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0c7d912-eea3-4910-8461-e957559d0730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0c7d912-eea3-4910-8461-e957559d0730 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
  box-sizing: border-box;
}



.s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730-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-d0c7d912-eea3-4910-8461-e957559d0730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0c7d912-eea3-4910-8461-e957559d0730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0c7d912-eea3-4910-8461-e957559d0730 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
  box-sizing: border-box;
}



.s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730-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-d0c7d912-eea3-4910-8461-e957559d0730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0c7d912-eea3-4910-8461-e957559d0730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0c7d912-eea3-4910-8461-e957559d0730 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
  box-sizing: border-box;
}



.s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730-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-d0c7d912-eea3-4910-8461-e957559d0730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0c7d912-eea3-4910-8461-e957559d0730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0c7d912-eea3-4910-8461-e957559d0730 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
  box-sizing: border-box;
}



.s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d0c7d912-eea3-4910-8461-e957559d0730 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730-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-d0c7d912-eea3-4910-8461-e957559d0730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0c7d912-eea3-4910-8461-e957559d0730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d0c7d912-eea3-4910-8461-e957559d0730 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c7d912-eea3-4910-8461-e957559d0730.shogun-image {
  box-sizing: border-box;
}



.s-d0c7d912-eea3-4910-8461-e957559d0730 img.shogun-image {
  
}


}
#s-3433fe14-441d-4862-b8e2-fa105c261b6d {
  padding-top: 19px;
}

#s-534a2103-cd67-4a0c-8702-e4644941eed4 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-534a2103-cd67-4a0c-8702-e4644941eed4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  max-width: 70px;
text-align: center;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39-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-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image {
  box-sizing: border-box;
}



.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39-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-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image {
  box-sizing: border-box;
}



.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39-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-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image {
  box-sizing: border-box;
}



.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39-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-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image {
  box-sizing: border-box;
}



.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  margin: 0 !important;
  overflow: visible;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39-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-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add background color handling */
  
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2199e7-e6df-4461-a56d-89d7be2c6b39.shogun-image {
  box-sizing: border-box;
}



.s-5c2199e7-e6df-4461-a56d-89d7be2c6b39 img.shogun-image {
  
}


}
#s-027bf5cc-6d9d-43fd-b556-ed59a4f26475 {
  margin-top: 20px;
margin-bottom: 2px;
padding-top: 1px;
}

#s-2aa2720e-93ec-47cb-857c-6e56d9ededb9 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aa2720e-93ec-47cb-857c-6e56d9ededb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  max-width: 70px;
text-align: center;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  margin: 0 !important;
  overflow: visible;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238-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-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add background color handling */
  
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
  box-sizing: border-box;
}



.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  margin: 0 !important;
  overflow: visible;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238-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-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add background color handling */
  
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
  box-sizing: border-box;
}



.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  margin: 0 !important;
  overflow: visible;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238-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-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add background color handling */
  
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
  box-sizing: border-box;
}



.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  margin: 0 !important;
  overflow: visible;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238-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-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add background color handling */
  
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
  box-sizing: border-box;
}



.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  margin: 0 !important;
  overflow: visible;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238-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-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add background color handling */
  
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1863a718-5ebc-4d5a-a796-6ce54e7f0238.shogun-image {
  box-sizing: border-box;
}



.s-1863a718-5ebc-4d5a-a796-6ce54e7f0238 img.shogun-image {
  
}


}
#s-4ebd57d5-e4b0-42f4-884d-41beaf40bc8a {
  padding-top: 22px;
}

#s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d556eaf9-2b42-4073-a9eb-bf6c9c4ff2db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  max-width: 70px;
text-align: center;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  margin: 0 !important;
  overflow: visible;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c-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-9287718a-5ea7-4552-97c0-122b15ec583c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9287718a-5ea7-4552-97c0-122b15ec583c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add background color handling */
  
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9287718a-5ea7-4552-97c0-122b15ec583c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
  box-sizing: border-box;
}



.s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  
}


@media (min-width: 1200px){#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  margin: 0 !important;
  overflow: visible;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c-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-9287718a-5ea7-4552-97c0-122b15ec583c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9287718a-5ea7-4552-97c0-122b15ec583c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add background color handling */
  
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9287718a-5ea7-4552-97c0-122b15ec583c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
  box-sizing: border-box;
}



.s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  margin: 0 !important;
  overflow: visible;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c-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-9287718a-5ea7-4552-97c0-122b15ec583c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9287718a-5ea7-4552-97c0-122b15ec583c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add background color handling */
  
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9287718a-5ea7-4552-97c0-122b15ec583c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
  box-sizing: border-box;
}



.s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  margin: 0 !important;
  overflow: visible;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c-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-9287718a-5ea7-4552-97c0-122b15ec583c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9287718a-5ea7-4552-97c0-122b15ec583c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add background color handling */
  
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9287718a-5ea7-4552-97c0-122b15ec583c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
  box-sizing: border-box;
}



.s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  
}


}@media (max-width: 767px){#s-9287718a-5ea7-4552-97c0-122b15ec583c {
  margin: 0 !important;
  overflow: visible;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c-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-9287718a-5ea7-4552-97c0-122b15ec583c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9287718a-5ea7-4552-97c0-122b15ec583c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add background color handling */
  
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9287718a-5ea7-4552-97c0-122b15ec583c .shogun-image-content {
  
    justify-content: center;
  
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9287718a-5ea7-4552-97c0-122b15ec583c.shogun-image {
  box-sizing: border-box;
}



.s-9287718a-5ea7-4552-97c0-122b15ec583c img.shogun-image {
  
}


}
#s-8839f797-7090-4729-8871-28cb66f5f30e {
  padding-top: 22px;
}

#s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-650d7517-3f3f-4d5f-8de7-d1dcac217d7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8-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-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
  box-sizing: border-box;
}



.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
      position: relative;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8-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-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
  box-sizing: border-box;
}



.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
      position: relative;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8-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-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
  box-sizing: border-box;
}



.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
      position: relative;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8-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-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
  box-sizing: border-box;
}



.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
      position: relative;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8-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-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image {
  box-sizing: border-box;
}



.s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container {
      position: relative;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b7db75-9d23-46ac-8ff6-104f4e4bcef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-ffd98cba-a4b5-4692-aca7-dcc93dcdb21b {
  padding-top: 22px;
}

#s-b7651841-e363-4516-b870-009a6a279e0a {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7651841-e363-4516-b870-009a6a279e0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  max-width: 70px;
text-align: center;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  margin: 0 !important;
  overflow: visible;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96-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-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add background color handling */
  
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
  box-sizing: border-box;
}



.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  margin: 0 !important;
  overflow: visible;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96-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-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add background color handling */
  
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
  box-sizing: border-box;
}



.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  margin: 0 !important;
  overflow: visible;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96-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-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add background color handling */
  
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
  box-sizing: border-box;
}



.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  margin: 0 !important;
  overflow: visible;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96-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-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add background color handling */
  
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
  box-sizing: border-box;
}



.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  margin: 0 !important;
  overflow: visible;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96-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-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add background color handling */
  
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96.shogun-image {
  box-sizing: border-box;
}



.s-f447f0e9-7535-4ef5-9a58-b0b3667ebc96 img.shogun-image {
  
}


}
#s-ab08df57-41bd-4749-b7fa-895fd39ec47a {
  padding-top: 22px;
}

#s-13ea8cdf-8ca3-4484-aab3-ef559c12f830 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-13ea8cdf-8ca3-4484-aab3-ef559c12f830 {
  
}
}@media (max-width: 767px){#s-13ea8cdf-8ca3-4484-aab3-ef559c12f830 {
  
}
}
#s-13ea8cdf-8ca3-4484-aab3-ef559c12f830 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-13ea8cdf-8ca3-4484-aab3-ef559c12f830 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5a92be27-39a0-40c5-b46a-15eec977bab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a92be27-39a0-40c5-b46a-15eec977bab9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5a92be27-39a0-40c5-b46a-15eec977bab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a92be27-39a0-40c5-b46a-15eec977bab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9a23f456-0ebe-43e6-acfc-e1dd30fa5972 {
  margin-left: auto;
margin-right: auto;
}

#s-9a23f456-0ebe-43e6-acfc-e1dd30fa5972 hr {
  border-top: 1px solid #ddd;
}

/*
  $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;
  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;
}
