<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; .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-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f {
  min-height: 50px;
background-color: rgba(16, 117, 190, 1);
}
@media (min-width: 1200px){#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f {
  display: none;
}
#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f, #wrap-s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f {
  display: none;
}
#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f, #wrap-s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f { display: none !important; }}







#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db7b2bc3-54e9-44f6-aca4-4118dde7ab4f.shg-box.shg-c {
  justify-content: center;
}

.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&gt;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&gt;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-992d82c2-e40e-4587-b653-59994bdb1b63 {
  max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  display: none;
}
#s-992d82c2-e40e-4587-b653-59994bdb1b63, #wrap-s-992d82c2-e40e-4587-b653-59994bdb1b63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  display: none;
}
#s-992d82c2-e40e-4587-b653-59994bdb1b63, #wrap-s-992d82c2-e40e-4587-b653-59994bdb1b63 { display: none !important; }}


.shg-image-margin-container-s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  
  
  
  
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      width: 100%;
      height: 100%;
    }

    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
    
    
  }


.s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992d82c2-e40e-4587-b653-59994bdb1b63 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
      position: relative;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  
  
  
  
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      width: 100%;
      height: 100%;
    }

    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
    
    
  }


.s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992d82c2-e40e-4587-b653-59994bdb1b63 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
      position: relative;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63 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-992d82c2-e40e-4587-b653-59994bdb1b63 {
  
  
  
  
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      width: 100%;
      height: 100%;
    }

    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
    
    
  }


.s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992d82c2-e40e-4587-b653-59994bdb1b63 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
      position: relative;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63 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-992d82c2-e40e-4587-b653-59994bdb1b63 {
  
  
  
  
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      width: 100%;
      height: 100%;
    }

    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
    
    
  }


.s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992d82c2-e40e-4587-b653-59994bdb1b63 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
      position: relative;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  
  
  
  
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      width: 100%;
      height: 100%;
    }

    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992d82c2-e40e-4587-b653-59994bdb1b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
    
    
  }


.s-992d82c2-e40e-4587-b653-59994bdb1b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992d82c2-e40e-4587-b653-59994bdb1b63 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container {
      position: relative;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992d82c2-e40e-4587-b653-59994bdb1b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 {
  min-height: 50px;
}








#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a21c62-bae1-44d4-9577-a74f83cd7e59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (max-width: 767px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}







#s-922f4f15-15d0-4e01-ad89-c11900e3909e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-922f4f15-15d0-4e01-ad89-c11900e3909e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6398841-a13d-4278-aeeb-e0ac881037de {
  min-height: 50px;
}








#s-d6398841-a13d-4278-aeeb-e0ac881037de &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6398841-a13d-4278-aeeb-e0ac881037de.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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 &gt; 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 &gt; 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-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b {
  max-width: 5091px;
aspect-ratio: 5414/3609;
text-align: center;
}
@media (min-width: 1200px){#s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b {
  display: none;
}
#s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b, #wrap-s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b {
  display: none;
}
#s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b, #wrap-s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b { display: none !important; }}




  #s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b img.shogun-image,
  #s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b {
    width: 100%;
    height: auto;
  }



  #s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b img.shogun-image {
    

    
    
    
  }


#s-e4d64f9b-3ea6-49c3-9d6c-8c6770b61b2b .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

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

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

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

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

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

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

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

.shogun-accordion-icon.shogun-icon-chevron &gt; span::after {
  content: "â–¸";
}

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

.shogun-accordion-icon.shogun-icon-plus &gt; span::after {
  content: "ï¼‹";
}

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

@media (min-width: 1200px){#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b {
  display: none;
}
#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b, #wrap-s-cd9a3e77-822a-40e1-9135-4a67b3469e0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b {
  display: none;
}
#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b, #wrap-s-cd9a3e77-822a-40e1-9135-4a67b3469e0b { display: none !important; }}
#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(51, 51, 51, 1);
}

#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-cd9a3e77-822a-40e1-9135-4a67b3469e0b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-b3b05395-ef07-40d6-9506-c40a33098943 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b3b05395-ef07-40d6-9506-c40a33098943:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3b05395-ef07-40d6-9506-c40a33098943:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3b05395-ef07-40d6-9506-c40a33098943-root {
    text-align: center;
  }


#s-b3b05395-ef07-40d6-9506-c40a33098943.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3b05395-ef07-40d6-9506-c40a33098943-root {
    text-align: center;
  }


#s-b3b05395-ef07-40d6-9506-c40a33098943.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3b05395-ef07-40d6-9506-c40a33098943-root {
    text-align: center;
  }


#s-b3b05395-ef07-40d6-9506-c40a33098943.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3b05395-ef07-40d6-9506-c40a33098943-root {
    text-align: center;
  }


#s-b3b05395-ef07-40d6-9506-c40a33098943.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3b05395-ef07-40d6-9506-c40a33098943-root {
    text-align: center;
  }


#s-b3b05395-ef07-40d6-9506-c40a33098943.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a-root {
    text-align: center;
  }


#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a-root {
    text-align: center;
  }


#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a-root {
    text-align: center;
  }


#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a-root {
    text-align: center;
  }


#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a-root {
    text-align: center;
  }


#s-a84ce1a8-ac1c-4446-8afd-c6ebdbc2ea6a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-364437a9-284b-498f-a7de-a6449ab9f9fc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-364437a9-284b-498f-a7de-a6449ab9f9fc:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-364437a9-284b-498f-a7de-a6449ab9f9fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-364437a9-284b-498f-a7de-a6449ab9f9fc-root {
    text-align: center;
  }


#s-364437a9-284b-498f-a7de-a6449ab9f9fc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-364437a9-284b-498f-a7de-a6449ab9f9fc-root {
    text-align: center;
  }


#s-364437a9-284b-498f-a7de-a6449ab9f9fc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-364437a9-284b-498f-a7de-a6449ab9f9fc-root {
    text-align: center;
  }


#s-364437a9-284b-498f-a7de-a6449ab9f9fc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-364437a9-284b-498f-a7de-a6449ab9f9fc-root {
    text-align: center;
  }


#s-364437a9-284b-498f-a7de-a6449ab9f9fc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-364437a9-284b-498f-a7de-a6449ab9f9fc-root {
    text-align: center;
  }


#s-364437a9-284b-498f-a7de-a6449ab9f9fc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fd095843-191f-4167-ac28-4da3a88ee238 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fd095843-191f-4167-ac28-4da3a88ee238:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fd095843-191f-4167-ac28-4da3a88ee238:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd095843-191f-4167-ac28-4da3a88ee238-root {
    text-align: center;
  }


#s-fd095843-191f-4167-ac28-4da3a88ee238.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd095843-191f-4167-ac28-4da3a88ee238-root {
    text-align: center;
  }


#s-fd095843-191f-4167-ac28-4da3a88ee238.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd095843-191f-4167-ac28-4da3a88ee238-root {
    text-align: center;
  }


#s-fd095843-191f-4167-ac28-4da3a88ee238.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd095843-191f-4167-ac28-4da3a88ee238-root {
    text-align: center;
  }


#s-fd095843-191f-4167-ac28-4da3a88ee238.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd095843-191f-4167-ac28-4da3a88ee238-root {
    text-align: center;
  }


#s-fd095843-191f-4167-ac28-4da3a88ee238.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f95e2ac6-055f-44e3-8876-013c3596e785 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f95e2ac6-055f-44e3-8876-013c3596e785:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f95e2ac6-055f-44e3-8876-013c3596e785:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f95e2ac6-055f-44e3-8876-013c3596e785-root {
    text-align: center;
  }


#s-f95e2ac6-055f-44e3-8876-013c3596e785.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f95e2ac6-055f-44e3-8876-013c3596e785-root {
    text-align: center;
  }


#s-f95e2ac6-055f-44e3-8876-013c3596e785.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f95e2ac6-055f-44e3-8876-013c3596e785-root {
    text-align: center;
  }


