.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-a910b517-3766-4c8e-9797-23287a427b75 {
  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-a910b517-3766-4c8e-9797-23287a427b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a910b517-3766-4c8e-9797-23287a427b75.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-8573f4d3-d2ba-4a94-b4cc-ab662fc75781 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8573f4d3-d2ba-4a94-b4cc-ab662fc75781 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}



.shg-image-margin-container-s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin: 0 !important;
}

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






.s-a3109ca3-ec35-445e-b0be-1d934939691b .shogun-image-content {
  
    align-items: center;
  
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a3109ca3-ec35-445e-b0be-1d934939691b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin: 0 !important;
}

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






.s-a3109ca3-ec35-445e-b0be-1d934939691b .shogun-image-content {
  
    align-items: center;
  
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3109ca3-ec35-445e-b0be-1d934939691b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin: 0 !important;
}

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






.s-a3109ca3-ec35-445e-b0be-1d934939691b .shogun-image-content {
  
    align-items: center;
  
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3109ca3-ec35-445e-b0be-1d934939691b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin: 0 !important;
}

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






.s-a3109ca3-ec35-445e-b0be-1d934939691b .shogun-image-content {
  
    align-items: center;
  
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3109ca3-ec35-445e-b0be-1d934939691b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b {
  margin: 0 !important;
}

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






.s-a3109ca3-ec35-445e-b0be-1d934939691b .shogun-image-content {
  
    align-items: center;
  
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3109ca3-ec35-445e-b0be-1d934939691b.shogun-image {
  box-sizing: border-box;
}




}
#s-19303bd1-a403-4c7c-bd97-917a0545c369 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19303bd1-a403-4c7c-bd97-917a0545c369 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-96461de2-ce62-4bf8-98e0-418c4b4c7863 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-96461de2-ce62-4bf8-98e0-418c4b4c7863 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-96461de2-ce62-4bf8-98e0-418c4b4c7863 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-96461de2-ce62-4bf8-98e0-418c4b4c7863 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-96461de2-ce62-4bf8-98e0-418c4b4c7863 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-96461de2-ce62-4bf8-98e0-418c4b4c7863 td.shogun-table-column, #s-96461de2-ce62-4bf8-98e0-418c4b4c7863 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

.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-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f {
  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-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40eb80d2-4c1c-44eb-bfc9-ebb10013df9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  margin: 0 !important;
}

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





  img.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  margin: 0 !important;
}

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





  img.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  margin: 0 !important;
}

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





  img.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  margin: 0 !important;
}

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





  img.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 {
  margin: 0 !important;
}

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





  img.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44bc7e66-ecd3-4a45-933a-51d2e870fd79.shogun-image {
  box-sizing: border-box;
}




}
.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-711b0871-85fa-4c4a-802f-b33bb096790a {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2eae469-a4e7-4bdc-9422-d83aef1d5525"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e2f02b1-350e-4c1e-aa2b-649d0af71719"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7706ebf4-2dfe-4180-8304-7904ec76ebf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41a31077-78bb-456c-b3e7-61e923755c0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b894467-5d55-4fdd-bfd3-85eccba3da48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05dc3e59-1a49-432f-b80d-150275130e51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78bd3558-f0ca-4fe2-b0f3-a974bf7f24d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  margin: 0 !important;
}

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





  img.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2c22528a-32c8-4343-9a65-1d47a5d4a066 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  margin: 0 !important;
}

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





  img.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2c22528a-32c8-4343-9a65-1d47a5d4a066 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  margin: 0 !important;
}

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





  img.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2c22528a-32c8-4343-9a65-1d47a5d4a066 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  margin: 0 !important;
}

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





  img.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2c22528a-32c8-4343-9a65-1d47a5d4a066 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066 {
  margin: 0 !important;
}

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





  img.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2c22528a-32c8-4343-9a65-1d47a5d4a066 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c22528a-32c8-4343-9a65-1d47a5d4a066.shogun-image {
  box-sizing: border-box;
}




}
#s-2816ffdd-a6ff-472f-8e12-89563dfdae63 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-609478c9-2f82-47f2-b0c9-6a8062533442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-4808693d-035a-4604-a951-90a75d80bb4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  margin: 0 !important;
}

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





  img.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4808693d-035a-4604-a951-90a75d80bb4d .shogun-image-content {
  
    align-items: center;
  
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4808693d-035a-4604-a951-90a75d80bb4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  margin: 0 !important;
}

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





  img.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4808693d-035a-4604-a951-90a75d80bb4d .shogun-image-content {
  
    align-items: center;
  
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4808693d-035a-4604-a951-90a75d80bb4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  margin: 0 !important;
}

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





  img.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4808693d-035a-4604-a951-90a75d80bb4d .shogun-image-content {
  
    align-items: center;
  
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4808693d-035a-4604-a951-90a75d80bb4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  margin: 0 !important;
}

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





  img.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4808693d-035a-4604-a951-90a75d80bb4d .shogun-image-content {
  
    align-items: center;
  
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4808693d-035a-4604-a951-90a75d80bb4d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4808693d-035a-4604-a951-90a75d80bb4d {
  margin: 0 !important;
}

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





  img.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4808693d-035a-4604-a951-90a75d80bb4d .shogun-image-content {
  
    align-items: center;
  
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4808693d-035a-4604-a951-90a75d80bb4d.shogun-image {
  box-sizing: border-box;
}




}
#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  margin: 0 !important;
}

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





  img.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  margin: 0 !important;
}

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





  img.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  margin: 0 !important;
}

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





  img.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  margin: 0 !important;
}

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





  img.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 {
  margin: 0 !important;
}

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





  img.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856a5f7-47ff-4b17-a92d-67fc4cb4b0d1.shogun-image {
  box-sizing: border-box;
}




}
#s-aac2596f-4129-4447-8aa6-d3a0b5c2ce96 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b90d424-1a4c-4b5d-8730-cfb507657e10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  margin: 0 !important;
}

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





  img.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de1cd6bd-8773-4110-b37c-ec829a6504c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  margin: 0 !important;
}

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





  img.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de1cd6bd-8773-4110-b37c-ec829a6504c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  margin: 0 !important;
}

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





  img.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de1cd6bd-8773-4110-b37c-ec829a6504c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  margin: 0 !important;
}

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





  img.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de1cd6bd-8773-4110-b37c-ec829a6504c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9 {
  margin: 0 !important;
}

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





  img.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-de1cd6bd-8773-4110-b37c-ec829a6504c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de1cd6bd-8773-4110-b37c-ec829a6504c9.shogun-image {
  box-sizing: border-box;
}




}
#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  margin: 0 !important;
}

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





  img.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  margin: 0 !important;
}

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





  img.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  margin: 0 !important;
}

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





  img.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  margin: 0 !important;
}

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





  img.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 {
  margin: 0 !important;
}

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





  img.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c56c666-8c52-4fa4-92ba-ca74cabeaf15.shogun-image {
  box-sizing: border-box;
}




}
#s-8f1a33a7-fe02-481c-9f13-1f00378a7865 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0636daac-e955-4a18-b7e0-3ecb7482ccbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-49bf41e8-022d-4969-95db-d2a066c91fed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  margin: 0 !important;
}

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





  img.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49bf41e8-022d-4969-95db-d2a066c91fed .shogun-image-content {
  
    align-items: center;
  
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-49bf41e8-022d-4969-95db-d2a066c91fed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  margin: 0 !important;
}

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





  img.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49bf41e8-022d-4969-95db-d2a066c91fed .shogun-image-content {
  
    align-items: center;
  
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49bf41e8-022d-4969-95db-d2a066c91fed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  margin: 0 !important;
}

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





  img.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49bf41e8-022d-4969-95db-d2a066c91fed .shogun-image-content {
  
    align-items: center;
  
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49bf41e8-022d-4969-95db-d2a066c91fed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  margin: 0 !important;
}

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





  img.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49bf41e8-022d-4969-95db-d2a066c91fed .shogun-image-content {
  
    align-items: center;
  
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49bf41e8-022d-4969-95db-d2a066c91fed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed {
  margin: 0 !important;
}

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





  img.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49bf41e8-022d-4969-95db-d2a066c91fed .shogun-image-content {
  
    align-items: center;
  
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49bf41e8-022d-4969-95db-d2a066c91fed.shogun-image {
  box-sizing: border-box;
}




}
#s-42869fff-f35a-465a-96d9-73b441443a0f {
  padding-top: 22px;
}

