.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-2a96f745-e544-4fda-82df-940ec16ed4b9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2a96f745-e544-4fda-82df-940ec16ed4b9 {
  display: none;
}
#s-2a96f745-e544-4fda-82df-940ec16ed4b9, #wrap-s-2a96f745-e544-4fda-82df-940ec16ed4b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a96f745-e544-4fda-82df-940ec16ed4b9 {
  display: none;
}
#s-2a96f745-e544-4fda-82df-940ec16ed4b9, #wrap-s-2a96f745-e544-4fda-82df-940ec16ed4b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a96f745-e544-4fda-82df-940ec16ed4b9 {
  display: none;
}
#s-2a96f745-e544-4fda-82df-940ec16ed4b9, #wrap-s-2a96f745-e544-4fda-82df-940ec16ed4b9 { display: none !important; }}@media (max-width: 767px){#s-2a96f745-e544-4fda-82df-940ec16ed4b9 {
  display: none;
}
#s-2a96f745-e544-4fda-82df-940ec16ed4b9, #wrap-s-2a96f745-e544-4fda-82df-940ec16ed4b9 { display: none !important; }}
#s-2a96f745-e544-4fda-82df-940ec16ed4b9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2a96f745-e544-4fda-82df-940ec16ed4b9 .shg-sld-nav-button.shg-sld-left,
#s-2a96f745-e544-4fda-82df-940ec16ed4b9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9b11a088-c06d-424c-ac43-d1d3da06a0eb {
  text-align: center;
}







  #s-9b11a088-c06d-424c-ac43-d1d3da06a0eb img.shogun-image {
    

    
    
    
  }


#s-9b11a088-c06d-424c-ac43-d1d3da06a0eb .shogun-image-content {
  
    align-items: center;
  
}

#s-d5aaf13b-6856-402f-8b69-d1d24d865778 {
  text-align: center;
}







  #s-d5aaf13b-6856-402f-8b69-d1d24d865778 img.shogun-image {
    

    
    
    
  }


#s-d5aaf13b-6856-402f-8b69-d1d24d865778 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c67fc22-8862-4d34-bcdc-6734244826d9 {
  text-align: center;
}







  #s-8c67fc22-8862-4d34-bcdc-6734244826d9 img.shogun-image {
    

    
    
    
  }


#s-8c67fc22-8862-4d34-bcdc-6734244826d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-280e9879-9118-4abc-8821-df98bc88c529 {
  text-align: center;
}







  #s-280e9879-9118-4abc-8821-df98bc88c529 img.shogun-image {
    

    
    
    
  }


#s-280e9879-9118-4abc-8821-df98bc88c529 .shogun-image-content {
  
    align-items: center;
  
}

#s-0975ba72-4e21-45ec-b9bf-51f17d8a85f9 {
  text-align: center;
}







  #s-0975ba72-4e21-45ec-b9bf-51f17d8a85f9 img.shogun-image {
    

    
    
    
  }


#s-0975ba72-4e21-45ec-b9bf-51f17d8a85f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e41e03-5cb0-4ae6-bd5b-07a8dc8e9189 {
  text-align: center;
}







  #s-d6e41e03-5cb0-4ae6-bd5b-07a8dc8e9189 img.shogun-image {
    

    
    
    
  }


#s-d6e41e03-5cb0-4ae6-bd5b-07a8dc8e9189 .shogun-image-content {
  
    align-items: center;
  
}

#s-37d4e6b8-7d55-4bf1-b3a3-2c7521111c94 {
  text-align: center;
}
@media (max-width: 767px){#s-37d4e6b8-7d55-4bf1-b3a3-2c7521111c94 {
  
}
}






  #s-37d4e6b8-7d55-4bf1-b3a3-2c7521111c94 img.shogun-image {
    

    
    
    
  }


#s-37d4e6b8-7d55-4bf1-b3a3-2c7521111c94 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed5e22c9-1ce4-4934-97d2-a786972d35d7 {
  text-align: center;
}







  #s-ed5e22c9-1ce4-4934-97d2-a786972d35d7 img.shogun-image {
    

    
    
    
  }


#s-ed5e22c9-1ce4-4934-97d2-a786972d35d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f2f848-8b66-4ce8-b3c5-5819c9aaaa55 {
  text-align: center;
}
@media (max-width: 767px){#s-e0f2f848-8b66-4ce8-b3c5-5819c9aaaa55 {
  
}
}






  #s-e0f2f848-8b66-4ce8-b3c5-5819c9aaaa55 img.shogun-image {
    

    
    
    
  }


#s-e0f2f848-8b66-4ce8-b3c5-5819c9aaaa55 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b56de2-afad-4696-8e48-1d0e3788996f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-05b56de2-afad-4696-8e48-1d0e3788996f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-05b56de2-afad-4696-8e48-1d0e3788996f .shg-sld-nav-button.shg-sld-left,
#s-05b56de2-afad-4696-8e48-1d0e3788996f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb img.shogun-image {
  width: 100%;
  
  
  

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




.s-e43622f5-595b-4579-ba24-ea2be19d49eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb img.shogun-image {
  width: 100%;
  
  
  

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




.s-e43622f5-595b-4579-ba24-ea2be19d49eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb img.shogun-image {
  width: 100%;
  
  
  

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




.s-e43622f5-595b-4579-ba24-ea2be19d49eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb img.shogun-image {
  width: 100%;
  
  
  

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




.s-e43622f5-595b-4579-ba24-ea2be19d49eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb img.shogun-image {
  width: 100%;
  
  
  

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




.s-e43622f5-595b-4579-ba24-ea2be19d49eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43622f5-595b-4579-ba24-ea2be19d49eb.shogun-image {
  box-sizing: border-box;
}




}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-1bd2fa7e-de32-4ee0-ac73-16d02391502f {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-1bd2fa7e-de32-4ee0-ac73-16d02391502f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bd2fa7e-de32-4ee0-ac73-16d02391502f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bd2fa7e-de32-4ee0-ac73-16d02391502f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bd2fa7e-de32-4ee0-ac73-16d02391502f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1bd2fa7e-de32-4ee0-ac73-16d02391502f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a396ce95-12c1-44a1-8ae1-1b5b6c4d2ff5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-a396ce95-12c1-44a1-8ae1-1b5b6c4d2ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a396ce95-12c1-44a1-8ae1-1b5b6c4d2ff5.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-f8aa5580-c24d-4950-8938-5cbd12bb3a95 {
  margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f8aa5580-c24d-4950-8938-5cbd12bb3a95 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-c2d94740-9bf1-489e-899a-cc7c9f4a3154 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-88c6e756-1f85-4fd6-934a-c3205c604cfd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-88c6e756-1f85-4fd6-934a-c3205c604cfd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWRhZWYxN2QtNDhlYy00ODRiLWExZDMtODZlMTU1YWE3YTRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2FkYWVmMTdkLTQ4ZWMtNDg0Yi1hMWQzLTg2ZTE1NWFhN2E0YSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-88c6e756-1f85-4fd6-934a-c3205c604cfd:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-88c6e756-1f85-4fd6-934a-c3205c604cfd-root {
    text-align: left;
  }


#s-88c6e756-1f85-4fd6-934a-c3205c604cfd.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88c6e756-1f85-4fd6-934a-c3205c604cfd-root {
    text-align: left;
  }


#s-88c6e756-1f85-4fd6-934a-c3205c604cfd.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88c6e756-1f85-4fd6-934a-c3205c604cfd-root {
    text-align: left;
  }


#s-88c6e756-1f85-4fd6-934a-c3205c604cfd.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88c6e756-1f85-4fd6-934a-c3205c604cfd-root {
    text-align: left;
  }


#s-88c6e756-1f85-4fd6-934a-c3205c604cfd.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88c6e756-1f85-4fd6-934a-c3205c604cfd-root {
    text-align: left;
  }


#s-88c6e756-1f85-4fd6-934a-c3205c604cfd.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc img.shogun-image {
  width: 100%;
  
  
  

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




.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc .shogun-image-content {
  
    align-items: center;
  
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc img.shogun-image {
  width: 100%;
  
  
  

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




.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc .shogun-image-content {
  
    align-items: center;
  
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc img.shogun-image {
  width: 100%;
  
  
  

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




.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc .shogun-image-content {
  
    align-items: center;
  
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc img.shogun-image {
  width: 100%;
  
  
  

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




.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc .shogun-image-content {
  
    align-items: center;
  
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Remove any padding here since it's now on the container */
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc img.shogun-image {
  width: 100%;
  
  
  

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




.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc .shogun-image-content {
  
    align-items: center;
  
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d93019-9315-4e76-bb89-b7c5e1ea39bc.shogun-image {
  box-sizing: border-box;
}




}
#s-98b2a4d2-a1ea-4f0a-add4-542661b489cc {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-98b2a4d2-a1ea-4f0a-add4-542661b489cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98b2a4d2-a1ea-4f0a-add4-542661b489cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98b2a4d2-a1ea-4f0a-add4-542661b489cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98b2a4d2-a1ea-4f0a-add4-542661b489cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-98b2a4d2-a1ea-4f0a-add4-542661b489cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26bcdd98-dfd6-43e7-9435-1e4a2239334c {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-26bcdd98-dfd6-43e7-9435-1e4a2239334c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26bcdd98-dfd6-43e7-9435-1e4a2239334c.shg-box.shg-c {
  justify-content: center;
}

#s-43f18540-684c-4cd0-bbc1-0fc69915286e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43f18540-684c-4cd0-bbc1-0fc69915286e .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-ef9084c0-feb0-408a-93f2-37faef02de73 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmJmNWM2NGEtNmJiOC00MTVlLTg2ZjQtYTY3NjUwYzUwMTAwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiZjVjNjRhLTZiYjgtNDE1ZS04NmY0LWE2NzY1MGM1MDEwMCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7-root {
    text-align: left;
  }


#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7-root {
    text-align: left;
  }


#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7-root {
    text-align: left;
  }


#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7-root {
    text-align: left;
  }


#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7-root {
    text-align: left;
  }


#s-8c66c5cc-f8ec-4e90-a766-d6aa8ef4aab7.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-446346bd-0767-46d2-93eb-b12b5d096924 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-446346bd-0767-46d2-93eb-b12b5d096924 img.shogun-image {
    

    
    
    
  }


#s-446346bd-0767-46d2-93eb-b12b5d096924 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd30258-6502-4efa-99b9-bb4a72e549d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-9bd30258-6502-4efa-99b9-bb4a72e549d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd30258-6502-4efa-99b9-bb4a72e549d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bd30258-6502-4efa-99b9-bb4a72e549d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bd30258-6502-4efa-99b9-bb4a72e549d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9bd30258-6502-4efa-99b9-bb4a72e549d9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4b7522ec-b2fc-491b-8406-4c5ef626fcb2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-4b7522ec-b2fc-491b-8406-4c5ef626fcb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b7522ec-b2fc-491b-8406-4c5ef626fcb2.shg-box.shg-c {
  justify-content: center;
}

#s-b9064e21-307d-46b8-a3b3-7684baba373a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9064e21-307d-46b8-a3b3-7684baba373a .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-ee92f536-6aa5-49f7-8934-b696b4a5e54f {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-8702399c-8a8f-4475-b367-bdf0802d8691 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-8702399c-8a8f-4475-b367-bdf0802d8691:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhmMzNhNzQtMmNlOS00MjM1LTg1ZDEtNDdjMjk4ZTdmNjVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M4ZjMzYTc0LTJjZTktNDIzNS04NWQxLTQ3YzI5OGU3ZjY1ZSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-8702399c-8a8f-4475-b367-bdf0802d8691:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-8702399c-8a8f-4475-b367-bdf0802d8691-root {
    text-align: left;
  }


#s-8702399c-8a8f-4475-b367-bdf0802d8691.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8702399c-8a8f-4475-b367-bdf0802d8691-root {
    text-align: left;
  }


#s-8702399c-8a8f-4475-b367-bdf0802d8691.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8702399c-8a8f-4475-b367-bdf0802d8691-root {
    text-align: left;
  }


#s-8702399c-8a8f-4475-b367-bdf0802d8691.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8702399c-8a8f-4475-b367-bdf0802d8691-root {
    text-align: left;
  }


#s-8702399c-8a8f-4475-b367-bdf0802d8691.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8702399c-8a8f-4475-b367-bdf0802d8691-root {
    text-align: left;
  }


#s-8702399c-8a8f-4475-b367-bdf0802d8691.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-60b21c0b-52ef-4760-a9e7-817b306453a3 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-60b21c0b-52ef-4760-a9e7-817b306453a3 img.shogun-image {
    

    
    
    
  }