#s-f95e2ac6-055f-44e3-8876-013c3596e785.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f95e2ac6-055f-44e3-8876-013c3596e785-root {
    text-align: center;
  }


#s-f95e2ac6-055f-44e3-8876-013c3596e785.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f95e2ac6-055f-44e3-8876-013c3596e785-root {
    text-align: center;
  }


#s-f95e2ac6-055f-44e3-8876-013c3596e785.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a918ac8d-c752-447c-8ace-7fde1fc04323 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a918ac8d-c752-447c-8ace-7fde1fc04323:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a918ac8d-c752-447c-8ace-7fde1fc04323:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a918ac8d-c752-447c-8ace-7fde1fc04323-root {
    text-align: center;
  }


#s-a918ac8d-c752-447c-8ace-7fde1fc04323.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a918ac8d-c752-447c-8ace-7fde1fc04323-root {
    text-align: center;
  }


#s-a918ac8d-c752-447c-8ace-7fde1fc04323.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a918ac8d-c752-447c-8ace-7fde1fc04323-root {
    text-align: center;
  }


#s-a918ac8d-c752-447c-8ace-7fde1fc04323.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a918ac8d-c752-447c-8ace-7fde1fc04323-root {
    text-align: center;
  }


#s-a918ac8d-c752-447c-8ace-7fde1fc04323.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a918ac8d-c752-447c-8ace-7fde1fc04323-root {
    text-align: center;
  }


#s-a918ac8d-c752-447c-8ace-7fde1fc04323.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-062d3229-9a1f-4569-9cb3-f44563a82371 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-062d3229-9a1f-4569-9cb3-f44563a82371:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-062d3229-9a1f-4569-9cb3-f44563a82371:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-062d3229-9a1f-4569-9cb3-f44563a82371-root {
    text-align: center;
  }


#s-062d3229-9a1f-4569-9cb3-f44563a82371.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-062d3229-9a1f-4569-9cb3-f44563a82371-root {
    text-align: center;
  }


#s-062d3229-9a1f-4569-9cb3-f44563a82371.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-062d3229-9a1f-4569-9cb3-f44563a82371-root {
    text-align: center;
  }


#s-062d3229-9a1f-4569-9cb3-f44563a82371.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-062d3229-9a1f-4569-9cb3-f44563a82371-root {
    text-align: center;
  }


#s-062d3229-9a1f-4569-9cb3-f44563a82371.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-062d3229-9a1f-4569-9cb3-f44563a82371-root {
    text-align: center;
  }


#s-062d3229-9a1f-4569-9cb3-f44563a82371.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c3042772-1c50-4e21-a605-0f4be2217000 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c3042772-1c50-4e21-a605-0f4be2217000:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c3042772-1c50-4e21-a605-0f4be2217000:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3042772-1c50-4e21-a605-0f4be2217000-root {
    text-align: center;
  }


#s-c3042772-1c50-4e21-a605-0f4be2217000.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3042772-1c50-4e21-a605-0f4be2217000-root {
    text-align: center;
  }


#s-c3042772-1c50-4e21-a605-0f4be2217000.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3042772-1c50-4e21-a605-0f4be2217000-root {
    text-align: center;
  }


#s-c3042772-1c50-4e21-a605-0f4be2217000.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3042772-1c50-4e21-a605-0f4be2217000-root {
    text-align: center;
  }


#s-c3042772-1c50-4e21-a605-0f4be2217000.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3042772-1c50-4e21-a605-0f4be2217000-root {
    text-align: center;
  }


#s-c3042772-1c50-4e21-a605-0f4be2217000.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d9a472c8-a651-48b2-b58e-c10b4b433e44 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d9a472c8-a651-48b2-b58e-c10b4b433e44:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9a472c8-a651-48b2-b58e-c10b4b433e44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9a472c8-a651-48b2-b58e-c10b4b433e44-root {
    text-align: center;
  }


#s-d9a472c8-a651-48b2-b58e-c10b4b433e44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9a472c8-a651-48b2-b58e-c10b4b433e44-root {
    text-align: center;
  }


#s-d9a472c8-a651-48b2-b58e-c10b4b433e44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9a472c8-a651-48b2-b58e-c10b4b433e44-root {
    text-align: center;
  }


#s-d9a472c8-a651-48b2-b58e-c10b4b433e44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9a472c8-a651-48b2-b58e-c10b4b433e44-root {
    text-align: center;
  }


#s-d9a472c8-a651-48b2-b58e-c10b4b433e44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9a472c8-a651-48b2-b58e-c10b4b433e44-root {
    text-align: center;
  }


#s-d9a472c8-a651-48b2-b58e-c10b4b433e44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-193af13e-e328-44da-93f6-50f34116a979 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-193af13e-e328-44da-93f6-50f34116a979:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-193af13e-e328-44da-93f6-50f34116a979:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-193af13e-e328-44da-93f6-50f34116a979-root {
    text-align: center;
  }


#s-193af13e-e328-44da-93f6-50f34116a979.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-193af13e-e328-44da-93f6-50f34116a979-root {
    text-align: center;
  }


#s-193af13e-e328-44da-93f6-50f34116a979.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-193af13e-e328-44da-93f6-50f34116a979-root {
    text-align: center;
  }


#s-193af13e-e328-44da-93f6-50f34116a979.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-193af13e-e328-44da-93f6-50f34116a979-root {
    text-align: center;
  }


#s-193af13e-e328-44da-93f6-50f34116a979.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-193af13e-e328-44da-93f6-50f34116a979-root {
    text-align: center;
  }


#s-193af13e-e328-44da-93f6-50f34116a979.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2639116a-194e-4e8e-a74b-054078182b71 {
  min-height: 50px;
}








#s-2639116a-194e-4e8e-a74b-054078182b71 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2639116a-194e-4e8e-a74b-054078182b71.shg-box.shg-c {
  justify-content: center;
}

#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 {
  display: none;
}
#s-63402d2e-1f5a-4e4f-ba98-4015a4958661, #wrap-s-63402d2e-1f5a-4e4f-ba98-4015a4958661 { display: none !important; }}@media (max-width: 767px){#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 {
  display: none;
}
#s-63402d2e-1f5a-4e4f-ba98-4015a4958661, #wrap-s-63402d2e-1f5a-4e4f-ba98-4015a4958661 { display: none !important; }}







#s-63402d2e-1f5a-4e4f-ba98-4015a4958661 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63402d2e-1f5a-4e4f-ba98-4015a4958661.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  display: none;
}
#s-e3a25643-a5b5-457a-8bf3-01127fead97c, #wrap-s-e3a25643-a5b5-457a-8bf3-01127fead97c { display: none !important; }}@media (max-width: 767px){#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  display: none;
}
#s-e3a25643-a5b5-457a-8bf3-01127fead97c, #wrap-s-e3a25643-a5b5-457a-8bf3-01127fead97c { display: none !important; }}
#s-e3a25643-a5b5-457a-8bf3-01127fead97c {
  background-image: url();
}








#s-e3a25643-a5b5-457a-8bf3-01127fead97c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3a25643-a5b5-457a-8bf3-01127fead97c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  display: none;
}
#s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-s-1dfac514-5449-44f1-bfaa-f406acf20597 { display: none !important; }}@media (max-width: 767px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  display: none;
}
#s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-s-1dfac514-5449-44f1-bfaa-f406acf20597 { display: none !important; }}
#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  background-image: url(https://i.shgcdn.com/f36cbb39-587a-4466-b4d6-8e2b967ff520/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1dfac514-5449-44f1-bfaa-f406acf20597 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-1dfac514-5449-44f1-bfaa-f406acf20597.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-1dfac514-5449-44f1-bfaa-f406acf20597 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-1dfac514-5449-44f1-bfaa-f406acf20597.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