#s-5c72fd3b-416a-4918-a061-4887e450a366 {
  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-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c72fd3b-416a-4918-a061-4887e450a366"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  margin: 0 !important;
}

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





  img.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  margin: 0 !important;
}

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





  img.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  margin: 0 !important;
}

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





  img.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  margin: 0 !important;
}

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





  img.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 {
  margin: 0 !important;
}

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





  img.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cbee664-ff9a-4602-bfcf-b9a90b6396f9.shogun-image {
  box-sizing: border-box;
}




}
#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  margin: 0 !important;
}

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





  img.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3418c3d-47a6-4720-8002-dfe80be93979 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  margin: 0 !important;
}

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





  img.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3418c3d-47a6-4720-8002-dfe80be93979 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  margin: 0 !important;
}

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





  img.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3418c3d-47a6-4720-8002-dfe80be93979 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  margin: 0 !important;
}

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





  img.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3418c3d-47a6-4720-8002-dfe80be93979 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979 {
  margin: 0 !important;
}

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





  img.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d3418c3d-47a6-4720-8002-dfe80be93979 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3418c3d-47a6-4720-8002-dfe80be93979.shogun-image {
  box-sizing: border-box;
}




}
#s-77ca67bc-709a-4fbb-83bb-b11f490402f7 {
  padding-top: 22px;
}