#s-60b21c0b-52ef-4760-a9e7-817b306453a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-55b9d6c4-ca0b-4f60-b3ee-962e31d2f130"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-75c9d2c3-6d66-4159-b726-46973b7ab80e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-75c9d2c3-6d66-4159-b726-46973b7ab80e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c9d2c3-6d66-4159-b726-46973b7ab80e.shg-box.shg-c {
  justify-content: center;
}

#s-c8cfb8ee-ec81-407d-bcb3-ef1bf0601817 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8cfb8ee-ec81-407d-bcb3-ef1bf0601817 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-34d0555c-711f-4efd-a5e2-bed9aff3ba96 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-f29f8616-54ce-49c6-848d-bae71a9d87e2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-f29f8616-54ce-49c6-848d-bae71a9d87e2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGExNjNlNTItMTIxMy00MTExLThhMDctZGY4ZGY0NTc2ZTFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RhMTYzZTUyLTEyMTMtNDExMS04YTA3LWRmOGRmNDU3NmUxYykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-f29f8616-54ce-49c6-848d-bae71a9d87e2:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-f29f8616-54ce-49c6-848d-bae71a9d87e2-root {
    text-align: left;
  }


#s-f29f8616-54ce-49c6-848d-bae71a9d87e2.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f29f8616-54ce-49c6-848d-bae71a9d87e2-root {
    text-align: left;
  }


#s-f29f8616-54ce-49c6-848d-bae71a9d87e2.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f29f8616-54ce-49c6-848d-bae71a9d87e2-root {
    text-align: left;
  }


#s-f29f8616-54ce-49c6-848d-bae71a9d87e2.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f29f8616-54ce-49c6-848d-bae71a9d87e2-root {
    text-align: left;
  }


#s-f29f8616-54ce-49c6-848d-bae71a9d87e2.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f29f8616-54ce-49c6-848d-bae71a9d87e2-root {
    text-align: left;
  }


#s-f29f8616-54ce-49c6-848d-bae71a9d87e2.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 {
  padding-left: 0px;
padding-right: 0px;
max-width: 1920px;
aspect-ratio: 1920/332;
text-align: center;
}





  #s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 img.shogun-image,
  #s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 {
    width: 100%;
    height: auto;
  }



  #s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 img.shogun-image {
    

    
    
    
  }


#s-0fa0c62e-1cc7-4dd8-8e74-10ae58b8d154 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b1ee31b-555a-4d14-8d21-981a283b17a2 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-9b1ee31b-555a-4d14-8d21-981a283b17a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b1ee31b-555a-4d14-8d21-981a283b17a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b1ee31b-555a-4d14-8d21-981a283b17a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b1ee31b-555a-4d14-8d21-981a283b17a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9b1ee31b-555a-4d14-8d21-981a283b17a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0c6e72c5-607f-4852-9855-6126b074912b {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-0c6e72c5-607f-4852-9855-6126b074912b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c6e72c5-607f-4852-9855-6126b074912b.shg-box.shg-c {
  justify-content: center;
}

#s-c44914f7-f98e-4125-9f34-6732aace83c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c44914f7-f98e-4125-9f34-6732aace83c4 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-2ae33a20-bc16-4b10-8f8b-402bb2fc7473 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-52591735-29a8-4c66-b6f3-f4f49e4e2751 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-52591735-29a8-4c66-b6f3-f4f49e4e2751:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjAwOTExZDItNzU0Mi00ZWZmLWI0OTctZjVkZTg5MTc3ODJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2IwMDkxMWQyLTc1NDItNGVmZi1iNDk3LWY1ZGU4OTE3NzgyYykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-52591735-29a8-4c66-b6f3-f4f49e4e2751:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-52591735-29a8-4c66-b6f3-f4f49e4e2751-root {
    text-align: left;
  }


#s-52591735-29a8-4c66-b6f3-f4f49e4e2751.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52591735-29a8-4c66-b6f3-f4f49e4e2751-root {
    text-align: left;
  }


#s-52591735-29a8-4c66-b6f3-f4f49e4e2751.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52591735-29a8-4c66-b6f3-f4f49e4e2751-root {
    text-align: left;
  }


#s-52591735-29a8-4c66-b6f3-f4f49e4e2751.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52591735-29a8-4c66-b6f3-f4f49e4e2751-root {
    text-align: left;
  }


#s-52591735-29a8-4c66-b6f3-f4f49e4e2751.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52591735-29a8-4c66-b6f3-f4f49e4e2751-root {
    text-align: left;
  }


#s-52591735-29a8-4c66-b6f3-f4f49e4e2751.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1920/332;
text-align: center;
}



.shg-image-margin-container-s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }

    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-link {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }




.s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-content {
  
    align-items: center;
  
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62865f1b-2102-4585-b215-fc4cabbee705 {
      --shg-aspect-ratio: calc(1920/332); 
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
      position: relative;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-62865f1b-2102-4585-b215-fc4cabbee705 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }

    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-link {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }




.s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-content {
  
    align-items: center;
  
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62865f1b-2102-4585-b215-fc4cabbee705 {
      --shg-aspect-ratio: calc(1920/332); 
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
      position: relative;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

.shg-image-margin-container-s-62865f1b-2102-4585-b215-fc4cabbee705 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }

    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-link {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }




.s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-content {
  
    align-items: center;
  
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62865f1b-2102-4585-b215-fc4cabbee705 {
      --shg-aspect-ratio: calc(1920/332); 
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
      position: relative;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

.shg-image-margin-container-s-62865f1b-2102-4585-b215-fc4cabbee705 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }

    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-link {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }




.s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-content {
  
    align-items: center;
  
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62865f1b-2102-4585-b215-fc4cabbee705 {
      --shg-aspect-ratio: calc(1920/332); 
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
      position: relative;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

.shg-image-margin-container-s-62865f1b-2102-4585-b215-fc4cabbee705 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-62865f1b-2102-4585-b215-fc4cabbee705 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }

    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-link {
      aspect-ratio: 1920/332;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62865f1b-2102-4585-b215-fc4cabbee705 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }




.s-62865f1b-2102-4585-b215-fc4cabbee705 .shogun-image-content {
  
    align-items: center;
  
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62865f1b-2102-4585-b215-fc4cabbee705 {
      --shg-aspect-ratio: calc(1920/332); 
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container {
      position: relative;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62865f1b-2102-4585-b215-fc4cabbee705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9fee5e7a-e06e-4cf4-a4ba-e91c776cd2af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4ce0c57a-f9b6-4593-926c-6e507f7eae30 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-4ce0c57a-f9b6-4593-926c-6e507f7eae30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ce0c57a-f9b6-4593-926c-6e507f7eae30.shg-box.shg-c {
  justify-content: center;
}

#s-d1e64ca6-c3e8-4b47-b6aa-d6eb8fbf4e0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1e64ca6-c3e8-4b47-b6aa-d6eb8fbf4e0a .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-e53262e9-6050-456f-abf5-0e4cb360554e {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjg1YjdlYzMtYmIyYi00MGNlLWIyMDEtMmE5M2Y1ZDc4ZWY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I4NWI3ZWMzLWJiMmItNDBjZS1iMjAxLTJhOTNmNWQ3OGVmNSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885-root {
    text-align: left;
  }


#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885-root {
    text-align: left;
  }


#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885-root {
    text-align: left;
  }


#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885-root {
    text-align: left;
  }


#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885-root {
    text-align: left;
  }


#s-3fe29b3c-bf89-4f0c-828d-e6bcaa980885.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-cae8c877-3e60-4986-a12b-c093b90108cd {
  text-align: center;
}
@media (max-width: 767px){#s-cae8c877-3e60-4986-a12b-c093b90108cd {
  
}
}






  #s-cae8c877-3e60-4986-a12b-c093b90108cd img.shogun-image {
    

    
    
    
  }


#s-cae8c877-3e60-4986-a12b-c093b90108cd .shogun-image-content {
  
    align-items: center;
  
}

#s-dec63e0d-0a24-497e-a50f-5769fbbccfbd {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-dec63e0d-0a24-497e-a50f-5769fbbccfbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dec63e0d-0a24-497e-a50f-5769fbbccfbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dec63e0d-0a24-497e-a50f-5769fbbccfbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dec63e0d-0a24-497e-a50f-5769fbbccfbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dec63e0d-0a24-497e-a50f-5769fbbccfbd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65e29b21-5d5f-4e91-b544-364bf897e45b {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-65e29b21-5d5f-4e91-b544-364bf897e45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65e29b21-5d5f-4e91-b544-364bf897e45b.shg-box.shg-c {
  justify-content: center;
}

#s-c35d59a6-48f3-4cf5-92c8-8f749d6b1f34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c35d59a6-48f3-4cf5-92c8-8f749d6b1f34 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-63f4e342-b9c6-42a6-91f4-c20423310e85 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-9de82760-ae70-4bb6-9636-c5f09be0ca25 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-9de82760-ae70-4bb6-9636-c5f09be0ca25:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-9de82760-ae70-4bb6-9636-c5f09be0ca25:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-9de82760-ae70-4bb6-9636-c5f09be0ca25-root {
    text-align: left;
  }


#s-9de82760-ae70-4bb6-9636-c5f09be0ca25.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9de82760-ae70-4bb6-9636-c5f09be0ca25-root {
    text-align: left;
  }


#s-9de82760-ae70-4bb6-9636-c5f09be0ca25.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9de82760-ae70-4bb6-9636-c5f09be0ca25-root {
    text-align: left;
  }


#s-9de82760-ae70-4bb6-9636-c5f09be0ca25.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9de82760-ae70-4bb6-9636-c5f09be0ca25-root {
    text-align: left;
  }


#s-9de82760-ae70-4bb6-9636-c5f09be0ca25.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9de82760-ae70-4bb6-9636-c5f09be0ca25-root {
    text-align: left;
  }


#s-9de82760-ae70-4bb6-9636-c5f09be0ca25.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  aspect-ratio: 1920/332;
text-align: center;
}



.shg-image-margin-container-s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c933263c-83e9-4539-9b9d-5ac510ff7ec4.shogun-image {
  box-sizing: border-box;
}




}
#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b {
  display: none;
}
#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b, #wrap-s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b {
  display: none;
}
#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b, #wrap-s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b {
  display: none;
}
#s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b, #wrap-s-6ebbe9b4-dfa6-481c-9f0b-80063a70f81b { display: none !important; }}
#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  text-align: center;
}



.shg-image-margin-container-s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
    
    
    
    
  }


.s-06f15cd9-7281-42ad-abe7-b15c425e0568 .shogun-image-content {
  
    align-items: center;
  
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
    
    
    
    
  }


.s-06f15cd9-7281-42ad-abe7-b15c425e0568 .shogun-image-content {
  
    align-items: center;
  
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
    
    
    
    
  }


.s-06f15cd9-7281-42ad-abe7-b15c425e0568 .shogun-image-content {
  
    align-items: center;
  
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
    
    
    
    
  }


.s-06f15cd9-7281-42ad-abe7-b15c425e0568 .shogun-image-content {
  
    align-items: center;
  
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
    
    
    
    
  }


.s-06f15cd9-7281-42ad-abe7-b15c425e0568 .shogun-image-content {
  
    align-items: center;
  
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06f15cd9-7281-42ad-abe7-b15c425e0568.shogun-image {
  box-sizing: border-box;
}




}
#s-10ec0a12-06bd-45a9-bab5-768e4348acae {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-10ec0a12-06bd-45a9-bab5-768e4348acae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10ec0a12-06bd-45a9-bab5-768e4348acae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10ec0a12-06bd-45a9-bab5-768e4348acae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10ec0a12-06bd-45a9-bab5-768e4348acae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-10ec0a12-06bd-45a9-bab5-768e4348acae"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2dedcb0-8efb-4167-8f78-1459ef7031a8 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-c2dedcb0-8efb-4167-8f78-1459ef7031a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2dedcb0-8efb-4167-8f78-1459ef7031a8.shg-box.shg-c {
  justify-content: center;
}

#s-139ed0bc-dd88-4cef-afae-73d306d75021 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-139ed0bc-dd88-4cef-afae-73d306d75021 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-29e834bf-36f0-46db-9703-0208bf592fec {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-468a4aff-c38b-4bcb-8555-c3815c6d2602 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-468a4aff-c38b-4bcb-8555-c3815c6d2602:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjM5MzczOWMtODk0Mi00YWU0LWE4YTMtMzcxNjQxYTY1MTQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2YzOTM3MzljLTg5NDItNGFlNC1hOGEzLTM3MTY0MWE2NTE0OSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-468a4aff-c38b-4bcb-8555-c3815c6d2602:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-468a4aff-c38b-4bcb-8555-c3815c6d2602-root {
    text-align: left;
  }