#s-ccc67f87-7cd0-4a37-834e-d9a279c93fc9 {
  margin-left: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-ccc67f87-7cd0-4a37-834e-d9a279c93fc9"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ccc67f87-7cd0-4a37-834e-d9a279c93fc9"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccc67f87-7cd0-4a37-834e-d9a279c93fc9"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccc67f87-7cd0-4a37-834e-d9a279c93fc9"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d355755d-8793-46a1-ad1d-e0901dab97a0 {
  background-attachment: fixed;
margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(15, 117, 188, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-d355755d-8793-46a1-ad1d-e0901dab97a0 {
  
}
}@media (max-width: 767px){#s-d355755d-8793-46a1-ad1d-e0901dab97a0 {
  
}
}







#s-d355755d-8793-46a1-ad1d-e0901dab97a0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d355755d-8793-46a1-ad1d-e0901dab97a0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-529fa189-1f9c-4213-a121-6fef0ee99db4 {
  margin-left: 0%;
margin-right: 0%;
max-width: 2835px;
aspect-ratio: 2835/1890;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-529fa189-1f9c-4213-a121-6fef0ee99db4 img.shogun-image,
  #s-529fa189-1f9c-4213-a121-6fef0ee99db4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-529fa189-1f9c-4213-a121-6fef0ee99db4 {
    width: 100%;
    height: auto;
  }



  #s-529fa189-1f9c-4213-a121-6fef0ee99db4 img.shogun-image {
    

    
    
    
  }


#s-529fa189-1f9c-4213-a121-6fef0ee99db4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d14089e-8505-4039-94c0-2a02120d3065 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(235, 38, 46, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3d14089e-8505-4039-94c0-2a02120d3065:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d14089e-8505-4039-94c0-2a02120d3065:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d14089e-8505-4039-94c0-2a02120d3065-root {
    text-align: left;
  }


#s-3d14089e-8505-4039-94c0-2a02120d3065.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d14089e-8505-4039-94c0-2a02120d3065-root {
    text-align: left;
  }


#s-3d14089e-8505-4039-94c0-2a02120d3065.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d14089e-8505-4039-94c0-2a02120d3065-root {
    text-align: left;
  }


#s-3d14089e-8505-4039-94c0-2a02120d3065.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d14089e-8505-4039-94c0-2a02120d3065-root {
    text-align: left;
  }


#s-3d14089e-8505-4039-94c0-2a02120d3065.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d14089e-8505-4039-94c0-2a02120d3065-root {
    text-align: left;
  }


#s-3d14089e-8505-4039-94c0-2a02120d3065.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6365e0b5-6f07-4b51-9078-a580f70dab0c {
  margin-left: 0px;
margin-right: 0%;
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(0, 0, 0, 0.8);
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-6365e0b5-6f07-4b51-9078-a580f70dab0c &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
  #s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05-root {
    text-align: left;
  }


#s-804a3d9d-3a7f-439a-ac31-fb7a65d28a05.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}

#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
  #s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b-root {
    text-align: left;
  }


#s-63bfbcd0-30eb-478c-8fa1-fc0e9d852a4b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}

#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
}
#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
  #s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3-root {
    text-align: left;
  }


#s-eeb9ac98-77c5-4ad6-a90a-14f22191e3f3.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 {
  margin-left: 0px;
margin-right: 0%;
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(0, 0, 0, 0.8);
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-6ae4a34d-cd1f-4d88-bb93-da038cd0fba3 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDZiMWUzMjUtNWRmMi00NWM1LWIxYzQtZjExMjY0NzJhNmI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNmIxZTMyNS01ZGYyLTQ1YzUtYjFjNC1mMTEyNjQ3MmE2YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#fdcc06"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f1e8f45-e609-493b-8a21-aadca01d1ba1-root {
    text-align: left;
  }


#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f1e8f45-e609-493b-8a21-aadca01d1ba1-root {
    text-align: left;
  }


#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f1e8f45-e609-493b-8a21-aadca01d1ba1-root {
    text-align: left;
  }


#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f1e8f45-e609-493b-8a21-aadca01d1ba1-root {
    text-align: left;
  }


#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f1e8f45-e609-493b-8a21-aadca01d1ba1-root {
    text-align: left;
  }


#s-4f1e8f45-e609-493b-8a21-aadca01d1ba1.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmNlNDhkNGQtOWVlYi00OTU1LTkzZjgtYjg4MzNkYTQzMDFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2Y2U0OGQ0ZC05ZWViLTQ5NTUtOTNmOC1iODgzM2RhNDMwMWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#fdcc06"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad-root {
    text-align: left;
  }


#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad-root {
    text-align: left;
  }


#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad-root {
    text-align: left;
  }


#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad-root {
    text-align: left;
  }


#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad-root {
    text-align: left;
  }


#s-b36154db-a5c4-44f9-9bc4-e2a6c45366ad.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f0e3b054-de58-4f27-b4fd-d559af849e0c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-f0e3b054-de58-4f27-b4fd-d559af849e0c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGU1MDA3MWUtMmQ3Ni00MWRkLWE4OGQtYWU2NDkxOThjMjQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTUwMDcxZS0yZDc2LTQxZGQtYTg4ZC1hZTY0OTE5OGMyNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#fdcc06"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0e3b054-de58-4f27-b4fd-d559af849e0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0e3b054-de58-4f27-b4fd-d559af849e0c-root {
    text-align: left;
  }


#s-f0e3b054-de58-4f27-b4fd-d559af849e0c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0e3b054-de58-4f27-b4fd-d559af849e0c-root {
    text-align: left;
  }


#s-f0e3b054-de58-4f27-b4fd-d559af849e0c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0e3b054-de58-4f27-b4fd-d559af849e0c-root {
    text-align: left;
  }


#s-f0e3b054-de58-4f27-b4fd-d559af849e0c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0e3b054-de58-4f27-b4fd-d559af849e0c-root {
    text-align: left;
  }


#s-f0e3b054-de58-4f27-b4fd-d559af849e0c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0e3b054-de58-4f27-b4fd-d559af849e0c-root {
    text-align: left;
  }


#s-f0e3b054-de58-4f27-b4fd-d559af849e0c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4ec84b37-a6ee-485c-8cf3-0bd268861595 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-4ec84b37-a6ee-485c-8cf3-0bd268861595:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGVlMDk3MTQtM2U2My00OWU2LWFmM2QtMWVjOWE2YTA2NzQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZWUwOTcxNC0zZTYzLTQ5ZTYtYWYzZC0xZWM5YTZhMDY3NDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#fdcc06"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4ec84b37-a6ee-485c-8cf3-0bd268861595:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4ec84b37-a6ee-485c-8cf3-0bd268861595-root {
    text-align: left;
  }


#s-4ec84b37-a6ee-485c-8cf3-0bd268861595.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ec84b37-a6ee-485c-8cf3-0bd268861595-root {
    text-align: left;
  }


#s-4ec84b37-a6ee-485c-8cf3-0bd268861595.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ec84b37-a6ee-485c-8cf3-0bd268861595-root {
    text-align: left;
  }


#s-4ec84b37-a6ee-485c-8cf3-0bd268861595.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ec84b37-a6ee-485c-8cf3-0bd268861595-root {
    text-align: left;
  }


#s-4ec84b37-a6ee-485c-8cf3-0bd268861595.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ec84b37-a6ee-485c-8cf3-0bd268861595-root {
    text-align: left;
  }


#s-4ec84b37-a6ee-485c-8cf3-0bd268861595.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-936a6aa2-31a8-4447-9529-efdd85ed52fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-936a6aa2-31a8-4447-9529-efdd85ed52fe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJhMDEwMjktNzViMC00NThlLTg2ZDItNzcxNjBhNmI3YmU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmEwMTAyOS03NWIwLTQ1OGUtODZkMi03NzE2MGE2YjdiZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#fdcc06"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-936a6aa2-31a8-4447-9529-efdd85ed52fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-936a6aa2-31a8-4447-9529-efdd85ed52fe-root {
    text-align: left;
  }


#s-936a6aa2-31a8-4447-9529-efdd85ed52fe.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-936a6aa2-31a8-4447-9529-efdd85ed52fe-root {
    text-align: left;
  }