#s-ce26416a-e015-4a0a-85af-299e9ae13aa5 {
  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-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce26416a-e015-4a0a-85af-299e9ae13aa5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  margin: 0 !important;
}

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





  img.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-918f38fd-068d-43f6-a7c8-68013edc7473 .shogun-image-content {
  
    align-items: center;
  
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  margin: 0 !important;
}

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





  img.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-918f38fd-068d-43f6-a7c8-68013edc7473 .shogun-image-content {
  
    align-items: center;
  
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  margin: 0 !important;
}

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





  img.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-918f38fd-068d-43f6-a7c8-68013edc7473 .shogun-image-content {
  
    align-items: center;
  
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  margin: 0 !important;
}

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





  img.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-918f38fd-068d-43f6-a7c8-68013edc7473 .shogun-image-content {
  
    align-items: center;
  
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473 {
  margin: 0 !important;
}

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





  img.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-918f38fd-068d-43f6-a7c8-68013edc7473 .shogun-image-content {
  
    align-items: center;
  
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918f38fd-068d-43f6-a7c8-68013edc7473.shogun-image {
  box-sizing: border-box;
}




}
#s-518830cb-5e33-4d1f-8730-e485e70951c3 {
  padding-top: 22px;
}

#s-7043b713-7d2a-49ca-b02b-baae33f750d2 {
  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-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7043b713-7d2a-49ca-b02b-baae33f750d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  margin: 0 !important;
}

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





  img.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebfa5eaf-ec13-4600-906d-561afb66d664 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  margin: 0 !important;
}

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





  img.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebfa5eaf-ec13-4600-906d-561afb66d664 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  margin: 0 !important;
}

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





  img.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebfa5eaf-ec13-4600-906d-561afb66d664 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  margin: 0 !important;
}

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





  img.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebfa5eaf-ec13-4600-906d-561afb66d664 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664 {
  margin: 0 !important;
}

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





  img.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ebfa5eaf-ec13-4600-906d-561afb66d664 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebfa5eaf-ec13-4600-906d-561afb66d664.shogun-image {
  box-sizing: border-box;
}




}
#s-e80ab6d7-cfab-4693-806d-170dfa447975 {
  padding-top: 22px;
}