#s-468a4aff-c38b-4bcb-8555-c3815c6d2602.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-468a4aff-c38b-4bcb-8555-c3815c6d2602-root {
    text-align: left;
  }


#s-468a4aff-c38b-4bcb-8555-c3815c6d2602.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-468a4aff-c38b-4bcb-8555-c3815c6d2602-root {
    text-align: left;
  }


#s-468a4aff-c38b-4bcb-8555-c3815c6d2602.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-468a4aff-c38b-4bcb-8555-c3815c6d2602-root {
    text-align: left;
  }


#s-468a4aff-c38b-4bcb-8555-c3815c6d2602.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-468a4aff-c38b-4bcb-8555-c3815c6d2602-root {
    text-align: left;
  }


#s-468a4aff-c38b-4bcb-8555-c3815c6d2602.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e59a8f2e-9147-4379-b7cf-d38ea6e30381 {
  text-align: center;
}







  #s-e59a8f2e-9147-4379-b7cf-d38ea6e30381 img.shogun-image {
    

    
    
    
  }


#s-e59a8f2e-9147-4379-b7cf-d38ea6e30381 .shogun-image-content {
  
    align-items: center;
  
}

#s-11305d2d-601f-47d0-8f1d-4f420d656965 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-11305d2d-601f-47d0-8f1d-4f420d656965"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11305d2d-601f-47d0-8f1d-4f420d656965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11305d2d-601f-47d0-8f1d-4f420d656965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11305d2d-601f-47d0-8f1d-4f420d656965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-11305d2d-601f-47d0-8f1d-4f420d656965"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c0f6554a-b4be-4e1f-a240-01ba54db2cfc {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-c0f6554a-b4be-4e1f-a240-01ba54db2cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0f6554a-b4be-4e1f-a240-01ba54db2cfc.shg-box.shg-c {
  justify-content: center;
}

#s-beb100cc-b88a-4fbf-b935-5923d9a7b9d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-beb100cc-b88a-4fbf-b935-5923d9a7b9d5 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-e5e611af-cc5d-4406-afe2-c0a3ff54400a {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6-root {
    text-align: left;
  }


#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6-root {
    text-align: left;
  }


#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6-root {
    text-align: left;
  }


#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6-root {
    text-align: left;
  }


#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6-root {
    text-align: left;
  }


#s-28693a2c-9107-4f36-9f8e-cbdcc42d01f6.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1462ea58-3990-4ade-aaa2-baf6db360306 {
  text-align: center;
}







  #s-1462ea58-3990-4ade-aaa2-baf6db360306 img.shogun-image {
    

    
    
    
  }


#s-1462ea58-3990-4ade-aaa2-baf6db360306 .shogun-image-content {
  
    align-items: center;
  
}

#s-da75f8e5-07e9-43d5-a9cb-758087e9c487 {
  text-align: center;
}







  #s-da75f8e5-07e9-43d5-a9cb-758087e9c487 img.shogun-image {
    

    
    
    
  }


#s-da75f8e5-07e9-43d5-a9cb-758087e9c487 .shogun-image-content {
  
    align-items: center;
  
}

#s-d563b256-404c-4c6a-82e9-82d2cabc03da {
  text-align: center;
}







  #s-d563b256-404c-4c6a-82e9-82d2cabc03da img.shogun-image {
    

    
    
    
  }


#s-d563b256-404c-4c6a-82e9-82d2cabc03da .shogun-image-content {
  
    align-items: center;
  
}

#s-09d124a0-35a1-45a3-9f14-21418e8ba66a {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-09d124a0-35a1-45a3-9f14-21418e8ba66a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09d124a0-35a1-45a3-9f14-21418e8ba66a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09d124a0-35a1-45a3-9f14-21418e8ba66a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09d124a0-35a1-45a3-9f14-21418e8ba66a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-09d124a0-35a1-45a3-9f14-21418e8ba66a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7f0b8fd7-6187-417c-9afb-30f3e23b771e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-7f0b8fd7-6187-417c-9afb-30f3e23b771e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f0b8fd7-6187-417c-9afb-30f3e23b771e.shg-box.shg-c {
  justify-content: center;
}

#s-2f953b5c-b932-45e0-baab-aaae039403ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f953b5c-b932-45e0-baab-aaae039403ad .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-e5668e5e-38c6-4202-8978-7e567cabf405 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-bcf28e42-2980-41d6-ac67-860db4e37335 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-bcf28e42-2980-41d6-ac67-860db4e37335:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-bcf28e42-2980-41d6-ac67-860db4e37335:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-bcf28e42-2980-41d6-ac67-860db4e37335-root {
    text-align: left;
  }


#s-bcf28e42-2980-41d6-ac67-860db4e37335.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcf28e42-2980-41d6-ac67-860db4e37335-root {
    text-align: left;
  }


#s-bcf28e42-2980-41d6-ac67-860db4e37335.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcf28e42-2980-41d6-ac67-860db4e37335-root {
    text-align: left;
  }


#s-bcf28e42-2980-41d6-ac67-860db4e37335.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcf28e42-2980-41d6-ac67-860db4e37335-root {
    text-align: left;
  }


#s-bcf28e42-2980-41d6-ac67-860db4e37335.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcf28e42-2980-41d6-ac67-860db4e37335-root {
    text-align: left;
  }


#s-bcf28e42-2980-41d6-ac67-860db4e37335.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f3ea5e71-a548-47c4-921e-fcb1d0ad4a37 {
  text-align: center;
}







  #s-f3ea5e71-a548-47c4-921e-fcb1d0ad4a37 img.shogun-image {
    

    
    
    
  }


#s-f3ea5e71-a548-47c4-921e-fcb1d0ad4a37 .shogun-image-content {
  
    align-items: center;
  
}

#s-e23e6583-a6d4-4876-bc68-58f293a863b4 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-e23e6583-a6d4-4876-bc68-58f293a863b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e23e6583-a6d4-4876-bc68-58f293a863b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e23e6583-a6d4-4876-bc68-58f293a863b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e23e6583-a6d4-4876-bc68-58f293a863b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e23e6583-a6d4-4876-bc68-58f293a863b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-afed3132-e660-4fdc-8863-f821ccc8a728 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-afed3132-e660-4fdc-8863-f821ccc8a728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afed3132-e660-4fdc-8863-f821ccc8a728.shg-box.shg-c {
  justify-content: center;
}

#s-4c8c2ed2-d4c6-4a79-bdb8-a98260f2d7e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c8c2ed2-d4c6-4a79-bdb8-a98260f2d7e9 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-5bc12958-fd4c-4427-819a-ca5aa8a6e914 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-fea95361-569e-40ab-821c-5d8ba1b4f148 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-fea95361-569e-40ab-821c-5d8ba1b4f148:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-fea95361-569e-40ab-821c-5d8ba1b4f148:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-fea95361-569e-40ab-821c-5d8ba1b4f148-root {
    text-align: left;
  }


#s-fea95361-569e-40ab-821c-5d8ba1b4f148.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fea95361-569e-40ab-821c-5d8ba1b4f148-root {
    text-align: left;
  }


#s-fea95361-569e-40ab-821c-5d8ba1b4f148.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fea95361-569e-40ab-821c-5d8ba1b4f148-root {
    text-align: left;
  }


#s-fea95361-569e-40ab-821c-5d8ba1b4f148.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fea95361-569e-40ab-821c-5d8ba1b4f148-root {
    text-align: left;
  }


#s-fea95361-569e-40ab-821c-5d8ba1b4f148.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fea95361-569e-40ab-821c-5d8ba1b4f148-root {
    text-align: left;
  }


#s-fea95361-569e-40ab-821c-5d8ba1b4f148.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8c5ae14e-7170-4db3-bf31-f0d6be6d3865 {
  text-align: center;
}







  #s-8c5ae14e-7170-4db3-bf31-f0d6be6d3865 img.shogun-image {
    

    
    
    
  }


#s-8c5ae14e-7170-4db3-bf31-f0d6be6d3865 .shogun-image-content {
  
    align-items: center;
  
}

#s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-468f8991-3d53-4b97-8a86-1f2dcf5c7f7a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-49788b5f-5955-4ff0-a437-5182cb600f3a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-49788b5f-5955-4ff0-a437-5182cb600f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49788b5f-5955-4ff0-a437-5182cb600f3a.shg-box.shg-c {
  justify-content: center;
}

#s-bc9da3cd-7a5c-405e-bba7-fcc567693184 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc9da3cd-7a5c-405e-bba7-fcc567693184 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-9be2a136-225c-4f32-b5a6-a7bbe61dd964 {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c-root {
    text-align: left;
  }


#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c-root {
    text-align: left;
  }


#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c-root {
    text-align: left;
  }


#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c-root {
    text-align: left;
  }


#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c-root {
    text-align: left;
  }


#s-9f9fc2eb-c72f-40e6-b8e0-c3e5370c876c.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-fd9e0f50-7402-4fa1-81fd-77d82daf3e10 {
  text-align: center;
}
@media (max-width: 767px){#s-fd9e0f50-7402-4fa1-81fd-77d82daf3e10 {
  
}
}






  #s-fd9e0f50-7402-4fa1-81fd-77d82daf3e10 img.shogun-image {
    

    
    
    
  }


#s-fd9e0f50-7402-4fa1-81fd-77d82daf3e10 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eac5f53-7a38-4df4-86cf-ce60191cd09b {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-8eac5f53-7a38-4df4-86cf-ce60191cd09b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eac5f53-7a38-4df4-86cf-ce60191cd09b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8eac5f53-7a38-4df4-86cf-ce60191cd09b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eac5f53-7a38-4df4-86cf-ce60191cd09b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8eac5f53-7a38-4df4-86cf-ce60191cd09b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a39fddb9-4ab1-4078-9e25-1cb80e9b4add {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-a39fddb9-4ab1-4078-9e25-1cb80e9b4add > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a39fddb9-4ab1-4078-9e25-1cb80e9b4add.shg-box.shg-c {
  justify-content: center;
}

#s-1de14bcd-5dec-4a07-bc32-b0179cd8498e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1de14bcd-5dec-4a07-bc32-b0179cd8498e .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-c10911b5-1b62-4762-b9fb-e39fe933e96a {
  margin-top: 5px;
margin-bottom: 30px;
margin-right: 15%;
padding-left: 0%;
padding-right: 15%;
}

#s-5a269908-d963-46b2-8159-888dd46488b3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjNjA5NDktNjg3OS00YTdiLWFiMjktMzBlNDc4MWVmZDUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTFlMWUxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM2MDk0OS02ODc5LTRhN2ItYWIyOS0zMGU0NzgxZWZkNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(77, 88, 88, 1);
border-radius: 10px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#e1e1e1"}];
hover-type: gradient;
color: rgba(77, 88, 88, 1);
}
#s-5a269908-d963-46b2-8159-888dd46488b3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGUwMTJmNzUtN2NmYy00N2YwLWEwYWYtMTRhMzkyNzk5NTVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDFiODYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjcwOTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDY5Mzc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RlMDEyZjc1LTdjZmMtNDdmMC1hMGFmLTE0YTM5Mjc5OTU1YykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#01b862"}, {"id"=>2, "pos"=>0.7090909090909091, "color"=>"#006937"}] !important;
hover-type: gradient !important;}#s-5a269908-d963-46b2-8159-888dd46488b3:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 105, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5a269908-d963-46b2-8159-888dd46488b3-root {
    text-align: left;
  }


#s-5a269908-d963-46b2-8159-888dd46488b3.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a269908-d963-46b2-8159-888dd46488b3-root {
    text-align: left;
  }


#s-5a269908-d963-46b2-8159-888dd46488b3.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a269908-d963-46b2-8159-888dd46488b3-root {
    text-align: left;
  }


#s-5a269908-d963-46b2-8159-888dd46488b3.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a269908-d963-46b2-8159-888dd46488b3-root {
    text-align: left;
  }


#s-5a269908-d963-46b2-8159-888dd46488b3.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a269908-d963-46b2-8159-888dd46488b3-root {
    text-align: left;
  }


#s-5a269908-d963-46b2-8159-888dd46488b3.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8188b157-f596-4335-85d7-052b3427b907 {
  margin-top: 0px;
margin-bottom: -25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8188b157-f596-4335-85d7-052b3427b907 {
  display: none;
}
#s-8188b157-f596-4335-85d7-052b3427b907, #wrap-s-8188b157-f596-4335-85d7-052b3427b907 { display: none !important; }}@media (max-width: 767px){#s-8188b157-f596-4335-85d7-052b3427b907 {
  display: none;
}
#s-8188b157-f596-4335-85d7-052b3427b907, #wrap-s-8188b157-f596-4335-85d7-052b3427b907 { display: none !important; }}