#s-936a6aa2-31a8-4447-9529-efdd85ed52fe.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-936a6aa2-31a8-4447-9529-efdd85ed52fe-root {
    text-align: left;
  }


#s-936a6aa2-31a8-4447-9529-efdd85ed52fe.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-936a6aa2-31a8-4447-9529-efdd85ed52fe-root {
    text-align: left;
  }


#s-936a6aa2-31a8-4447-9529-efdd85ed52fe.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-936a6aa2-31a8-4447-9529-efdd85ed52fe-root {
    text-align: left;
  }


#s-936a6aa2-31a8-4447-9529-efdd85ed52fe.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-46f36293-3d27-48c8-bf56-6c1c84296e8d {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-46f36293-3d27-48c8-bf56-6c1c84296e8d:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46f36293-3d27-48c8-bf56-6c1c84296e8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46f36293-3d27-48c8-bf56-6c1c84296e8d-root {
    text-align: center;
  }


#s-46f36293-3d27-48c8-bf56-6c1c84296e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46f36293-3d27-48c8-bf56-6c1c84296e8d-root {
    text-align: center;
  }


#s-46f36293-3d27-48c8-bf56-6c1c84296e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46f36293-3d27-48c8-bf56-6c1c84296e8d-root {
    text-align: center;
  }


#s-46f36293-3d27-48c8-bf56-6c1c84296e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46f36293-3d27-48c8-bf56-6c1c84296e8d-root {
    text-align: center;
  }


#s-46f36293-3d27-48c8-bf56-6c1c84296e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46f36293-3d27-48c8-bf56-6c1c84296e8d-root {
    text-align: center;
  }


#s-46f36293-3d27-48c8-bf56-6c1c84296e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a5773391-de4b-489d-b0d4-0c7370cbcd75 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-a5773391-de4b-489d-b0d4-0c7370cbcd75 {
  display: none;
}
#s-a5773391-de4b-489d-b0d4-0c7370cbcd75, #wrap-s-a5773391-de4b-489d-b0d4-0c7370cbcd75 { display: none !important; }}







#s-a5773391-de4b-489d-b0d4-0c7370cbcd75 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5773391-de4b-489d-b0d4-0c7370cbcd75.shg-box.shg-c {
  justify-content: flex-end;
}

#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  display: none;
}
#s-41fc514f-bb2f-427e-b1b9-337c7ee14766, #wrap-s-41fc514f-bb2f-427e-b1b9-337c7ee14766 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  display: none;
}
#s-41fc514f-bb2f-427e-b1b9-337c7ee14766, #wrap-s-41fc514f-bb2f-427e-b1b9-337c7ee14766 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  display: none;
}
#s-41fc514f-bb2f-427e-b1b9-337c7ee14766, #wrap-s-41fc514f-bb2f-427e-b1b9-337c7ee14766 { display: none !important; }}@media (max-width: 767px){#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  display: none;
}
#s-41fc514f-bb2f-427e-b1b9-337c7ee14766, #wrap-s-41fc514f-bb2f-427e-b1b9-337c7ee14766 { display: none !important; }}
#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 {
  background-image: url(https://i.shgcdn.com/bccb7249-b9bd-4380-be30-d138aa41b6be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-41fc514f-bb2f-427e-b1b9-337c7ee14766.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-41fc514f-bb2f-427e-b1b9-337c7ee14766 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-41fc514f-bb2f-427e-b1b9-337c7ee14766.shg-box.shg-c {
  justify-content: center;
}
}
#s-2a9959e6-7ab9-4689-9cbe-5d1da36532dd {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-2a9959e6-7ab9-4689-9cbe-5d1da36532dd"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a9959e6-7ab9-4689-9cbe-5d1da36532dd"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a9959e6-7ab9-4689-9cbe-5d1da36532dd"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a9959e6-7ab9-4689-9cbe-5d1da36532dd"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-91861389-41d7-433c-a7b4-c1c8c72182ef {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-91861389-41d7-433c-a7b4-c1c8c72182ef {
  
}
}@media (max-width: 767px){#s-91861389-41d7-433c-a7b4-c1c8c72182ef {
  
}
}







#s-91861389-41d7-433c-a7b4-c1c8c72182ef &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91861389-41d7-433c-a7b4-c1c8c72182ef.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7bb9e588-3f3a-464a-a5e0-6843f5903eac {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-7bb9e588-3f3a-464a-a5e0-6843f5903eac img.shogun-image {
    

    
    
    
  }


#s-7bb9e588-3f3a-464a-a5e0-6843f5903eac .shogun-image-content {
  
    align-items: center;
  
}

#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(138, 208, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTQ1MWEwZmQtYmJlOC00ODIxLTllYjktODEzZDJmZTM5NGYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NjN2M3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNDUxYTBmZC1iYmU4LTQ4MjEtOWViOS04MTNkMmZlMzk0ZjApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#ccc7c7"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc67f1cb-2697-4d26-8d06-cd0d3f460376-root {
    text-align: left;
  }


#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc67f1cb-2697-4d26-8d06-cd0d3f460376-root {
    text-align: left;
  }


#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc67f1cb-2697-4d26-8d06-cd0d3f460376-root {
    text-align: left;
  }


#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc67f1cb-2697-4d26-8d06-cd0d3f460376-root {
    text-align: left;
  }


#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc67f1cb-2697-4d26-8d06-cd0d3f460376-root {
    text-align: left;
  }


#s-cc67f1cb-2697-4d26-8d06-cd0d3f460376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b {
  margin-right: 0px;
}
}
#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(91, 103, 112, 1);
}

#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(91, 103, 112, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-1e1f9e5d-cb3d-4f8e-932b-b30794c19e4b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-6017daca-aeea-4c58-aa1b-380b516931a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6017daca-aeea-4c58-aa1b-380b516931a1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjljODE4NjgtM2M0OS00MDc3LWEzOGEtNmJmNTJhYjY4ZjA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOWM4MTg2OC0zYzQ5LTQwNzctYTM4YS02YmY1MmFiNjhmMDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}, {"id"=&gt;3, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6017daca-aeea-4c58-aa1b-380b516931a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6017daca-aeea-4c58-aa1b-380b516931a1-root {
    text-align: left;
  }


#s-6017daca-aeea-4c58-aa1b-380b516931a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6017daca-aeea-4c58-aa1b-380b516931a1-root {
    text-align: left;
  }


#s-6017daca-aeea-4c58-aa1b-380b516931a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6017daca-aeea-4c58-aa1b-380b516931a1-root {
    text-align: left;
  }


#s-6017daca-aeea-4c58-aa1b-380b516931a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6017daca-aeea-4c58-aa1b-380b516931a1-root {
    text-align: left;
  }


#s-6017daca-aeea-4c58-aa1b-380b516931a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6017daca-aeea-4c58-aa1b-380b516931a1-root {
    text-align: left;
  }


#s-6017daca-aeea-4c58-aa1b-380b516931a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzVmYjhiMGEtYzljNi00ZTVjLTk0NjktMjUxM2RkMTExOTJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NWZiOGIwYS1jOWM2LTRlNWMtOTQ2OS0yNTEzZGQxMTE5MmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72929e13-abc2-4ee0-9c5b-56c9bf31de41-root {
    text-align: left;
  }


#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-72929e13-abc2-4ee0-9c5b-56c9bf31de41-root {
    text-align: left;
  }


#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72929e13-abc2-4ee0-9c5b-56c9bf31de41-root {
    text-align: left;
  }


#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72929e13-abc2-4ee0-9c5b-56c9bf31de41-root {
    text-align: left;
  }


#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-72929e13-abc2-4ee0-9c5b-56c9bf31de41-root {
    text-align: left;
  }