#s-2a338ece-c389-412e-a1bf-67c9649b790b {
  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-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a338ece-c389-412e-a1bf-67c9649b790b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  margin: 0 !important;
}

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





  img.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d417dab4-9ce9-4860-af9a-80393b6f170b .shogun-image-content {
  
    align-items: center;
  
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  margin: 0 !important;
}

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





  img.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d417dab4-9ce9-4860-af9a-80393b6f170b .shogun-image-content {
  
    align-items: center;
  
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  margin: 0 !important;
}

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





  img.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d417dab4-9ce9-4860-af9a-80393b6f170b .shogun-image-content {
  
    align-items: center;
  
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  margin: 0 !important;
}

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





  img.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d417dab4-9ce9-4860-af9a-80393b6f170b .shogun-image-content {
  
    align-items: center;
  
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b {
  margin: 0 !important;
}

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





  img.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d417dab4-9ce9-4860-af9a-80393b6f170b .shogun-image-content {
  
    align-items: center;
  
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417dab4-9ce9-4860-af9a-80393b6f170b.shogun-image {
  box-sizing: border-box;
}




}
#s-08f862bb-e64a-4f75-b5c9-b736b5a92202 {
  padding-top: 22px;
}

#s-6a18651f-804e-4bc6-a891-947e1b43e8a7 {
  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-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a18651f-804e-4bc6-a891-947e1b43e8a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  margin: 0 !important;
}

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





  img.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84476e33-5218-4a87-b884-5b2286ae0c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  margin: 0 !important;
}

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





  img.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84476e33-5218-4a87-b884-5b2286ae0c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  margin: 0 !important;
}

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





  img.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84476e33-5218-4a87-b884-5b2286ae0c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  margin: 0 !important;
}

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





  img.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84476e33-5218-4a87-b884-5b2286ae0c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e {
  margin: 0 !important;
}

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





  img.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-84476e33-5218-4a87-b884-5b2286ae0c8e .shogun-image-content {
  
    align-items: center;
  
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84476e33-5218-4a87-b884-5b2286ae0c8e.shogun-image {
  box-sizing: border-box;
}




}
#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  margin: 0 !important;
}

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





  img.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  margin: 0 !important;
}

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





  img.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  margin: 0 !important;
}

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





  img.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  margin: 0 !important;
}

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





  img.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa {
  margin: 0 !important;
}

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





  img.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377fa6a4-f9bc-46b8-9569-91f2fb1cb5fa.shogun-image {
  box-sizing: border-box;
}




}
#s-e0557a33-92b1-432b-99fc-18df28c87f24 {
  padding-top: 22px;
}

#s-0b024816-962e-4297-b755-4665694cbcda {
  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-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b024816-962e-4297-b755-4665694cbcda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  margin: 0 !important;
}

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





  img.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  margin: 0 !important;
}

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





  img.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  margin: 0 !important;
}

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





  img.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  margin: 0 !important;
}

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





  img.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 {
  margin: 0 !important;
}

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





  img.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b75114-1341-4b1b-8dcf-83b7d2ab69a7.shogun-image {
  box-sizing: border-box;
}




}
#s-9df4421f-c5db-4095-9422-0277b8a3ae7f {
  padding-top: 22px;
}

#s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb {
  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-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef94b8fb-0d51-47d7-b7c2-fdeb5129dceb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  margin: 0 !important;
}

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





  img.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5198257d-83a4-4b07-8cde-9afaaf32fafb .shogun-image-content {
  
    align-items: center;
  
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  margin: 0 !important;
}

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





  img.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5198257d-83a4-4b07-8cde-9afaaf32fafb .shogun-image-content {
  
    align-items: center;
  
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  margin: 0 !important;
}

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





  img.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5198257d-83a4-4b07-8cde-9afaaf32fafb .shogun-image-content {
  
    align-items: center;
  
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  margin: 0 !important;
}

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





  img.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5198257d-83a4-4b07-8cde-9afaaf32fafb .shogun-image-content {
  
    align-items: center;
  
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb {
  margin: 0 !important;
}

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





  img.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5198257d-83a4-4b07-8cde-9afaaf32fafb .shogun-image-content {
  
    align-items: center;
  
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5198257d-83a4-4b07-8cde-9afaaf32fafb.shogun-image {
  box-sizing: border-box;
}




}
#s-51764737-83e9-40a9-b655-71afd1870e6c {
  padding-top: 22px;
}