#s-8188b157-f596-4335-85d7-052b3427b907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8188b157-f596-4335-85d7-052b3427b907.shg-box.shg-c {
  justify-content: center;
}

#s-183c3205-3003-4f9e-a736-59228d35aa93 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-183c3205-3003-4f9e-a736-59228d35aa93 {
  
}
}@media (max-width: 767px){#s-183c3205-3003-4f9e-a736-59228d35aa93 {
  
}
}
@media (min-width: 0px) {
[id="s-183c3205-3003-4f9e-a736-59228d35aa93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-183c3205-3003-4f9e-a736-59228d35aa93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-183c3205-3003-4f9e-a736-59228d35aa93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-183c3205-3003-4f9e-a736-59228d35aa93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1f48af1a-48f8-4f44-8f78-931964ee97ff {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 4%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1f48af1a-48f8-4f44-8f78-931964ee97ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-b8383067-1cb5-4472-b2b7-afc9ef90f8ec {
  max-width: 50px;
}








#s-b8383067-1cb5-4472-b2b7-afc9ef90f8ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8383067-1cb5-4472-b2b7-afc9ef90f8ec {
  cursor: pointer;
}#s-b8383067-1cb5-4472-b2b7-afc9ef90f8ec.shg-box.shg-c {
  justify-content: center;
}

#s-9eafba85-af06-426a-ab46-7e32cf6aec4e {
  text-align: center;
}







  #s-9eafba85-af06-426a-ab46-7e32cf6aec4e img.shogun-image {
    

    
    
    
  }


#s-9eafba85-af06-426a-ab46-7e32cf6aec4e .shogun-image-content {
  
    align-items: center;
  
}

#s-717202e5-86e8-41b9-ab0d-fd3d02bbc251 {
  min-height: 50px;
}








#s-717202e5-86e8-41b9-ab0d-fd3d02bbc251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-717202e5-86e8-41b9-ab0d-fd3d02bbc251.shg-box.shg-c {
  justify-content: center;
}

#s-a236d264-e591-434b-9bc6-733f6a650adf {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a236d264-e591-434b-9bc6-733f6a650adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a236d264-e591-434b-9bc6-733f6a650adf {
  cursor: pointer;
}#s-a236d264-e591-434b-9bc6-733f6a650adf.shg-box.shg-c {
  justify-content: center;
}

#s-91d7ea92-1739-4144-948e-cfeb8fc33a1c {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-91d7ea92-1739-4144-948e-cfeb8fc33a1c .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2936f7fe-f45c-47b0-8c28-3ceed286f537 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2936f7fe-f45c-47b0-8c28-3ceed286f537 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 4%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fb038b2-9bc0-4c2a-84e1-392ef808b98d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-28e0d5af-d1e6-4f44-a6b1-a3cc47d6526d {
  max-width: 50px;
}








#s-28e0d5af-d1e6-4f44-a6b1-a3cc47d6526d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28e0d5af-d1e6-4f44-a6b1-a3cc47d6526d.shg-box.shg-c {
  justify-content: center;
}

#s-15a87461-3388-449b-b336-6b2d8f5bcfc6 {
  text-align: center;
}







  #s-15a87461-3388-449b-b336-6b2d8f5bcfc6 img.shogun-image {
    

    
    
    
  }


#s-15a87461-3388-449b-b336-6b2d8f5bcfc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-24be568a-fdf1-4a7d-9d8b-9e471d9eb847 {
  min-height: 50px;
}








#s-24be568a-fdf1-4a7d-9d8b-9e471d9eb847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24be568a-fdf1-4a7d-9d8b-9e471d9eb847.shg-box.shg-c {
  justify-content: center;
}

#s-ed6008ba-970a-4eba-85fb-605886621940 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ed6008ba-970a-4eba-85fb-605886621940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed6008ba-970a-4eba-85fb-605886621940.shg-box.shg-c {
  justify-content: center;
}

#s-7557e11e-8b0b-4f0b-b15a-ac90be4b4ff6 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7557e11e-8b0b-4f0b-b15a-ac90be4b4ff6 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0067e3f0-530a-450e-8d4d-65f5c2fc6c0a {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0067e3f0-530a-450e-8d4d-65f5c2fc6c0a .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 4%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 5px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4ba5d56-4f8f-4852-b2bb-456edef8c8bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-40a4aa55-4fa1-4585-8905-2f9db7d77431 {
  max-width: 50px;
}








#s-40a4aa55-4fa1-4585-8905-2f9db7d77431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40a4aa55-4fa1-4585-8905-2f9db7d77431 {
  cursor: pointer;
}#s-40a4aa55-4fa1-4585-8905-2f9db7d77431.shg-box.shg-c {
  justify-content: center;
}

#s-d63591e6-5c0c-474c-98a3-094172513430 {
  text-align: center;
}







  #s-d63591e6-5c0c-474c-98a3-094172513430 img.shogun-image {
    

    
    
    
  }


#s-d63591e6-5c0c-474c-98a3-094172513430 .shogun-image-content {
  
    align-items: center;
  
}

#s-e76dc073-c6ab-4169-8a20-df206b5b2f9d {
  min-height: 50px;
}








#s-e76dc073-c6ab-4169-8a20-df206b5b2f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e76dc073-c6ab-4169-8a20-df206b5b2f9d.shg-box.shg-c {
  justify-content: center;
}

#s-616ea2ca-b3ff-4244-9793-64491dd74d44 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-616ea2ca-b3ff-4244-9793-64491dd74d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-616ea2ca-b3ff-4244-9793-64491dd74d44 {
  cursor: pointer;
}#s-616ea2ca-b3ff-4244-9793-64491dd74d44.shg-box.shg-c {
  justify-content: center;
}

#s-424f2ff9-c715-4ec6-9068-1967afcefdd5 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-424f2ff9-c715-4ec6-9068-1967afcefdd5 .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c404c976-3042-40f7-82db-6af09a8cd934 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c404c976-3042-40f7-82db-6af09a8cd934 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-90572343-d8b2-4cf2-8bff-ac87efd2d911 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 4%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: solid;
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-90572343-d8b2-4cf2-8bff-ac87efd2d911"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-446e932a-a9ea-4871-80dd-ca804ebef0b5 {
  max-width: 50px;
}








#s-446e932a-a9ea-4871-80dd-ca804ebef0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-446e932a-a9ea-4871-80dd-ca804ebef0b5 {
  cursor: pointer;
}#s-446e932a-a9ea-4871-80dd-ca804ebef0b5.shg-box.shg-c {
  justify-content: center;
}

#s-02e311f5-458b-49e8-a8d5-f5740c746d22 {
  text-align: center;
}







  #s-02e311f5-458b-49e8-a8d5-f5740c746d22 img.shogun-image {
    

    
    
    
  }


#s-02e311f5-458b-49e8-a8d5-f5740c746d22 .shogun-image-content {
  
    align-items: center;
  
}

#s-91f88ba2-87a4-4052-bb9c-92b96c5e7743 {
  min-height: 50px;
}








#s-91f88ba2-87a4-4052-bb9c-92b96c5e7743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91f88ba2-87a4-4052-bb9c-92b96c5e7743.shg-box.shg-c {
  justify-content: center;
}

#s-96d76522-d68a-4c05-8d2b-ca9ed4423c6e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-96d76522-d68a-4c05-8d2b-ca9ed4423c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96d76522-d68a-4c05-8d2b-ca9ed4423c6e.shg-box.shg-c {
  justify-content: center;
}

#s-df546848-6003-412f-803a-43d6432c773d {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df546848-6003-412f-803a-43d6432c773d .shogun-heading-component h4 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0d0f8044-2d07-4a94-8773-7d62173a5576 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0d0f8044-2d07-4a94-8773-7d62173a5576 .shogun-heading-component h1 {
  color: rgba(0, 105, 55, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-89cc8b5f-6bb8-4c83-91ef-8b6861d711da {
  text-align: left;
}
@media (max-width: 767px){#s-89cc8b5f-6bb8-4c83-91ef-8b6861d711da {
  display: none;
}
#s-89cc8b5f-6bb8-4c83-91ef-8b6861d711da, #wrap-s-89cc8b5f-6bb8-4c83-91ef-8b6861d711da { display: none !important; }}
#s-f6975764-de3b-498a-bf59-96d20debdb27 {
  margin-top: 30px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f6975764-de3b-498a-bf59-96d20debdb27 {
  display: none;
}
#s-f6975764-de3b-498a-bf59-96d20debdb27, #wrap-s-f6975764-de3b-498a-bf59-96d20debdb27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6975764-de3b-498a-bf59-96d20debdb27 {
  display: none;
}
#s-f6975764-de3b-498a-bf59-96d20debdb27, #wrap-s-f6975764-de3b-498a-bf59-96d20debdb27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6975764-de3b-498a-bf59-96d20debdb27 {
  display: none;
}
#s-f6975764-de3b-498a-bf59-96d20debdb27, #wrap-s-f6975764-de3b-498a-bf59-96d20debdb27 { display: none !important; }}







#s-f6975764-de3b-498a-bf59-96d20debdb27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6975764-de3b-498a-bf59-96d20debdb27.shg-box.shg-c {
  justify-content: center;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  max-width: 767px;
aspect-ratio: 767/150;
text-align: center;
}



.shg-image-margin-container-s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }

    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-link {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 767px;
  }



  img.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
    
    
    
    max-height: 767px;
  }


.s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
      --shg-aspect-ratio: calc(767/96); 
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
      position: relative;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 767px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }

    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-link {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 767px;
  }



  img.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
    
    
    
    max-height: 767px;
  }


.s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
      --shg-aspect-ratio: calc(767/96); 
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
      position: relative;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 767px;
    }
  }

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

.shg-image-margin-container-s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }

    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-link {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 767px;
  }



  img.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
    
    
    
    max-height: 767px;
  }


.s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
      --shg-aspect-ratio: calc(767/96); 
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
      position: relative;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 767px;
    }
  }

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

.shg-image-margin-container-s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }

    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-link {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 767px;
  }



  img.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
    
    
    
    max-height: 767px;
  }


.s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
      --shg-aspect-ratio: calc(767/96); 
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
      position: relative;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 767px;
    }
  }

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

.shg-image-margin-container-s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }

    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-link {
      aspect-ratio: 767/96;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 767px;
  }



  img.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
    
    
    
    max-height: 767px;
  }


.s-f566dd49-09c0-4f1b-a072-789552aef1d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 {
      --shg-aspect-ratio: calc(767/96); 
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container {
      position: relative;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f566dd49-09c0-4f1b-a072-789552aef1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 767px;
    }
  }

}
#s-ccbe9411-08e3-453d-a997-b61ba3df38f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ccbe9411-08e3-453d-a997-b61ba3df38f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ccbe9411-08e3-453d-a997-b61ba3df38f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccbe9411-08e3-453d-a997-b61ba3df38f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccbe9411-08e3-453d-a997-b61ba3df38f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-87afa066-b001-4626-a231-9db8df09060a {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
}

#s-87afa066-b001-4626-a231-9db8df09060a {
  background-image: url();
}








#s-87afa066-b001-4626-a231-9db8df09060a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87afa066-b001-4626-a231-9db8df09060a {
  cursor: pointer;
}#s-87afa066-b001-4626-a231-9db8df09060a.shg-box.shg-c {
  justify-content: center;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}
#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7:hover {opacity: 1 !important;}


.shg-image-margin-container-s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb716aa-ebb8-4885-8e38-fe124fc5dac7.shogun-image {
  box-sizing: border-box;
}




}
#s-e71242e6-a08f-4ddd-9f3b-246464ae9ed9 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e71242e6-a08f-4ddd-9f3b-246464ae9ed9 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a38292cd-b7d8-4e19-8254-59f1658298b6 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
}

#s-a38292cd-b7d8-4e19-8254-59f1658298b6 {
  background-image: url();
}








#s-a38292cd-b7d8-4e19-8254-59f1658298b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a38292cd-b7d8-4e19-8254-59f1658298b6 {
  cursor: pointer;
}#s-a38292cd-b7d8-4e19-8254-59f1658298b6.shg-box.shg-c {
  justify-content: center;
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-039ffe18-4a24-4077-817c-712a3293687c {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin: 0 !important;
  overflow: hidden;
}






.s-039ffe18-4a24-4077-817c-712a3293687c .shogun-image-content {
  
    align-items: center;
  
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-039ffe18-4a24-4077-817c-712a3293687c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin: 0 !important;
  overflow: hidden;
}