#s-72929e13-abc2-4ee0-9c5b-56c9bf31de41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-58453d15-9f4f-4efd-b0df-b5541f3b486d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-58453d15-9f4f-4efd-b0df-b5541f3b486d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhjMjcyOWEtYjViNS00NGE2LWEzZTctMmM0MzRkNWI2ZDlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGMyNzI5YS1iNWI1LTQ0YTYtYTNlNy0yYzQzNGQ1YjZkOWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-58453d15-9f4f-4efd-b0df-b5541f3b486d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58453d15-9f4f-4efd-b0df-b5541f3b486d-root {
    text-align: left;
  }


#s-58453d15-9f4f-4efd-b0df-b5541f3b486d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-58453d15-9f4f-4efd-b0df-b5541f3b486d-root {
    text-align: left;
  }


#s-58453d15-9f4f-4efd-b0df-b5541f3b486d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58453d15-9f4f-4efd-b0df-b5541f3b486d-root {
    text-align: left;
  }


#s-58453d15-9f4f-4efd-b0df-b5541f3b486d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58453d15-9f4f-4efd-b0df-b5541f3b486d-root {
    text-align: left;
  }


#s-58453d15-9f4f-4efd-b0df-b5541f3b486d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-58453d15-9f4f-4efd-b0df-b5541f3b486d-root {
    text-align: left;
  }


#s-58453d15-9f4f-4efd-b0df-b5541f3b486d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWIwODNmOTUtNDFlZi00ZDMwLWI3NTUtMjdjZGQ4NmYwZjkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYjA4M2Y5NS00MWVmLTRkMzAtYjc1NS0yN2NkZDg2ZjBmOTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b-root {
    text-align: left;
  }


#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b-root {
    text-align: left;
  }


#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b-root {
    text-align: left;
  }


#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b-root {
    text-align: left;
  }


#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b-root {
    text-align: left;
  }


#s-2e49377d-47be-4fb7-9e0d-bb014f08fe8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b23f3311-d67c-434d-a75e-666554712084 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b23f3311-d67c-434d-a75e-666554712084:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJlNTgyMTEtMTNkZi00OTI0LThjNWItZGIwZWMzZTZkYjY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MmU1ODIxMS0xM2RmLTQ5MjQtOGM1Yi1kYjBlYzNlNmRiNjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;1, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b23f3311-d67c-434d-a75e-666554712084:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b23f3311-d67c-434d-a75e-666554712084-root {
    text-align: left;
  }


#s-b23f3311-d67c-434d-a75e-666554712084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b23f3311-d67c-434d-a75e-666554712084-root {
    text-align: left;
  }


#s-b23f3311-d67c-434d-a75e-666554712084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b23f3311-d67c-434d-a75e-666554712084-root {
    text-align: left;
  }


#s-b23f3311-d67c-434d-a75e-666554712084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b23f3311-d67c-434d-a75e-666554712084-root {
    text-align: left;
  }


#s-b23f3311-d67c-434d-a75e-666554712084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b23f3311-d67c-434d-a75e-666554712084-root {
    text-align: left;
  }


#s-b23f3311-d67c-434d-a75e-666554712084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ0MTYwYTYtZjNjNy00NmE2LTgyMDktNjU3YTEyNjQwMGEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOGFkMGJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDQxNjBhNi1mM2M3LTQ2YTYtODIwOS02NTdhMTI2NDAwYTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;0, "color"=&gt;"#8ad0bf"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a243d98-523b-42a1-85fa-4c1337b5fdf3-root {
    text-align: left;
  }


#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a243d98-523b-42a1-85fa-4c1337b5fdf3-root {
    text-align: left;
  }


#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a243d98-523b-42a1-85fa-4c1337b5fdf3-root {
    text-align: left;
  }


#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a243d98-523b-42a1-85fa-4c1337b5fdf3-root {
    text-align: left;
  }


#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a243d98-523b-42a1-85fa-4c1337b5fdf3-root {
    text-align: left;
  }


#s-3a243d98-523b-42a1-85fa-4c1337b5fdf3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-44ef186a-257d-4142-91be-4724c925302b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(138, 208, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-44ef186a-257d-4142-91be-4724c925302b:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44ef186a-257d-4142-91be-4724c925302b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44ef186a-257d-4142-91be-4724c925302b-root {
    text-align: center;
  }


#s-44ef186a-257d-4142-91be-4724c925302b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-44ef186a-257d-4142-91be-4724c925302b-root {
    text-align: center;
  }


#s-44ef186a-257d-4142-91be-4724c925302b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44ef186a-257d-4142-91be-4724c925302b-root {
    text-align: center;
  }


#s-44ef186a-257d-4142-91be-4724c925302b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44ef186a-257d-4142-91be-4724c925302b-root {
    text-align: center;
  }


#s-44ef186a-257d-4142-91be-4724c925302b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-44ef186a-257d-4142-91be-4724c925302b-root {
    text-align: center;
  }


#s-44ef186a-257d-4142-91be-4724c925302b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1eeaa4be-3057-4d6b-951e-485cd3e6b071 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-1eeaa4be-3057-4d6b-951e-485cd3e6b071 {
  display: none;
}
#s-1eeaa4be-3057-4d6b-951e-485cd3e6b071, #wrap-s-1eeaa4be-3057-4d6b-951e-485cd3e6b071 { display: none !important; }}







#s-1eeaa4be-3057-4d6b-951e-485cd3e6b071 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eeaa4be-3057-4d6b-951e-485cd3e6b071.shg-box.shg-c {
  justify-content: flex-end;
}

.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-976ccb93-e408-47e5-bc88-23aebaaa527b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 0px;
}

#s-767f0ffd-1c57-477a-8a9c-53664af1bb75 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 16px;
margin-right: 25px;
padding-top: 24px;
padding-left: 60px;
padding-bottom: 24px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2:hover {background-color: rgba(235, 38, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-80c23f36-f95f-40c2-9b16-73f325aa9bb2-root {
    text-align: center;
  }


#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80c23f36-f95f-40c2-9b16-73f325aa9bb2-root {
    text-align: center;
  }


#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80c23f36-f95f-40c2-9b16-73f325aa9bb2-root {
    text-align: center;
  }


#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80c23f36-f95f-40c2-9b16-73f325aa9bb2-root {
    text-align: center;
  }


#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80c23f36-f95f-40c2-9b16-73f325aa9bb2-root {
    text-align: center;
  }


#s-80c23f36-f95f-40c2-9b16-73f325aa9bb2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-640054c1-dfaa-4e90-877f-dbfd91c92c7f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-640054c1-dfaa-4e90-877f-dbfd91c92c7f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-640054c1-dfaa-4e90-877f-dbfd91c92c7f.shg-box.shg-c {
  justify-content: center;
}

#s-8c0c7138-6b4e-4bf8-857d-60f0e38a5df7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 0px;
}

#s-0635bf13-f95b-4e30-994f-0cc50f3efd70 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 6px;
padding-bottom: 6px;
}

#s-dd213902-01b9-46c7-bb79-69ff4bd7e902 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 30px;
background-color: rgba(241, 241, 241, 0);
}

@media (min-width: 0px) {
[id="s-dd213902-01b9-46c7-bb79-69ff4bd7e902"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd213902-01b9-46c7-bb79-69ff4bd7e902"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd213902-01b9-46c7-bb79-69ff4bd7e902"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd213902-01b9-46c7-bb79-69ff4bd7e902"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 {
  margin-bottom: 10px;
max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 img.shogun-image,
  #s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 {
    width: 100%;
    height: auto;
  }



  #s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 img.shogun-image {
    

    
    
    
  }


#s-2ba4ca6e-3316-44a4-8871-31caca19d1f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccec2472-c20e-4613-8613-b541e75f10bd {
  margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 60px;
padding-bottom: 25px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ccec2472-c20e-4613-8613-b541e75f10bd:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccec2472-c20e-4613-8613-b541e75f10bd:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ccec2472-c20e-4613-8613-b541e75f10bd {
  margin-top: 0px;
}
}

  #s-ccec2472-c20e-4613-8613-b541e75f10bd-root {
    text-align: center;
  }


#s-ccec2472-c20e-4613-8613-b541e75f10bd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ccec2472-c20e-4613-8613-b541e75f10bd-root {
    text-align: center;
  }