#s-10c9358e-8419-450d-bd8d-ec983623f57b {
  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-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10c9358e-8419-450d-bd8d-ec983623f57b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  margin: 0 !important;
}

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





  img.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  margin: 0 !important;
}

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





  img.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  margin: 0 !important;
}

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





  img.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  margin: 0 !important;
}

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





  img.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 {
  margin: 0 !important;
}

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





  img.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee54dbc-e610-4a2d-b5a4-2f184ff5bb37.shogun-image {
  box-sizing: border-box;
}




}
#s-d325b051-f253-42af-bda8-09f788269507 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-d325b051-f253-42af-bda8-09f788269507 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d325b051-f253-42af-bda8-09f788269507 {
  margin: 0 !important;
}

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





  img.s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d325b051-f253-42af-bda8-09f788269507 .shogun-image-content {
  
    align-items: center;
  
}

.s-d325b051-f253-42af-bda8-09f788269507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325b051-f253-42af-bda8-09f788269507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d325b051-f253-42af-bda8-09f788269507 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d325b051-f253-42af-bda8-09f788269507 {
  margin: 0 !important;
}

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





  img.s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d325b051-f253-42af-bda8-09f788269507 .shogun-image-content {
  
    align-items: center;
  
}

.s-d325b051-f253-42af-bda8-09f788269507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325b051-f253-42af-bda8-09f788269507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d325b051-f253-42af-bda8-09f788269507 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d325b051-f253-42af-bda8-09f788269507 {
  margin: 0 !important;
}

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





  img.s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d325b051-f253-42af-bda8-09f788269507 .shogun-image-content {
  
    align-items: center;
  
}

.s-d325b051-f253-42af-bda8-09f788269507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325b051-f253-42af-bda8-09f788269507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d325b051-f253-42af-bda8-09f788269507 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d325b051-f253-42af-bda8-09f788269507 {
  margin: 0 !important;
}

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





  img.s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d325b051-f253-42af-bda8-09f788269507 .shogun-image-content {
  
    align-items: center;
  
}

.s-d325b051-f253-42af-bda8-09f788269507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325b051-f253-42af-bda8-09f788269507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d325b051-f253-42af-bda8-09f788269507 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d325b051-f253-42af-bda8-09f788269507 {
  margin: 0 !important;
}

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





  img.s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d325b051-f253-42af-bda8-09f788269507 .shogun-image-content {
  
    align-items: center;
  
}

.s-d325b051-f253-42af-bda8-09f788269507.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325b051-f253-42af-bda8-09f788269507.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325b051-f253-42af-bda8-09f788269507.shogun-image {
  box-sizing: border-box;
}




}
#s-b9ca753d-ef8a-4ab4-bc23-8489a282cab0 {
  padding-top: 22px;
}

#s-192df31e-aee1-4547-954d-3fbf323165d3 {
  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-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-192df31e-aee1-4547-954d-3fbf323165d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  margin: 0 !important;
}

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





  img.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ed74b82-91ae-4027-94fb-0a2078b97364 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  margin: 0 !important;
}

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





  img.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ed74b82-91ae-4027-94fb-0a2078b97364 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  margin: 0 !important;
}

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





  img.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ed74b82-91ae-4027-94fb-0a2078b97364 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  margin: 0 !important;
}

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





  img.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ed74b82-91ae-4027-94fb-0a2078b97364 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364 {
  margin: 0 !important;
}

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





  img.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0ed74b82-91ae-4027-94fb-0a2078b97364 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed74b82-91ae-4027-94fb-0a2078b97364.shogun-image {
  box-sizing: border-box;
}




}
#s-4b583d2e-1746-4f25-9ad8-5d5acb038541 {
  padding-top: 19px;
}

#s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf {
  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-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a21b5ed-75e7-4457-a6f3-ae6629fbbaaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  margin: 0 !important;
}

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





  img.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee .shogun-image-content {
  
    align-items: center;
  
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  margin: 0 !important;
}

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





  img.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee .shogun-image-content {
  
    align-items: center;
  
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  margin: 0 !important;
}

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





  img.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee .shogun-image-content {
  
    align-items: center;
  
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  margin: 0 !important;
}

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





  img.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee .shogun-image-content {
  
    align-items: center;
  
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee {
  margin: 0 !important;
}

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





  img.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee .shogun-image-content {
  
    align-items: center;
  
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a11a5d-afc2-4e68-868c-3dcbffe72dee.shogun-image {
  box-sizing: border-box;
}




}
#s-00b035a1-1540-40f1-aa54-38b7f949d916 {
  padding-top: 19px;
}