.s-039ffe18-4a24-4077-817c-712a3293687c .shogun-image-content {
  
    align-items: center;
  
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-039ffe18-4a24-4077-817c-712a3293687c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin: 0 !important;
  overflow: hidden;
}






.s-039ffe18-4a24-4077-817c-712a3293687c .shogun-image-content {
  
    align-items: center;
  
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-039ffe18-4a24-4077-817c-712a3293687c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin: 0 !important;
  overflow: hidden;
}






.s-039ffe18-4a24-4077-817c-712a3293687c .shogun-image-content {
  
    align-items: center;
  
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-039ffe18-4a24-4077-817c-712a3293687c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-039ffe18-4a24-4077-817c-712a3293687c {
  margin: 0 !important;
  overflow: hidden;
}






.s-039ffe18-4a24-4077-817c-712a3293687c .shogun-image-content {
  
    align-items: center;
  
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-039ffe18-4a24-4077-817c-712a3293687c.shogun-image {
  box-sizing: border-box;
}




}
#s-20a6b0cf-aea5-4fd3-89a0-f34c31ad794f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20a6b0cf-aea5-4fd3-89a0-f34c31ad794f .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-42e034c3-51ab-4a6d-b79f-e3f1c4ee1b7e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-42e034c3-51ab-4a6d-b79f-e3f1c4ee1b7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42e034c3-51ab-4a6d-b79f-e3f1c4ee1b7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42e034c3-51ab-4a6d-b79f-e3f1c4ee1b7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42e034c3-51ab-4a6d-b79f-e3f1c4ee1b7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-460ecd80-4a6a-4c92-9f9b-bdfdfc5266f5 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
}

#s-460ecd80-4a6a-4c92-9f9b-bdfdfc5266f5 {
  background-image: url();
}








#s-460ecd80-4a6a-4c92-9f9b-bdfdfc5266f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-460ecd80-4a6a-4c92-9f9b-bdfdfc5266f5 {
  cursor: pointer;
}#s-460ecd80-4a6a-4c92-9f9b-bdfdfc5266f5.shg-box.shg-c {
  justify-content: center;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin: 0 !important;
  overflow: hidden;
}






.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin: 0 !important;
  overflow: hidden;
}






.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin: 0 !important;
  overflow: hidden;
}






.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin: 0 !important;
  overflow: hidden;
}






.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf {
  margin: 0 !important;
  overflow: hidden;
}






.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf .shogun-image-content {
  
    align-items: center;
  
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bfc191-a01a-4c12-86c2-cdf8a111a9bf.shogun-image {
  box-sizing: border-box;
}




}
#s-5a23d14f-ddf7-40e9-b51d-753b1067ab50 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5a23d14f-ddf7-40e9-b51d-753b1067ab50 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7ff51363-3d1b-4bf7-ae36-4973bdcd2c8d {
  margin-right: 0%;
padding-left: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
}

#s-7ff51363-3d1b-4bf7-ae36-4973bdcd2c8d {
  background-image: url();
}








#s-7ff51363-3d1b-4bf7-ae36-4973bdcd2c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ff51363-3d1b-4bf7-ae36-4973bdcd2c8d {
  cursor: pointer;
}#s-7ff51363-3d1b-4bf7-ae36-4973bdcd2c8d.shg-box.shg-c {
  justify-content: center;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 {
  margin: 0 !important;
  overflow: hidden;
}






.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9d92b9-a3d3-4eaa-8c25-de425406fac5.shogun-image {
  box-sizing: border-box;
}




}
#s-82a9c52b-b412-41e3-968d-4aa46a185911 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-82a9c52b-b412-41e3-968d-4aa46a185911 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c8877590-9c1c-41e5-b1bc-2f6ca84f3a06 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c8877590-9c1c-41e5-b1bc-2f6ca84f3a06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c8877590-9c1c-41e5-b1bc-2f6ca84f3a06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8877590-9c1c-41e5-b1bc-2f6ca84f3a06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8877590-9c1c-41e5-b1bc-2f6ca84f3a06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-644cb49d-5771-4800-b22a-cfcfb6575bde {
  margin-right: 0%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
}

#s-644cb49d-5771-4800-b22a-cfcfb6575bde {
  background-image: url();
}








#s-644cb49d-5771-4800-b22a-cfcfb6575bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-644cb49d-5771-4800-b22a-cfcfb6575bde {
  cursor: pointer;
}#s-644cb49d-5771-4800-b22a-cfcfb6575bde.shg-box.shg-c {
  justify-content: center;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37f8a170-0430-4b25-a02d-550b6ef90d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37f8a170-0430-4b25-a02d-550b6ef90d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37f8a170-0430-4b25-a02d-550b6ef90d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37f8a170-0430-4b25-a02d-550b6ef90d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d {
  margin: 0 !important;
  overflow: hidden;
}






.s-37f8a170-0430-4b25-a02d-550b6ef90d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8a170-0430-4b25-a02d-550b6ef90d2d.shogun-image {
  box-sizing: border-box;
}




}
#s-4bd5f709-1677-4b82-8308-352ba8cbf327 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4bd5f709-1677-4b82-8308-352ba8cbf327 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8919a463-5eb7-40f8-95b3-2718a449e2c4 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-8919a463-5eb7-40f8-95b3-2718a449e2c4 {
  background-image: url();
}








#s-8919a463-5eb7-40f8-95b3-2718a449e2c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8919a463-5eb7-40f8-95b3-2718a449e2c4 {
  cursor: pointer;
}#s-8919a463-5eb7-40f8-95b3-2718a449e2c4.shg-box.shg-c {
  justify-content: center;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-3238f73e-bfef-459a-895f-d77d90feb920 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3238f73e-bfef-459a-895f-d77d90feb920 .shogun-image-content {
  
    align-items: center;
  
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3238f73e-bfef-459a-895f-d77d90feb920 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3238f73e-bfef-459a-895f-d77d90feb920 .shogun-image-content {
  
    align-items: center;
  
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3238f73e-bfef-459a-895f-d77d90feb920 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3238f73e-bfef-459a-895f-d77d90feb920 .shogun-image-content {
  
    align-items: center;
  
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3238f73e-bfef-459a-895f-d77d90feb920 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3238f73e-bfef-459a-895f-d77d90feb920 .shogun-image-content {
  
    align-items: center;
  
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3238f73e-bfef-459a-895f-d77d90feb920 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3238f73e-bfef-459a-895f-d77d90feb920 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3238f73e-bfef-459a-895f-d77d90feb920 .shogun-image-content {
  
    align-items: center;
  
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3238f73e-bfef-459a-895f-d77d90feb920.shogun-image {
  box-sizing: border-box;
}




}
#s-2a089d6e-88cf-44c8-a4c9-f20a6a7d4f32 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2a089d6e-88cf-44c8-a4c9-f20a6a7d4f32 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a6e9dda2-75b0-45fd-a32e-6cb98358a702 {
  margin-top: 10px;
margin-bottom: 25px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-a6e9dda2-75b0-45fd-a32e-6cb98358a702"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a6e9dda2-75b0-45fd-a32e-6cb98358a702"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6e9dda2-75b0-45fd-a32e-6cb98358a702"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6e9dda2-75b0-45fd-a32e-6cb98358a702"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f842bde4-4d4a-414b-9232-177164cb1b7f {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-f842bde4-4d4a-414b-9232-177164cb1b7f {
  background-image: url();
}








#s-f842bde4-4d4a-414b-9232-177164cb1b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f842bde4-4d4a-414b-9232-177164cb1b7f {
  cursor: pointer;
}#s-f842bde4-4d4a-414b-9232-177164cb1b7f.shg-box.shg-c {
  justify-content: center;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-976ca45f-a83d-48f1-9077-a4946b617d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
      position: relative;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-976ca45f-a83d-48f1-9077-a4946b617d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
      position: relative;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-976ca45f-a83d-48f1-9077-a4946b617d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
      position: relative;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-976ca45f-a83d-48f1-9077-a4946b617d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
      position: relative;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-976ca45f-a83d-48f1-9077-a4946b617d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-976ca45f-a83d-48f1-9077-a4946b617d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-976ca45f-a83d-48f1-9077-a4946b617d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container {
      position: relative;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-976ca45f-a83d-48f1-9077-a4946b617d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-4823eea3-d8d8-4587-831e-18cfb9ab8750 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4823eea3-d8d8-4587-831e-18cfb9ab8750 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ca1de237-3ca8-43a6-aa35-8088f82faba9 {
  margin-top: 30px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-ca1de237-3ca8-43a6-aa35-8088f82faba9 {
  display: none;
}
#s-ca1de237-3ca8-43a6-aa35-8088f82faba9, #wrap-s-ca1de237-3ca8-43a6-aa35-8088f82faba9 { display: none !important; }}







#s-ca1de237-3ca8-43a6-aa35-8088f82faba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca1de237-3ca8-43a6-aa35-8088f82faba9.shg-box.shg-c {
  justify-content: center;
}

#s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879 {
  padding-top: 0px;
padding-bottom: 0px;
padding-right: 2%;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a06ee65-e433-48c6-93e9-6a5fe8bdd879"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  max-width: 300px;
aspect-ratio: 300/257;
text-align: left;
}
#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb:hover {opacity: 1 !important;}


.shg-image-margin-container-s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }

    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-link {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }




.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
      --shg-aspect-ratio: calc(300/257); 
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
      position: relative;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }

    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-link {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }




.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
      --shg-aspect-ratio: calc(300/257); 
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
      position: relative;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }

    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-link {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }




.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
      --shg-aspect-ratio: calc(300/257); 
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
      position: relative;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }

    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-link {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }




.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
      --shg-aspect-ratio: calc(300/257); 
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
      position: relative;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

.shg-image-margin-container-s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }

    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-link {
      aspect-ratio: 300/257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 300px;
  }




.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb .shogun-image-content {
  
    align-items: center;
  
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb {
      --shg-aspect-ratio: calc(300/257); 
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container {
      position: relative;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff10f0be-3e2a-42bb-a524-e0b893dfe2eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-1e4763d9-ba03-4a51-8bf5-a29cb64d1bf6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 1%;
}

@media (min-width: 0px) {
[id="s-1e4763d9-ba03-4a51-8bf5-a29cb64d1bf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e4763d9-ba03-4a51-8bf5-a29cb64d1bf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e4763d9-ba03-4a51-8bf5-a29cb64d1bf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e4763d9-ba03-4a51-8bf5-a29cb64d1bf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9754a5ae-6a94-4cc9-9e2c-a4e425d8e885 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-9754a5ae-6a94-4cc9-9e2c-a4e425d8e885 {
  background-image: url();
}








#s-9754a5ae-6a94-4cc9-9e2c-a4e425d8e885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9754a5ae-6a94-4cc9-9e2c-a4e425d8e885 {
  cursor: pointer;
}#s-9754a5ae-6a94-4cc9-9e2c-a4e425d8e885.shg-box.shg-c {
  justify-content: center;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe:hover {opacity: 1 !important;}


.shg-image-margin-container-s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
      position: relative;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
      position: relative;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
      position: relative;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
      position: relative;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container {
      position: relative;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfc98047-5cf7-4db8-8cae-d2703c55a9fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-a1a09d1f-c810-44b4-9c86-db7833a22dd1 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a1a09d1f-c810-44b4-9c86-db7833a22dd1 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-43a8cf66-61bb-4a9f-9e60-762e83572787 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-43a8cf66-61bb-4a9f-9e60-762e83572787 {
  background-image: url();
}








#s-43a8cf66-61bb-4a9f-9e60-762e83572787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43a8cf66-61bb-4a9f-9e60-762e83572787 {
  cursor: pointer;
}#s-43a8cf66-61bb-4a9f-9e60-762e83572787.shg-box.shg-c {
  justify-content: center;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1dc92441-d3d6-4101-a560-681d2f74c872 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1dc92441-d3d6-4101-a560-681d2f74c872 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1dc92441-d3d6-4101-a560-681d2f74c872 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1dc92441-d3d6-4101-a560-681d2f74c872 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872 {
  margin: 0 !important;
  overflow: hidden;
}






.s-1dc92441-d3d6-4101-a560-681d2f74c872 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc92441-d3d6-4101-a560-681d2f74c872.shogun-image {
  box-sizing: border-box;
}




}
#s-93a68328-3238-43f7-a07e-f4a6a80c3681 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93a68328-3238-43f7-a07e-f4a6a80c3681 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-645a6d9f-5fea-41bd-a587-c5594956a1ee {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-645a6d9f-5fea-41bd-a587-c5594956a1ee {
  background-image: url();
}








#s-645a6d9f-5fea-41bd-a587-c5594956a1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-645a6d9f-5fea-41bd-a587-c5594956a1ee {
  cursor: pointer;
}#s-645a6d9f-5fea-41bd-a587-c5594956a1ee.shg-box.shg-c {
  justify-content: center;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 {
  margin: 0 !important;
  overflow: hidden;
}