#s-ccec2472-c20e-4613-8613-b541e75f10bd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccec2472-c20e-4613-8613-b541e75f10bd-root {
    text-align: center;
  }


#s-ccec2472-c20e-4613-8613-b541e75f10bd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccec2472-c20e-4613-8613-b541e75f10bd-root {
    text-align: center;
  }


#s-ccec2472-c20e-4613-8613-b541e75f10bd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ccec2472-c20e-4613-8613-b541e75f10bd-root {
    text-align: center;
  }


#s-ccec2472-c20e-4613-8613-b541e75f10bd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-b44abba3-a011-4415-aba2-416882c9b034 {
  max-width: 7008px;
aspect-ratio: 7008/4672;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b44abba3-a011-4415-aba2-416882c9b034 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-b44abba3-a011-4415-aba2-416882c9b034 {
  margin-bottom: 10px;
}
}




  #s-b44abba3-a011-4415-aba2-416882c9b034 img.shogun-image,
  #s-b44abba3-a011-4415-aba2-416882c9b034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b44abba3-a011-4415-aba2-416882c9b034 {
    width: 100%;
    height: auto;
  }



  #s-b44abba3-a011-4415-aba2-416882c9b034 img.shogun-image {
    

    
    
    
  }


#s-b44abba3-a011-4415-aba2-416882c9b034 .shogun-image-content {
  
    align-items: center;
  
}

#s-af05e488-77c4-4b4c-b890-f54e4b3deab8 {
  margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 60px;
padding-bottom: 25px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-af05e488-77c4-4b4c-b890-f54e4b3deab8:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af05e488-77c4-4b4c-b890-f54e4b3deab8:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-af05e488-77c4-4b4c-b890-f54e4b3deab8 {
  margin-top: 0px;
}
}

  #s-af05e488-77c4-4b4c-b890-f54e4b3deab8-root {
    text-align: center;
  }


#s-af05e488-77c4-4b4c-b890-f54e4b3deab8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af05e488-77c4-4b4c-b890-f54e4b3deab8-root {
    text-align: center;
  }


#s-af05e488-77c4-4b4c-b890-f54e4b3deab8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af05e488-77c4-4b4c-b890-f54e4b3deab8-root {
    text-align: center;
  }


#s-af05e488-77c4-4b4c-b890-f54e4b3deab8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af05e488-77c4-4b4c-b890-f54e4b3deab8-root {
    text-align: center;
  }


#s-af05e488-77c4-4b4c-b890-f54e4b3deab8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af05e488-77c4-4b4c-b890-f54e4b3deab8-root {
    text-align: center;
  }


#s-af05e488-77c4-4b4c-b890-f54e4b3deab8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4342abb4-34c3-4966-96de-cb38982c3021 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4342abb4-34c3-4966-96de-cb38982c3021 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4342abb4-34c3-4966-96de-cb38982c3021.shg-box.shg-c {
  justify-content: center;
}

#s-1522c663-a252-446e-8e98-091226ed1567 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1522c663-a252-446e-8e98-091226ed1567 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1522c663-a252-446e-8e98-091226ed1567.shg-box.shg-c {
  justify-content: center;
}

#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 30px;
min-height: 400px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 {
  
}
}@media (max-width: 767px){#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aee6df8-6e09-4749-8fa5-e3bbe6612f65.shg-box.shg-c {
  justify-content: center;
}

#s-dda1ab2e-a9cd-47f6-9e9d-207abee092ff {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-3bb8a1fa-bc10-4c2d-b383-5c9459457ea6 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left &gt; .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right &gt; .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown &gt; div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown &gt; div &gt; label {
  font-size: 12px;
}

.shogun-countdown &gt; span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown &gt; div &gt; span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small &gt; div &gt; label {
  font-size: 8px;
}

.shogun-countdown-small &gt; span,
.shogun-countdown-small &gt; div &gt; span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large &gt; div &gt; label {
  font-size: 18px;
}

.shogun-countdown-large &gt; span,
.shogun-countdown-large &gt; div &gt; span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown &gt; span,
  .shogun-countdown &gt; div &gt; span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small &gt; span,
  .shogun-countdown-small &gt; div &gt; span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large &gt; span,
  .shogun-countdown-large &gt; div &gt; span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-d8f13f48-4a02-460e-b743-255dc2f375d0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-d8f13f48-4a02-460e-b743-255dc2f375d0 .shogun-countdown span, #s-d8f13f48-4a02-460e-b743-255dc2f375d0 .shogun-countdown label {
  color: rgba(17, 116, 188, 1);
}
#s-4a13c4d6-506f-4239-9424-7dfd5c92ebff {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(17, 116, 188, 1);
}








#s-4a13c4d6-506f-4239-9424-7dfd5c92ebff &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a13c4d6-506f-4239-9424-7dfd5c92ebff {
  cursor: pointer;
}#s-4a13c4d6-506f-4239-9424-7dfd5c92ebff.shg-box.shg-c {
  justify-content: center;
}

#s-4fababa2-fea3-4ac6-9c3a-11e8722cd1da {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-3be0fb47-0406-4f74-8e56-4abe7aa189be {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3be0fb47-0406-4f74-8e56-4abe7aa189be:hover {background-color: rgba(15, 117, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3be0fb47-0406-4f74-8e56-4abe7aa189be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3be0fb47-0406-4f74-8e56-4abe7aa189be-root {
    text-align: center;
  }


#s-3be0fb47-0406-4f74-8e56-4abe7aa189be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3be0fb47-0406-4f74-8e56-4abe7aa189be-root {
    text-align: center;
  }


#s-3be0fb47-0406-4f74-8e56-4abe7aa189be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3be0fb47-0406-4f74-8e56-4abe7aa189be-root {
    text-align: center;
  }


#s-3be0fb47-0406-4f74-8e56-4abe7aa189be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3be0fb47-0406-4f74-8e56-4abe7aa189be-root {
    text-align: center;
  }


#s-3be0fb47-0406-4f74-8e56-4abe7aa189be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3be0fb47-0406-4f74-8e56-4abe7aa189be-root {
    text-align: center;
  }


#s-3be0fb47-0406-4f74-8e56-4abe7aa189be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-198b53f7-8e5b-40cf-9f66-fdfebf75b116 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-198b53f7-8e5b-40cf-9f66-fdfebf75b116 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-198b53f7-8e5b-40cf-9f66-fdfebf75b116.shg-box.shg-c {
  justify-content: center;
}

#s-d743ba75-beb2-4192-8af3-a7022d9d566d {
  min-height: 50px;
}








#s-d743ba75-beb2-4192-8af3-a7022d9d566d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d743ba75-beb2-4192-8af3-a7022d9d566d.shg-box.shg-c {
  justify-content: center;
}

#s-dae48abd-5607-4878-bd7c-1a0644f57941 {
  min-height: 50px;
background-color: rgba(238, 90, 53, 1);
}








#s-dae48abd-5607-4878-bd7c-1a0644f57941 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dae48abd-5607-4878-bd7c-1a0644f57941.shg-box.shg-c {
  justify-content: center;
}

#s-cbf62047-dce6-48b9-83e0-bf066c040695 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 0px;
}

#s-da5ebc40-8afe-4732-bf11-7f71654e6e50 {
  margin-top: 17px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 16px;
margin-right: 25px;
padding-top: 24px;
padding-left: 60px;
padding-bottom: 24px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be:hover {background-color: rgba(235, 38, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c0081993-d7dd-44c2-8ef8-44bcb206e4be-root {
    text-align: center;
  }


#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0081993-d7dd-44c2-8ef8-44bcb206e4be-root {
    text-align: center;
  }


#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0081993-d7dd-44c2-8ef8-44bcb206e4be-root {
    text-align: center;
  }


#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0081993-d7dd-44c2-8ef8-44bcb206e4be-root {
    text-align: center;
  }


#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0081993-d7dd-44c2-8ef8-44bcb206e4be-root {
    text-align: center;
  }