#s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55 {
  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-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24cd83bf-c248-4f23-8b05-2b6b8e8b0a55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  margin: 0 !important;
}

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





  img.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-18fea337-37b9-4b6a-90f4-39087b19da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  margin: 0 !important;
}

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





  img.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-18fea337-37b9-4b6a-90f4-39087b19da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  margin: 0 !important;
}

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





  img.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-18fea337-37b9-4b6a-90f4-39087b19da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  margin: 0 !important;
}

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





  img.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-18fea337-37b9-4b6a-90f4-39087b19da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d {
  margin: 0 !important;
}

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





  img.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-18fea337-37b9-4b6a-90f4-39087b19da5d .shogun-image-content {
  
    align-items: center;
  
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18fea337-37b9-4b6a-90f4-39087b19da5d.shogun-image {
  box-sizing: border-box;
}




}
#s-a0b78413-5595-467e-b4ee-2381c4e688e6 {
  padding-top: 19px;
}

#s-8384fb67-f96c-478b-8b76-20005eeace5d {
  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-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8384fb67-f96c-478b-8b76-20005eeace5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  margin: 0 !important;
}

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





  img.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726bfa12-2e2c-4436-b93d-d5ff24542c35 .shogun-image-content {
  
    align-items: center;
  
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  margin: 0 !important;
}

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





  img.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726bfa12-2e2c-4436-b93d-d5ff24542c35 .shogun-image-content {
  
    align-items: center;
  
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  margin: 0 !important;
}

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





  img.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726bfa12-2e2c-4436-b93d-d5ff24542c35 .shogun-image-content {
  
    align-items: center;
  
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  margin: 0 !important;
}

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





  img.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726bfa12-2e2c-4436-b93d-d5ff24542c35 .shogun-image-content {
  
    align-items: center;
  
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35 {
  margin: 0 !important;
}

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





  img.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-726bfa12-2e2c-4436-b93d-d5ff24542c35 .shogun-image-content {
  
    align-items: center;
  
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bfa12-2e2c-4436-b93d-d5ff24542c35.shogun-image {
  box-sizing: border-box;
}




}
#s-29221e34-5aa0-4539-8804-ecdf66abadd2 {
  padding-top: 19px;
}

#s-78add1e6-154b-4985-9458-e1898ca76e9c {
  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-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78add1e6-154b-4985-9458-e1898ca76e9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  margin: 0 !important;
}

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





  img.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-016dd822-6d73-4098-ad2b-7f47cafbe332 .shogun-image-content {
  
    align-items: center;
  
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  margin: 0 !important;
}

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





  img.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-016dd822-6d73-4098-ad2b-7f47cafbe332 .shogun-image-content {
  
    align-items: center;
  
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  margin: 0 !important;
}

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





  img.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-016dd822-6d73-4098-ad2b-7f47cafbe332 .shogun-image-content {
  
    align-items: center;
  
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  margin: 0 !important;
}

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





  img.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-016dd822-6d73-4098-ad2b-7f47cafbe332 .shogun-image-content {
  
    align-items: center;
  
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332 {
  margin: 0 !important;
}

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





  img.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-016dd822-6d73-4098-ad2b-7f47cafbe332 .shogun-image-content {
  
    align-items: center;
  
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-016dd822-6d73-4098-ad2b-7f47cafbe332.shogun-image {
  box-sizing: border-box;
}




}
#s-20b28d7f-21da-419d-b4c4-66b0a4980b4e {
  padding-top: 22px;
}