.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c3486bd-6d5b-4d75-9f31-df79c1967db3.shogun-image {
  box-sizing: border-box;
}




}
#s-1fbdda4f-807c-4d5e-820e-d75309ad43d5 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1fbdda4f-807c-4d5e-820e-d75309ad43d5 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b1388a7d-c350-417e-b423-bc3712ae2c15 {
  margin-top: 20px;
margin-bottom: 20px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-b1388a7d-c350-417e-b423-bc3712ae2c15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b1388a7d-c350-417e-b423-bc3712ae2c15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1388a7d-c350-417e-b423-bc3712ae2c15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1388a7d-c350-417e-b423-bc3712ae2c15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-42336586-b108-4359-aaea-8e301a0d1904 {
  margin-right: 0%;
padding-left: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-42336586-b108-4359-aaea-8e301a0d1904 {
  background-image: url();
}








#s-42336586-b108-4359-aaea-8e301a0d1904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42336586-b108-4359-aaea-8e301a0d1904 {
  cursor: pointer;
}#s-42336586-b108-4359-aaea-8e301a0d1904.shg-box.shg-c {
  justify-content: center;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85f3e02-d6e7-4ff1-9aff-c8dbc63d5b68.shogun-image {
  box-sizing: border-box;
}




}
#s-0a5897c9-fb60-4281-85d3-6ea624d42b7f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a5897c9-fb60-4281-85d3-6ea624d42b7f .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4a1d24fb-ae31-40f9-9da8-158ad6c20e38 {
  margin-right: 0%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-4a1d24fb-ae31-40f9-9da8-158ad6c20e38 {
  background-image: url();
}








#s-4a1d24fb-ae31-40f9-9da8-158ad6c20e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a1d24fb-ae31-40f9-9da8-158ad6c20e38 {
  cursor: pointer;
}#s-4a1d24fb-ae31-40f9-9da8-158ad6c20e38.shg-box.shg-c {
  justify-content: center;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b0f927fc-dde7-43ef-adec-87be051ba437 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b0f927fc-dde7-43ef-adec-87be051ba437 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b0f927fc-dde7-43ef-adec-87be051ba437 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b0f927fc-dde7-43ef-adec-87be051ba437 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b0f927fc-dde7-43ef-adec-87be051ba437 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f927fc-dde7-43ef-adec-87be051ba437.shogun-image {
  box-sizing: border-box;
}




}
#s-126ceb6a-6c71-4e04-8703-124d25b644ef {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-126ceb6a-6c71-4e04-8703-124d25b644ef .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c0e50ac2-d483-47b9-b3df-3e8d3e344184 {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-c0e50ac2-d483-47b9-b3df-3e8d3e344184 {
  background-image: url();
}








#s-c0e50ac2-d483-47b9-b3df-3e8d3e344184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0e50ac2-d483-47b9-b3df-3e8d3e344184 {
  cursor: pointer;
}#s-c0e50ac2-d483-47b9-b3df-3e8d3e344184.shg-box.shg-c {
  justify-content: center;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin: 0 !important;
  overflow: hidden;
}






.s-66327442-d93b-4ceb-9f83-6f19bba06c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin: 0 !important;
  overflow: hidden;
}






.s-66327442-d93b-4ceb-9f83-6f19bba06c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin: 0 !important;
  overflow: hidden;
}






.s-66327442-d93b-4ceb-9f83-6f19bba06c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin: 0 !important;
  overflow: hidden;
}






.s-66327442-d93b-4ceb-9f83-6f19bba06c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c {
  margin: 0 !important;
  overflow: hidden;
}






.s-66327442-d93b-4ceb-9f83-6f19bba06c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66327442-d93b-4ceb-9f83-6f19bba06c2c.shogun-image {
  box-sizing: border-box;
}




}
#s-90eb7bbd-e7ea-4ae0-8f6d-06183d196d5f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-90eb7bbd-e7ea-4ae0-8f6d-06183d196d5f .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c3c7c5d0-2a22-47e8-93e5-976714d23e0e {
  margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-c3c7c5d0-2a22-47e8-93e5-976714d23e0e {
  background-image: url();
}








#s-c3c7c5d0-2a22-47e8-93e5-976714d23e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3c7c5d0-2a22-47e8-93e5-976714d23e0e {
  cursor: pointer;
}#s-c3c7c5d0-2a22-47e8-93e5-976714d23e0e.shg-box.shg-c {
  justify-content: center;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2e637ee9-579f-4554-8236-c637174bbc5c {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-content {
  
    align-items: center;
  
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e637ee9-579f-4554-8236-c637174bbc5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
      position: relative;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e637ee9-579f-4554-8236-c637174bbc5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-content {
  
    align-items: center;
  
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e637ee9-579f-4554-8236-c637174bbc5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
      position: relative;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2e637ee9-579f-4554-8236-c637174bbc5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-content {
  
    align-items: center;
  
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e637ee9-579f-4554-8236-c637174bbc5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
      position: relative;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2e637ee9-579f-4554-8236-c637174bbc5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-content {
  
    align-items: center;
  
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e637ee9-579f-4554-8236-c637174bbc5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
      position: relative;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2e637ee9-579f-4554-8236-c637174bbc5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e637ee9-579f-4554-8236-c637174bbc5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }




.s-2e637ee9-579f-4554-8236-c637174bbc5c .shogun-image-content {
  
    align-items: center;
  
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e637ee9-579f-4554-8236-c637174bbc5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container {
      position: relative;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e637ee9-579f-4554-8236-c637174bbc5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-44ac16b1-c1b7-4c6b-8409-3dc6a2bbb706 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-44ac16b1-c1b7-4c6b-8409-3dc6a2bbb706 .shogun-heading-component h3 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5 {
  margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-8f45bec4-4dcd-44f0-8ff6-aa58202e31c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-835e74ec-7389-4be5-a1a1-a72a0d65dd53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835e74ec-7389-4be5-a1a1-a72a0d65dd53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-835e74ec-7389-4be5-a1a1-a72a0d65dd53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-835e74ec-7389-4be5-a1a1-a72a0d65dd53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-143379ce-112d-4419-83e9-8dc88a3c61bd {
  text-align: center;
}







  #s-143379ce-112d-4419-83e9-8dc88a3c61bd img.shogun-image {
    

    
    
    
  }


#s-143379ce-112d-4419-83e9-8dc88a3c61bd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8287e6d8-e4e8-40f9-8617-b77abd423509"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8287e6d8-e4e8-40f9-8617-b77abd423509"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8287e6d8-e4e8-40f9-8617-b77abd423509"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8287e6d8-e4e8-40f9-8617-b77abd423509"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6c6eff5c-bd7d-4557-99a4-2eb5b73361e4 {
  text-align: center;
}







  #s-6c6eff5c-bd7d-4557-99a4-2eb5b73361e4 img.shogun-image {
    

    
    
    
  }


#s-6c6eff5c-bd7d-4557-99a4-2eb5b73361e4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3994654a-cf51-4f8b-8af5-4e076cb85372"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3994654a-cf51-4f8b-8af5-4e076cb85372"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3994654a-cf51-4f8b-8af5-4e076cb85372"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3994654a-cf51-4f8b-8af5-4e076cb85372"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-54aab332-fe8f-485b-9166-7404b74c9658 {
  text-align: center;
}







  #s-54aab332-fe8f-485b-9166-7404b74c9658 img.shogun-image {
    

    
    
    
  }


#s-54aab332-fe8f-485b-9166-7404b74c9658 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ccc45e3-2691-4fa6-b45c-205787f3e195 {
  margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ccc45e3-2691-4fa6-b45c-205787f3e195 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3ccc45e3-2691-4fa6-b45c-205787f3e195 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-3ccc45e3-2691-4fa6-b45c-205787f3e195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ccc45e3-2691-4fa6-b45c-205787f3e195"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3ccc45e3-2691-4fa6-b45c-205787f3e195"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3ccc45e3-2691-4fa6-b45c-205787f3e195"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-89eafc98-60ed-48af-8f93-5fe7f3508cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89eafc98-60ed-48af-8f93-5fe7f3508cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89eafc98-60ed-48af-8f93-5fe7f3508cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89eafc98-60ed-48af-8f93-5fe7f3508cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6dde9edb-a282-489c-82b7-29cbe19e7c05 {
  text-align: center;
}







  #s-6dde9edb-a282-489c-82b7-29cbe19e7c05 img.shogun-image {
    

    
    
    
  }


#s-6dde9edb-a282-489c-82b7-29cbe19e7c05 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-40778175-fec2-4071-9dea-0012ca802c37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40778175-fec2-4071-9dea-0012ca802c37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40778175-fec2-4071-9dea-0012ca802c37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40778175-fec2-4071-9dea-0012ca802c37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0250587a-58f3-4805-a039-f0fd30184a19 {
  text-align: center;
}







  #s-0250587a-58f3-4805-a039-f0fd30184a19 img.shogun-image {
    

    
    
    
  }


#s-0250587a-58f3-4805-a039-f0fd30184a19 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d774c75b-638d-424e-b425-4be875b1abf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d774c75b-638d-424e-b425-4be875b1abf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d774c75b-638d-424e-b425-4be875b1abf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d774c75b-638d-424e-b425-4be875b1abf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8ad7fdbc-37ff-41bd-8fad-8a90ecb3c2ff {
  text-align: center;
}







  #s-8ad7fdbc-37ff-41bd-8fad-8a90ecb3c2ff img.shogun-image {
    

    
    
    
  }


#s-8ad7fdbc-37ff-41bd-8fad-8a90ecb3c2ff .shogun-image-content {
  
    align-items: center;
  
}

#s-66806b79-a332-418a-b0a6-bad6fe022462 {
  margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66806b79-a332-418a-b0a6-bad6fe022462 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-66806b79-a332-418a-b0a6-bad6fe022462 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-66806b79-a332-418a-b0a6-bad6fe022462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66806b79-a332-418a-b0a6-bad6fe022462"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-66806b79-a332-418a-b0a6-bad6fe022462"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-66806b79-a332-418a-b0a6-bad6fe022462"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-2e3fe98c-7a16-4de9-8d46-a68646370250"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3fe98c-7a16-4de9-8d46-a68646370250"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3fe98c-7a16-4de9-8d46-a68646370250"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3fe98c-7a16-4de9-8d46-a68646370250"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-51d4f2dd-54bc-4509-8b9f-45d411b8ac7d {
  text-align: center;
}







  #s-51d4f2dd-54bc-4509-8b9f-45d411b8ac7d img.shogun-image {
    

    
    
    
  }


#s-51d4f2dd-54bc-4509-8b9f-45d411b8ac7d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0f20d71f-53c7-4d5f-bf80-8c4e50d353ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f20d71f-53c7-4d5f-bf80-8c4e50d353ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f20d71f-53c7-4d5f-bf80-8c4e50d353ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f20d71f-53c7-4d5f-bf80-8c4e50d353ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e76efa64-c66a-4453-bed9-efcd2b4946ba {
  text-align: center;
}







  #s-e76efa64-c66a-4453-bed9-efcd2b4946ba img.shogun-image {
    

    
    
    
  }


#s-e76efa64-c66a-4453-bed9-efcd2b4946ba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ed0c37f0-d165-4001-b284-817627e6c53a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed0c37f0-d165-4001-b284-817627e6c53a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0c37f0-d165-4001-b284-817627e6c53a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0c37f0-d165-4001-b284-817627e6c53a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3c9430cc-3fc0-4d0a-8534-abdf36e5e6f2 {
  text-align: center;
}







  #s-3c9430cc-3fc0-4d0a-8534-abdf36e5e6f2 img.shogun-image {
    

    
    
    
  }


#s-3c9430cc-3fc0-4d0a-8534-abdf36e5e6f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7505e86c-e4dd-4d5f-a799-f1c4916a7b78 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-7505e86c-e4dd-4d5f-a799-f1c4916a7b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7505e86c-e4dd-4d5f-a799-f1c4916a7b78.shg-box.shg-c {
  justify-content: center;
}

#s-696063fa-a7d2-4945-a584-60dd6a957074 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
padding-right: 1%;
min-height: 50px;
max-width: 1388px;
}