#s-c0081993-d7dd-44c2-8ef8-44bcb206e4be.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7714f501-f89d-48bb-af8c-f8de87a2f349 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7714f501-f89d-48bb-af8c-f8de87a2f349 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7714f501-f89d-48bb-af8c-f8de87a2f349.shg-box.shg-c {
  justify-content: center;
}

#s-261c7422-ab7e-4d5b-888b-a1070c5fe940 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1961aaeb-aff1-4678-85e2-6b071848990a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 11px;
padding-bottom: 11px;
}

#s-6893627d-c269-4666-8759-23fada1e2635 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 16px;
margin-right: 25px;
padding-top: 22px;
padding-left: 60px;
padding-bottom: 22px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6893627d-c269-4666-8759-23fada1e2635:hover {background-color: rgba(235, 38, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6893627d-c269-4666-8759-23fada1e2635:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6893627d-c269-4666-8759-23fada1e2635-root {
    text-align: center;
  }


#s-6893627d-c269-4666-8759-23fada1e2635.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6893627d-c269-4666-8759-23fada1e2635-root {
    text-align: center;
  }


#s-6893627d-c269-4666-8759-23fada1e2635.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6893627d-c269-4666-8759-23fada1e2635-root {
    text-align: center;
  }


#s-6893627d-c269-4666-8759-23fada1e2635.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6893627d-c269-4666-8759-23fada1e2635-root {
    text-align: center;
  }


#s-6893627d-c269-4666-8759-23fada1e2635.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6893627d-c269-4666-8759-23fada1e2635-root {
    text-align: center;
  }


#s-6893627d-c269-4666-8759-23fada1e2635.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-b38aed91-2ed5-4a65-b477-572460476840 {
  min-height: 50px;
}








#s-b38aed91-2ed5-4a65-b477-572460476840 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b38aed91-2ed5-4a65-b477-572460476840.shg-box.shg-c {
  justify-content: center;
}

#s-97aa4f2d-4054-4192-b308-7a4407191e77 {
  margin-top: 29px;
margin-left: 25px;
margin-bottom: 60px;
margin-right: 25px;
padding-top: 25px;
padding-left: 80px;
padding-bottom: 25px;
padding-right: 80px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-97aa4f2d-4054-4192-b308-7a4407191e77:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97aa4f2d-4054-4192-b308-7a4407191e77:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-97aa4f2d-4054-4192-b308-7a4407191e77 {
  margin-top: 0px;
}
}

  #s-97aa4f2d-4054-4192-b308-7a4407191e77-root {
    text-align: center;
  }


#s-97aa4f2d-4054-4192-b308-7a4407191e77.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97aa4f2d-4054-4192-b308-7a4407191e77-root {
    text-align: center;
  }


#s-97aa4f2d-4054-4192-b308-7a4407191e77.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97aa4f2d-4054-4192-b308-7a4407191e77-root {
    text-align: center;
  }


#s-97aa4f2d-4054-4192-b308-7a4407191e77.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97aa4f2d-4054-4192-b308-7a4407191e77-root {
    text-align: center;
  }


#s-97aa4f2d-4054-4192-b308-7a4407191e77.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97aa4f2d-4054-4192-b308-7a4407191e77-root {
    text-align: center;
  }


#s-97aa4f2d-4054-4192-b308-7a4407191e77.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-0f033341-3bdc-484c-a27a-b2d4621bfed0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f033341-3bdc-484c-a27a-b2d4621bfed0 {
  display: none;
}
#s-0f033341-3bdc-484c-a27a-b2d4621bfed0, #wrap-s-0f033341-3bdc-484c-a27a-b2d4621bfed0 { display: none !important; }}@media (max-width: 767px){#s-0f033341-3bdc-484c-a27a-b2d4621bfed0 {
  display: none;
}
#s-0f033341-3bdc-484c-a27a-b2d4621bfed0, #wrap-s-0f033341-3bdc-484c-a27a-b2d4621bfed0 { display: none !important; }}







#s-0f033341-3bdc-484c-a27a-b2d4621bfed0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f033341-3bdc-484c-a27a-b2d4621bfed0.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-cf93e0c7-8264-4302-989c-ca0e8c89c0df {
  margin-top: 16px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf93e0c7-8264-4302-989c-ca0e8c89c0df {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-cf93e0c7-8264-4302-989c-ca0e8c89c0df {
  margin-bottom: 1px;
}
}
#s-cf93e0c7-8264-4302-989c-ca0e8c89c0df .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-72874286-1372-45db-972f-6d5a495ab5d7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-72874286-1372-45db-972f-6d5a495ab5d7 {
  
}
}@media (max-width: 767px){#s-72874286-1372-45db-972f-6d5a495ab5d7 {
  
}
}
@media (min-width: 0px) {
[id="s-72874286-1372-45db-972f-6d5a495ab5d7"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72874286-1372-45db-972f-6d5a495ab5d7"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-72874286-1372-45db-972f-6d5a495ab5d7"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-72874286-1372-45db-972f-6d5a495ab5d7"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 img.shogun-image,
  #s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 {
    width: 100%;
    height: auto;
  }



  #s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 img.shogun-image {
    

    
    
    
  }


#s-b99704f9-5de3-4c73-a32d-bcf9c60a4e62 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  max-width: 406px;
aspect-ratio: 438/308;
text-align: center;
}



.shg-image-margin-container-s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  
  
  
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
    
    
  }


.s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d17f3b-d96b-4feb-a998-189764caab01 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
      position: relative;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  
  
  
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
    
    
  }


.s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d17f3b-d96b-4feb-a998-189764caab01 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
      position: relative;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01 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-a1d17f3b-d96b-4feb-a998-189764caab01 {
  
  
  
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
    
    
  }


.s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d17f3b-d96b-4feb-a998-189764caab01 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
      position: relative;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01 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-a1d17f3b-d96b-4feb-a998-189764caab01 {
  
  
  
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
    
    
  }


.s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d17f3b-d96b-4feb-a998-189764caab01 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
      position: relative;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  
  
  
  
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d17f3b-d96b-4feb-a998-189764caab01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
    
    
  }


.s-a1d17f3b-d96b-4feb-a998-189764caab01 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1d17f3b-d96b-4feb-a998-189764caab01 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container {
      position: relative;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d17f3b-d96b-4feb-a998-189764caab01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
    
    
  }


.s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
      position: relative;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  
  
  
  
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
    
    
  }


.s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
      position: relative;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 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-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  
  
  
  
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
    
    
  }


.s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
      position: relative;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 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-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  
  
  
  
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
    
    
  }


.s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
      position: relative;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  
  
  
  
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
    
    
  }


.s-c8d49076-2ba4-410d-b0ed-d0a491092869 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container {
      position: relative;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d49076-2ba4-410d-b0ed-d0a491092869 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
    
    
  }


.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-content {
  
    align-items: center;
  
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
      position: relative;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  
  
  
  
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
    
    
  }


.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-content {
  
    align-items: center;
  
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
      position: relative;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b 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-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  
  
  
  
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
    
    
  }


.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-content {
  
    align-items: center;
  
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
      position: relative;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b 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-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  
  
  
  
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
    
    
  }


.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-content {
  
    align-items: center;
  
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
      position: relative;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  
  
  
  
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
    
    
  }


.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b .shogun-image-content {
  
    align-items: center;
  
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container {
      position: relative;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea74ef3-cd99-4fc8-b8c4-13cfbe29209b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3c9ca846-e78c-4a49-b0bf-a62500eb567a {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c9ca846-e78c-4a49-b0bf-a62500eb567a {
  
}
}@media (max-width: 767px){#s-3c9ca846-e78c-4a49-b0bf-a62500eb567a {
  
}
}
@media (min-width: 0px) {
[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-sm-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-md-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-lg-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-3c9ca846-e78c-4a49-b0bf-a62500eb567a"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-922d0558-7d2d-4662-81a9-4357852c25c8 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-922d0558-7d2d-4662-81a9-4357852c25c8 img.shogun-image,
  #s-922d0558-7d2d-4662-81a9-4357852c25c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-922d0558-7d2d-4662-81a9-4357852c25c8 {
    width: 100%;
    height: auto;
  }



  #s-922d0558-7d2d-4662-81a9-4357852c25c8 img.shogun-image {
    

    
    
    
  }


#s-922d0558-7d2d-4662-81a9-4357852c25c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 img.shogun-image,
  #s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 {
    width: 100%;
    height: auto;
  }



  #s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 img.shogun-image {
    

    
    
    
  }