#s-33bae513-81ef-4a9a-9c63-f73b2339434b {
  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-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bae513-81ef-4a9a-9c63-f73b2339434b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  margin: 0 !important;
}

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





  img.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93758bbe-5d0e-47f5-8467-f715cee97993 .shogun-image-content {
  
    align-items: center;
  
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  margin: 0 !important;
}

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





  img.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93758bbe-5d0e-47f5-8467-f715cee97993 .shogun-image-content {
  
    align-items: center;
  
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  margin: 0 !important;
}

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





  img.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93758bbe-5d0e-47f5-8467-f715cee97993 .shogun-image-content {
  
    align-items: center;
  
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  margin: 0 !important;
}

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





  img.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93758bbe-5d0e-47f5-8467-f715cee97993 .shogun-image-content {
  
    align-items: center;
  
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993 {
  margin: 0 !important;
}

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





  img.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-93758bbe-5d0e-47f5-8467-f715cee97993 .shogun-image-content {
  
    align-items: center;
  
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93758bbe-5d0e-47f5-8467-f715cee97993.shogun-image {
  box-sizing: border-box;
}




}
#s-56bc474e-3439-4dfd-8b5a-4e9c51106368 {
  padding-top: 22px;
}

#s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab {
  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-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a3ede1d-ef9b-42d8-ab4c-8663599fa0ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  margin: 0 !important;
}

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





  img.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-91f8a4cd-493b-4188-8681-4f880c5df803 .shogun-image-content {
  
    align-items: center;
  
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  margin: 0 !important;
}

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





  img.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-91f8a4cd-493b-4188-8681-4f880c5df803 .shogun-image-content {
  
    align-items: center;
  
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  margin: 0 !important;
}

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





  img.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-91f8a4cd-493b-4188-8681-4f880c5df803 .shogun-image-content {
  
    align-items: center;
  
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  margin: 0 !important;
}

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





  img.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-91f8a4cd-493b-4188-8681-4f880c5df803 .shogun-image-content {
  
    align-items: center;
  
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803 {
  margin: 0 !important;
}

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





  img.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-91f8a4cd-493b-4188-8681-4f880c5df803 .shogun-image-content {
  
    align-items: center;
  
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91f8a4cd-493b-4188-8681-4f880c5df803.shogun-image {
  box-sizing: border-box;
}




}
#s-17bcaea6-a752-4995-a7f4-0facac0abed6 {
  padding-top: 22px;
}

#s-c5848133-6d4b-495a-ac3a-7a221c228bc1 {
  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-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5848133-6d4b-495a-ac3a-7a221c228bc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  max-width: 70px;
text-align: center;
}



.shg-image-margin-container-s-826521c0-5694-4606-9acb-b5a463185559 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  margin: 0 !important;
}

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





  img.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-826521c0-5694-4606-9acb-b5a463185559 .shogun-image-content {
  
    align-items: center;
  
}

.s-826521c0-5694-4606-9acb-b5a463185559.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-826521c0-5694-4606-9acb-b5a463185559 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  margin: 0 !important;
}

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





  img.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-826521c0-5694-4606-9acb-b5a463185559 .shogun-image-content {
  
    align-items: center;
  
}

.s-826521c0-5694-4606-9acb-b5a463185559.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-826521c0-5694-4606-9acb-b5a463185559 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  margin: 0 !important;
}

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





  img.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-826521c0-5694-4606-9acb-b5a463185559 .shogun-image-content {
  
    align-items: center;
  
}

.s-826521c0-5694-4606-9acb-b5a463185559.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-826521c0-5694-4606-9acb-b5a463185559 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  margin: 0 !important;
}

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





  img.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-826521c0-5694-4606-9acb-b5a463185559 .shogun-image-content {
  
    align-items: center;
  
}

.s-826521c0-5694-4606-9acb-b5a463185559.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-826521c0-5694-4606-9acb-b5a463185559 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-826521c0-5694-4606-9acb-b5a463185559 {
  margin: 0 !important;
}

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





  img.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-826521c0-5694-4606-9acb-b5a463185559 .shogun-image-content {
  
    align-items: center;
  
}

.s-826521c0-5694-4606-9acb-b5a463185559.shg-align-container {
  display: flex;
  justify-content: center
}

.s-826521c0-5694-4606-9acb-b5a463185559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-826521c0-5694-4606-9acb-b5a463185559.shogun-image {
  box-sizing: border-box;
}




}
#s-4b759cec-1e33-4b93-861b-462841306fa9 {
  padding-top: 22px;
}

#s-dedf9092-aab0-416b-a370-d346cac98865 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

/*
  $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;
}