#s-696063fa-a7d2-4945-a584-60dd6a957074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-696063fa-a7d2-4945-a584-60dd6a957074.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-prev,
#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-next {
  
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-prev svg,
#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-next svg {
  fill: rgba(77, 88, 88, 1) !important;
  stroke: rgba(77, 88, 88, 1) !important;
  
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-37e0e20a-48ee-499b-bd4f-a0b6474ac867 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a7fa8368-b7fd-4daa-a97a-7730a7ae80ed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a7fa8368-b7fd-4daa-a97a-7730a7ae80ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a7fa8368-b7fd-4daa-a97a-7730a7ae80ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-a7fa8368-b7fd-4daa-a97a-7730a7ae80ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-a7fa8368-b7fd-4daa-a97a-7730a7ae80ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-9364126d-7a23-48d3-87d4-0a013c625160:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-content {
  
    align-items: center;
  
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9364126d-7a23-48d3-87d4-0a013c625160 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
      position: relative;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9364126d-7a23-48d3-87d4-0a013c625160 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-content {
  
    align-items: center;
  
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9364126d-7a23-48d3-87d4-0a013c625160 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
      position: relative;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9364126d-7a23-48d3-87d4-0a013c625160 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-content {
  
    align-items: center;
  
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9364126d-7a23-48d3-87d4-0a013c625160 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
      position: relative;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9364126d-7a23-48d3-87d4-0a013c625160 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-content {
  
    align-items: center;
  
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9364126d-7a23-48d3-87d4-0a013c625160 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
      position: relative;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9364126d-7a23-48d3-87d4-0a013c625160 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9364126d-7a23-48d3-87d4-0a013c625160 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9364126d-7a23-48d3-87d4-0a013c625160 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9364126d-7a23-48d3-87d4-0a013c625160 .shogun-image-content {
  
    align-items: center;
  
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9364126d-7a23-48d3-87d4-0a013c625160 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container {
      position: relative;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9364126d-7a23-48d3-87d4-0a013c625160 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-0614b998-924c-476d-9883-bb9055fde1dd:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0614b998-924c-476d-9883-bb9055fde1dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
      position: relative;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0614b998-924c-476d-9883-bb9055fde1dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0614b998-924c-476d-9883-bb9055fde1dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
      position: relative;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-0614b998-924c-476d-9883-bb9055fde1dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0614b998-924c-476d-9883-bb9055fde1dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
      position: relative;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-0614b998-924c-476d-9883-bb9055fde1dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0614b998-924c-476d-9883-bb9055fde1dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
      position: relative;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-0614b998-924c-476d-9883-bb9055fde1dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0614b998-924c-476d-9883-bb9055fde1dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0614b998-924c-476d-9883-bb9055fde1dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0614b998-924c-476d-9883-bb9055fde1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0614b998-924c-476d-9883-bb9055fde1dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container {
      position: relative;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0614b998-924c-476d-9883-bb9055fde1dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-75d36b9d-be5e-4149-a78d-591d324abc0c:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75d36b9d-be5e-4149-a78d-591d324abc0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
      position: relative;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75d36b9d-be5e-4149-a78d-591d324abc0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
      position: relative;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75d36b9d-be5e-4149-a78d-591d324abc0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
      position: relative;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75d36b9d-be5e-4149-a78d-591d324abc0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
      position: relative;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d36b9d-be5e-4149-a78d-591d324abc0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-75d36b9d-be5e-4149-a78d-591d324abc0c .shogun-image-content {
  
    align-items: center;
  
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75d36b9d-be5e-4149-a78d-591d324abc0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container {
      position: relative;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d36b9d-be5e-4149-a78d-591d324abc0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
      position: relative;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
      position: relative;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
      position: relative;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
      position: relative;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d .shogun-image-content {
  
    align-items: center;
  
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container {
      position: relative;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf58677-4f85-4e6f-bb58-4d3e93d2453d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-content {
  
    align-items: center;
  
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
      position: relative;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-content {
  
    align-items: center;
  
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
      position: relative;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-content {
  
    align-items: center;
  
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
      position: relative;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-content {
  
    align-items: center;
  
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
      position: relative;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae .shogun-image-content {
  
    align-items: center;
  
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container {
      position: relative;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67e2ebb6-c973-46ca-ae19-b6edcbf365ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-content {
  
    align-items: center;
  
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
      position: relative;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-content {
  
    align-items: center;
  
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
      position: relative;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-content {
  
    align-items: center;
  
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
      position: relative;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-content {
  
    align-items: center;
  
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
      position: relative;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f .shogun-image-content {
  
    align-items: center;
  
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container {
      position: relative;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49103be2-0f0c-4d39-bc5d-1fa81896e95f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-a1712e9d-1a17-450f-8419-32e412fdd311 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a1712e9d-1a17-450f-8419-32e412fdd311"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a1712e9d-1a17-450f-8419-32e412fdd311"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-a1712e9d-1a17-450f-8419-32e412fdd311"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-a1712e9d-1a17-450f-8419-32e412fdd311"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-content {
  
    align-items: center;
  
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
      position: relative;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-content {
  
    align-items: center;
  
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
      position: relative;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-content {
  
    align-items: center;
  
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
      position: relative;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-content {
  
    align-items: center;
  
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
      position: relative;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede .shogun-image-content {
  
    align-items: center;
  
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container {
      position: relative;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c13b5ae0-0239-4f0c-b3ac-35e717126ede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
      position: relative;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
      position: relative;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
      position: relative;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
      position: relative;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container {
      position: relative;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29aec0fb-a032-4c30-af6a-b13282a9d7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-1938f836-331b-43f7-be9e-662bf1188659:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-content {
  
    align-items: center;
  
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1938f836-331b-43f7-be9e-662bf1188659 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
      position: relative;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1938f836-331b-43f7-be9e-662bf1188659 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-content {
  
    align-items: center;
  
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1938f836-331b-43f7-be9e-662bf1188659 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
      position: relative;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-1938f836-331b-43f7-be9e-662bf1188659 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-content {
  
    align-items: center;
  
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1938f836-331b-43f7-be9e-662bf1188659 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
      position: relative;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-1938f836-331b-43f7-be9e-662bf1188659 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-content {
  
    align-items: center;
  
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1938f836-331b-43f7-be9e-662bf1188659 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
      position: relative;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-1938f836-331b-43f7-be9e-662bf1188659 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1938f836-331b-43f7-be9e-662bf1188659 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1938f836-331b-43f7-be9e-662bf1188659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-1938f836-331b-43f7-be9e-662bf1188659 .shogun-image-content {
  
    align-items: center;
  
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1938f836-331b-43f7-be9e-662bf1188659 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container {
      position: relative;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1938f836-331b-43f7-be9e-662bf1188659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c98f702c-17fa-4f4a-990e-e3592480ea0a:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
      position: relative;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
      position: relative;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
      position: relative;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
      position: relative;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c98f702c-17fa-4f4a-990e-e3592480ea0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container {
      position: relative;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98f702c-17fa-4f4a-990e-e3592480ea0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
      position: relative;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
      position: relative;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
      position: relative;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
      position: relative;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container {
      position: relative;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd14bb5e-00ca-43df-895b-e5cc50329d7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c2c5306c-bd42-4524-a19e-0732558e1537:hover {opacity: 0.5 !important;}


.shg-image-margin-container-s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2c5306c-bd42-4524-a19e-0732558e1537 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
      position: relative;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2c5306c-bd42-4524-a19e-0732558e1537 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
      position: relative;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2c5306c-bd42-4524-a19e-0732558e1537 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
      position: relative;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2c5306c-bd42-4524-a19e-0732558e1537 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
      position: relative;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2c5306c-bd42-4524-a19e-0732558e1537 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-c2c5306c-bd42-4524-a19e-0732558e1537 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2c5306c-bd42-4524-a19e-0732558e1537 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container {
      position: relative;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2c5306c-bd42-4524-a19e-0732558e1537 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-6c79f091-16e1-4c89-8931-599f3df29a98 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c79f091-16e1-4c89-8931-599f3df29a98 {
  display: none;
}
#s-6c79f091-16e1-4c89-8931-599f3df29a98, #wrap-s-6c79f091-16e1-4c89-8931-599f3df29a98 { display: none !important; }}@media (max-width: 767px){#s-6c79f091-16e1-4c89-8931-599f3df29a98 {
  display: none;
}
#s-6c79f091-16e1-4c89-8931-599f3df29a98, #wrap-s-6c79f091-16e1-4c89-8931-599f3df29a98 { display: none !important; }}
#s-6c79f091-16e1-4c89-8931-599f3df29a98 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjY1ZDhlMTctZDY5Yi00NmU4LTlkYTctYzQ1NmZjYjdhYTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NjVkOGUxNy1kNjliLTQ2ZTgtOWRhNy1jNDU2ZmNiN2FhNmUpIi8+PC9zdmc+);
}








#s-6c79f091-16e1-4c89-8931-599f3df29a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c79f091-16e1-4c89-8931-599f3df29a98.shg-box.shg-c {
  justify-content: center;
}

#s-fbdd610d-2fbc-41ca-b475-6cbf61cf2a3e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-fbdd610d-2fbc-41ca-b475-6cbf61cf2a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbdd610d-2fbc-41ca-b475-6cbf61cf2a3e.shg-box.shg-c {
  justify-content: center;
}

#s-876e975c-777c-4534-80e1-e5c6a437a0ed {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-876e975c-777c-4534-80e1-e5c6a437a0ed .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-714ca732-7d05-491d-836f-77125c04c697 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-714ca732-7d05-491d-836f-77125c04c697"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-714ca732-7d05-491d-836f-77125c04c697"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-714ca732-7d05-491d-836f-77125c04c697"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-714ca732-7d05-491d-836f-77125c04c697"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 16.0px);
}

}

#s-6516d50e-31dd-4f57-92f2-85478d6c4c11 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 10px;
min-height: 300px;
background-position: center center;
opacity: 1;
}








#s-6516d50e-31dd-4f57-92f2-85478d6c4c11 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-6516d50e-31dd-4f57-92f2-85478d6c4c11 {
  cursor: pointer;
}#s-6516d50e-31dd-4f57-92f2-85478d6c4c11.shg-box.shg-c {
  justify-content: flex-end;
}

#s-44b5b60c-d213-476f-a3c7-18735d7f9fb3 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-44b5b60c-d213-476f-a3c7-18735d7f9fb3 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-0505fac4-0332-472a-b628-58417f2015e5 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 300px;
background-position: center center;
}








#s-0505fac4-0332-472a-b628-58417f2015e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0505fac4-0332-472a-b628-58417f2015e5 {
  cursor: pointer;
}#s-0505fac4-0332-472a-b628-58417f2015e5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0ba2e0db-e8df-490c-909c-41a98f2a264e {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-0ba2e0db-e8df-490c-909c-41a98f2a264e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-68e97f45-db92-49e9-9b10-b14f33868c7d {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 300px;
background-position: center center;
}








#s-68e97f45-db92-49e9-9b10-b14f33868c7d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-68e97f45-db92-49e9-9b10-b14f33868c7d {
  cursor: pointer;
}#s-68e97f45-db92-49e9-9b10-b14f33868c7d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2162b8e1-0253-4d40-86ab-c172bc59368d {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-2162b8e1-0253-4d40-86ab-c172bc59368d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5de08a8c-bf00-4aa3-8ff0-559c2fe0272e {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 300px;
background-position: center center;
}








#s-5de08a8c-bf00-4aa3-8ff0-559c2fe0272e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5de08a8c-bf00-4aa3-8ff0-559c2fe0272e {
  cursor: pointer;
}#s-5de08a8c-bf00-4aa3-8ff0-559c2fe0272e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-82d8ef91-0f74-41ac-aba7-24d66f01a5b6 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-82d8ef91-0f74-41ac-aba7-24d66f01a5b6 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fa74de75-658b-499f-96ae-ee77dce345d2 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 300px;
background-position: center center;
}








#s-fa74de75-658b-499f-96ae-ee77dce345d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-fa74de75-658b-499f-96ae-ee77dce345d2 {
  cursor: pointer;
}#s-fa74de75-658b-499f-96ae-ee77dce345d2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b7e259f0-5845-46f9-895a-940db2235832 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-b7e259f0-5845-46f9-895a-940db2235832 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8879a602-c397-48fc-8067-6d4bb3940d8e {
  background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8879a602-c397-48fc-8067-6d4bb3940d8e {
  display: none;
}
#s-8879a602-c397-48fc-8067-6d4bb3940d8e, #wrap-s-8879a602-c397-48fc-8067-6d4bb3940d8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8879a602-c397-48fc-8067-6d4bb3940d8e {
  display: none;
}
#s-8879a602-c397-48fc-8067-6d4bb3940d8e, #wrap-s-8879a602-c397-48fc-8067-6d4bb3940d8e { display: none !important; }}
#s-8879a602-c397-48fc-8067-6d4bb3940d8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjIwYjBmYzktYWExYS00NDc5LThlNzItNTM5NTIzMmEyYjk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMjBiMGZjOS1hYTFhLTQ0NzktOGU3Mi01Mzk1MjMyYTJiOTgpIi8+PC9zdmc+);
}








#s-8879a602-c397-48fc-8067-6d4bb3940d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8879a602-c397-48fc-8067-6d4bb3940d8e.shg-box.shg-c {
  justify-content: center;
}

#s-b7e6d376-762a-404c-a1b3-2395c7cf636c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-b7e6d376-762a-404c-a1b3-2395c7cf636c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7e6d376-762a-404c-a1b3-2395c7cf636c.shg-box.shg-c {
  justify-content: center;
}

#s-53a8dd2e-746d-4a2c-955c-685330c05a12 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53a8dd2e-746d-4a2c-955c-685330c05a12 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a56d4668-2a6f-4bdf-8faa-ec2ac796191b {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 0px;
min-height: 300px;
background-position: center center;
opacity: 1;
}








#s-a56d4668-2a6f-4bdf-8faa-ec2ac796191b > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-a56d4668-2a6f-4bdf-8faa-ec2ac796191b {
  cursor: pointer;
}#s-a56d4668-2a6f-4bdf-8faa-ec2ac796191b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1afdb7c2-7c39-4a46-95c6-a2597b905fed {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-1afdb7c2-7c39-4a46-95c6-a2597b905fed .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-cedfdcb3-fdcb-4aff-aafb-db9841c93d98 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 300px;
background-position: center center;
}








#s-cedfdcb3-fdcb-4aff-aafb-db9841c93d98 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-cedfdcb3-fdcb-4aff-aafb-db9841c93d98 {
  cursor: pointer;
}#s-cedfdcb3-fdcb-4aff-aafb-db9841c93d98.shg-box.shg-c {
  justify-content: flex-end;
}

#s-48198e92-d3bf-475c-b4f0-a87031f7d75b {
  margin-left: 0%;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-48198e92-d3bf-475c-b4f0-a87031f7d75b .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-e62c60d9-fa67-4010-80cd-7960b346393a {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 300px;
background-position: center center;
}








#s-e62c60d9-fa67-4010-80cd-7960b346393a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e62c60d9-fa67-4010-80cd-7960b346393a {
  cursor: pointer;
}#s-e62c60d9-fa67-4010-80cd-7960b346393a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c703119d-8447-4708-986c-b74dd6652e08 {
  margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-c703119d-8447-4708-986c-b74dd6652e08 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ceee9409-4c66-4fd6-bc6f-a95cada87f10 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 300px;
background-position: center center;
}








#s-ceee9409-4c66-4fd6-bc6f-a95cada87f10 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ceee9409-4c66-4fd6-bc6f-a95cada87f10 {
  cursor: pointer;
}#s-ceee9409-4c66-4fd6-bc6f-a95cada87f10.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cc9e5e8b-e214-42f7-846e-ac9b97490cac {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-cc9e5e8b-e214-42f7-846e-ac9b97490cac .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c9c92925-1d6f-40f4-84e7-e6de247a67f7 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.75);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 300px;
background-position: center center;
}








#s-c9c92925-1d6f-40f4-84e7-e6de247a67f7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-c9c92925-1d6f-40f4-84e7-e6de247a67f7 {
  cursor: pointer;
}#s-c9c92925-1d6f-40f4-84e7-e6de247a67f7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-825e0153-d662-427a-9f16-9293670094b0 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-825e0153-d662-427a-9f16-9293670094b0 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 49px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2bafd7a9-bb0f-46ba-802b-18a9e4914abf {
  background-color: rgba(235, 235, 235, 1);
}








#s-2bafd7a9-bb0f-46ba-802b-18a9e4914abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bafd7a9-bb0f-46ba-802b-18a9e4914abf.shg-box.shg-c {
  justify-content: center;
}

#s-f5c9443e-a65a-4dc3-b6a4-98c5421503f3 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}

#s-f5c9443e-a65a-4dc3-b6a4-98c5421503f3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNmNDY4ZjYtODVmOS00Mjg2LThlOGQtYmQxZmExMzhlODZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2Y0NjhmNi04NWY5LTQyODYtOGU4ZC1iZDFmYTEzOGU4NmQpIi8+PC9zdmc+);
}








#s-f5c9443e-a65a-4dc3-b6a4-98c5421503f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5c9443e-a65a-4dc3-b6a4-98c5421503f3.shg-box.shg-c {
  justify-content: center;
}

#s-423836be-c8e3-4da0-928e-57b9a5f70e85 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-423836be-c8e3-4da0-928e-57b9a5f70e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-423836be-c8e3-4da0-928e-57b9a5f70e85.shg-box.shg-c {
  justify-content: center;
}

#s-a4fe893e-a27f-48b3-80bf-cf674d49c481 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4fe893e-a27f-48b3-80bf-cf674d49c481 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6cb1c0e1-22cf-4d7d-a400-36bf5b6fdc01 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-6cb1c0e1-22cf-4d7d-a400-36bf5b6fdc01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-6cb1c0e1-22cf-4d7d-a400-36bf5b6fdc01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-6cb1c0e1-22cf-4d7d-a400-36bf5b6fdc01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-6cb1c0e1-22cf-4d7d-a400-36bf5b6fdc01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-b1ad2d66-37c1-4534-8c8b-61b0c099ea17 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-b1ad2d66-37c1-4534-8c8b-61b0c099ea17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1ad2d66-37c1-4534-8c8b-61b0c099ea17.shg-box.shg-c {
  justify-content: center;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-2f0860b6-8c22-448b-a555-05987f1361dd:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-2f0860b6-8c22-448b-a555-05987f1361dd {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-content {
  
    align-items: center;
  
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f0860b6-8c22-448b-a555-05987f1361dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
      position: relative;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2f0860b6-8c22-448b-a555-05987f1361dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-content {
  
    align-items: center;
  
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f0860b6-8c22-448b-a555-05987f1361dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
      position: relative;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2f0860b6-8c22-448b-a555-05987f1361dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-content {
  
    align-items: center;
  
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f0860b6-8c22-448b-a555-05987f1361dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
      position: relative;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2f0860b6-8c22-448b-a555-05987f1361dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-content {
  
    align-items: center;
  
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f0860b6-8c22-448b-a555-05987f1361dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
      position: relative;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-2f0860b6-8c22-448b-a555-05987f1361dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0860b6-8c22-448b-a555-05987f1361dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2f0860b6-8c22-448b-a555-05987f1361dd .shogun-image-content {
  
    align-items: center;
  
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f0860b6-8c22-448b-a555-05987f1361dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container {
      position: relative;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0860b6-8c22-448b-a555-05987f1361dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5766a077-75d7-4cd2-9b6f-6963d1729f5b-root {
    text-align: center;
  }


#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5766a077-75d7-4cd2-9b6f-6963d1729f5b-root {
    text-align: center;
  }


#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5766a077-75d7-4cd2-9b6f-6963d1729f5b-root {
    text-align: center;
  }


#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5766a077-75d7-4cd2-9b6f-6963d1729f5b-root {
    text-align: center;
  }


#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5766a077-75d7-4cd2-9b6f-6963d1729f5b-root {
    text-align: center;
  }


#s-5766a077-75d7-4cd2-9b6f-6963d1729f5b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-17a64a4f-2519-462d-88ec-16f16388af0e {
  min-height: 50px;
}








#s-17a64a4f-2519-462d-88ec-16f16388af0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17a64a4f-2519-462d-88ec-16f16388af0e.shg-box.shg-c {
  justify-content: center;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-81ed724a-dd17-402c-a85c-e9437c03bc2e:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
      position: relative;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
      position: relative;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
      position: relative;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
      position: relative;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-81ed724a-dd17-402c-a85c-e9437c03bc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container {
      position: relative;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81ed724a-dd17-402c-a85c-e9437c03bc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-d5a57323-a175-48ba-81d7-e984a076f358 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-d5a57323-a175-48ba-81d7-e984a076f358:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-d5a57323-a175-48ba-81d7-e984a076f358:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-d5a57323-a175-48ba-81d7-e984a076f358-root {
    text-align: center;
  }


#s-d5a57323-a175-48ba-81d7-e984a076f358.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5a57323-a175-48ba-81d7-e984a076f358-root {
    text-align: center;
  }


#s-d5a57323-a175-48ba-81d7-e984a076f358.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5a57323-a175-48ba-81d7-e984a076f358-root {
    text-align: center;
  }


#s-d5a57323-a175-48ba-81d7-e984a076f358.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5a57323-a175-48ba-81d7-e984a076f358-root {
    text-align: center;
  }


#s-d5a57323-a175-48ba-81d7-e984a076f358.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5a57323-a175-48ba-81d7-e984a076f358-root {
    text-align: center;
  }


#s-d5a57323-a175-48ba-81d7-e984a076f358.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-638a7787-8715-4ded-bbb1-170e55a19253 {
  min-height: 50px;
}








#s-638a7787-8715-4ded-bbb1-170e55a19253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-638a7787-8715-4ded-bbb1-170e55a19253.shg-box.shg-c {
  justify-content: center;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-92251f19-e4a3-4762-9af8-9a648930f973:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-92251f19-e4a3-4762-9af8-9a648930f973 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-content {
  
    align-items: center;
  
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92251f19-e4a3-4762-9af8-9a648930f973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
      position: relative;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92251f19-e4a3-4762-9af8-9a648930f973 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-content {
  
    align-items: center;
  
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92251f19-e4a3-4762-9af8-9a648930f973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
      position: relative;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-92251f19-e4a3-4762-9af8-9a648930f973 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-content {
  
    align-items: center;
  
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92251f19-e4a3-4762-9af8-9a648930f973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
      position: relative;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-92251f19-e4a3-4762-9af8-9a648930f973 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-content {
  
    align-items: center;
  
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92251f19-e4a3-4762-9af8-9a648930f973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
      position: relative;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-92251f19-e4a3-4762-9af8-9a648930f973 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92251f19-e4a3-4762-9af8-9a648930f973 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92251f19-e4a3-4762-9af8-9a648930f973 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-92251f19-e4a3-4762-9af8-9a648930f973 .shogun-image-content {
  
    align-items: center;
  
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92251f19-e4a3-4762-9af8-9a648930f973 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container {
      position: relative;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92251f19-e4a3-4762-9af8-9a648930f973 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-f2533a1d-55ab-49e9-96a9-0961286cfe4b-root {
    text-align: center;
  }


#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2533a1d-55ab-49e9-96a9-0961286cfe4b-root {
    text-align: center;
  }


#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2533a1d-55ab-49e9-96a9-0961286cfe4b-root {
    text-align: center;
  }


#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2533a1d-55ab-49e9-96a9-0961286cfe4b-root {
    text-align: center;
  }


#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2533a1d-55ab-49e9-96a9-0961286cfe4b-root {
    text-align: center;
  }


#s-f2533a1d-55ab-49e9-96a9-0961286cfe4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d8014a5b-a1e4-48ad-bcab-8bae036c5665 {
  min-height: 50px;
}








#s-d8014a5b-a1e4-48ad-bcab-8bae036c5665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8014a5b-a1e4-48ad-bcab-8bae036c5665.shg-box.shg-c {
  justify-content: center;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d865305c-1dd2-48ce-8656-e10fd88a34f7:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
      position: relative;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
      position: relative;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
      position: relative;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
      position: relative;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

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

.shg-image-margin-container-s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d865305c-1dd2-48ce-8656-e10fd88a34f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container {
      position: relative;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d865305c-1dd2-48ce-8656-e10fd88a34f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-5f20bfaa-d459-4c23-902a-70913af3962b {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5f20bfaa-d459-4c23-902a-70913af3962b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5f20bfaa-d459-4c23-902a-70913af3962b:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5f20bfaa-d459-4c23-902a-70913af3962b-root {
    text-align: center;
  }


#s-5f20bfaa-d459-4c23-902a-70913af3962b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f20bfaa-d459-4c23-902a-70913af3962b-root {
    text-align: center;
  }


#s-5f20bfaa-d459-4c23-902a-70913af3962b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f20bfaa-d459-4c23-902a-70913af3962b-root {
    text-align: center;
  }


#s-5f20bfaa-d459-4c23-902a-70913af3962b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f20bfaa-d459-4c23-902a-70913af3962b-root {
    text-align: center;
  }


#s-5f20bfaa-d459-4c23-902a-70913af3962b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f20bfaa-d459-4c23-902a-70913af3962b-root {
    text-align: center;
  }


#s-5f20bfaa-d459-4c23-902a-70913af3962b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2a531b69-195f-41cc-9cab-5f953bcd81b3 {
  margin-top: 0px;
margin-bottom: -25px;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