#s-c73e0d90-51f5-4a4c-89b4-bd1bd241a8e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-241835ce-7003-404f-a720-518d7db8609e {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}





  #s-241835ce-7003-404f-a720-518d7db8609e img.shogun-image,
  #s-241835ce-7003-404f-a720-518d7db8609e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-241835ce-7003-404f-a720-518d7db8609e {
    width: 100%;
    height: auto;
  }



  #s-241835ce-7003-404f-a720-518d7db8609e img.shogun-image {
    

    
    
    
  }


#s-241835ce-7003-404f-a720-518d7db8609e .shogun-image-content {
  
    align-items: center;
  
}

#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 {
  display: none;
}
#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4, #wrap-s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 {
  display: none;
}
#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4, #wrap-s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 {
  
}
}@media (max-width: 767px){#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 {
  
}
}







#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f33885a-87a9-4904-84d4-e7ce1ca93fb4.shg-box.shg-c {
  justify-content: center;
}

#s-4c587496-d9cc-41da-9718-7deccb3de62b {
  margin-top: 16px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c587496-d9cc-41da-9718-7deccb3de62b {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-4c587496-d9cc-41da-9718-7deccb3de62b {
  margin-bottom: 1px;
}
}
#s-4c587496-d9cc-41da-9718-7deccb3de62b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d {
  
}
}@media (max-width: 767px){#s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d {
  
}
}
@media (min-width: 0px) {
[id="s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a2b9e17-af1c-4f5d-8c34-63c4420d774d"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9d0f954b-6871-4776-9278-95342ee59ede {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-9d0f954b-6871-4776-9278-95342ee59ede img.shogun-image,
  #s-9d0f954b-6871-4776-9278-95342ee59ede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0f954b-6871-4776-9278-95342ee59ede {
    width: 100%;
    height: auto;
  }



  #s-9d0f954b-6871-4776-9278-95342ee59ede img.shogun-image {
    

    
    
    
  }


#s-9d0f954b-6871-4776-9278-95342ee59ede .shogun-image-content {
  
    align-items: center;
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  max-width: 406px;
aspect-ratio: 438/308;
text-align: center;
}



.shg-image-margin-container-s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  
  
  
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
    
    
  }


.s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e66eddb-0345-479f-b4da-39c753b096b2 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
      position: relative;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  
  
  
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
    
    
  }


.s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e66eddb-0345-479f-b4da-39c753b096b2 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
      position: relative;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2 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-0e66eddb-0345-479f-b4da-39c753b096b2 {
  
  
  
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
    
    
  }


.s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e66eddb-0345-479f-b4da-39c753b096b2 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
      position: relative;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2 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-0e66eddb-0345-479f-b4da-39c753b096b2 {
  
  
  
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
    
    
  }


.s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e66eddb-0345-479f-b4da-39c753b096b2 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
      position: relative;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  
  
  
  
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      aspect-ratio: 438/308;
      width: 100%;
      height: 100%;
    }

    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-link {
      aspect-ratio: 438/308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e66eddb-0345-479f-b4da-39c753b096b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
    
    
  }


.s-0e66eddb-0345-479f-b4da-39c753b096b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e66eddb-0345-479f-b4da-39c753b096b2 {
      --shg-aspect-ratio: calc(438/308); 
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container {
      position: relative;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e66eddb-0345-479f-b4da-39c753b096b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
    
    
  }


.s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
      position: relative;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  
  
  
  
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
    
    
  }


.s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
      position: relative;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 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-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  
  
  
  
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
    
    
  }


.s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
      position: relative;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 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-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  
  
  
  
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
    
    
  }


.s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
      position: relative;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  
  
  
  
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
    
    
  }


.s-9fceb597-89ae-4a81-aec8-1891c3bcade4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container {
      position: relative;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fceb597-89ae-4a81-aec8-1891c3bcade4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
    
    
  }


.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-content {
  
    align-items: center;
  
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
      position: relative;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  
  
  
  
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
    
    
  }


.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-content {
  
    align-items: center;
  
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
      position: relative;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f 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-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  
  
  
  
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
    
    
  }


.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-content {
  
    align-items: center;
  
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
      position: relative;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f 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-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  
  
  
  
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
    
    
  }


.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-content {
  
    align-items: center;
  
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
      position: relative;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  
  
  
  
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      width: 100%;
      height: 100%;
    }

    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
    
    
  }


.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f .shogun-image-content {
  
    align-items: center;
  
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container {
      position: relative;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-807a5c93-1554-43e4-b3ce-860f71fc1b2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c img.shogun-image,
  #s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c {
    width: 100%;
    height: auto;
  }



  #s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c img.shogun-image {
    

    
    
    
  }


#s-5b89c5a7-ce57-4d7e-8b28-497bb611fc0c .shogun-image-content {
  
    align-items: center;
  
}

#s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}





  #s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 img.shogun-image,
  #s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 {
    width: 100%;
    height: auto;
  }



  #s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 img.shogun-image {
    

    
    
    
  }


#s-ba620ee5-b78d-4766-80a7-f5d35bd38b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc2b08a-490f-42f9-bc81-f147667ee3dc {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-abc2b08a-490f-42f9-bc81-f147667ee3dc {
  
}
}@media (max-width: 767px){#s-abc2b08a-490f-42f9-bc81-f147667ee3dc {
  
}
}
@media (min-width: 0px) {
[id="s-abc2b08a-490f-42f9-bc81-f147667ee3dc"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-abc2b08a-490f-42f9-bc81-f147667ee3dc"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abc2b08a-490f-42f9-bc81-f147667ee3dc"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc2b08a-490f-42f9-bc81-f147667ee3dc"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-42596b84-02f5-432d-8776-f9ae3571c03f {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}





  #s-42596b84-02f5-432d-8776-f9ae3571c03f img.shogun-image,
  #s-42596b84-02f5-432d-8776-f9ae3571c03f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42596b84-02f5-432d-8776-f9ae3571c03f {
    width: 100%;
    height: auto;
  }



  #s-42596b84-02f5-432d-8776-f9ae3571c03f img.shogun-image {
    

    
    
    
  }


#s-42596b84-02f5-432d-8776-f9ae3571c03f .shogun-image-content {
  
    align-items: center;
  
}

#s-a874954f-5dec-403f-8f30-2d0e3fed7fda {
  min-height: 50px;
}








#s-a874954f-5dec-403f-8f30-2d0e3fed7fda &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a874954f-5dec-403f-8f30-2d0e3fed7fda.shg-box.shg-c {
  justify-content: center;
}

#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 16px;
margin-right: 25px;
padding-top: 24px;
padding-left: 60px;
padding-bottom: 24px;
padding-right: 60px;
border-radius: 0px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4:hover {background-color: rgba(235, 38, 46, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57d06bf7-64db-4d9d-815d-50acbb3a40a4-root {
    text-align: center;
  }


#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57d06bf7-64db-4d9d-815d-50acbb3a40a4-root {
    text-align: center;
  }


#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57d06bf7-64db-4d9d-815d-50acbb3a40a4-root {
    text-align: center;
  }


#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57d06bf7-64db-4d9d-815d-50acbb3a40a4-root {
    text-align: center;
  }


#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57d06bf7-64db-4d9d-815d-50acbb3a40a4-root {
    text-align: center;
  }


#s-57d06bf7-64db-4d9d-815d-50acbb3a40a4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* &lt;-- 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;
}

@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;
  }
}
</pre></body></html>