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

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

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

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

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

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

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

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

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

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

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

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

#s-742f839b-04d8-41ca-bcce-6983521aa78e {
  background-size: cover;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-742f839b-04d8-41ca-bcce-6983521aa78e {
  display: none;
}
#s-742f839b-04d8-41ca-bcce-6983521aa78e, #wrap-s-742f839b-04d8-41ca-bcce-6983521aa78e, #wrap-content-s-742f839b-04d8-41ca-bcce-6983521aa78e { display: none !important; }}@media (max-width: 767px){#s-742f839b-04d8-41ca-bcce-6983521aa78e {
  display: none;
}
#s-742f839b-04d8-41ca-bcce-6983521aa78e, #wrap-s-742f839b-04d8-41ca-bcce-6983521aa78e, #wrap-content-s-742f839b-04d8-41ca-bcce-6983521aa78e { display: none !important; }}







#s-742f839b-04d8-41ca-bcce-6983521aa78e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-742f839b-04d8-41ca-bcce-6983521aa78e.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/750;
text-align: center;
}
@media (max-width: 767px){#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  display: none;
}
#s-8d738dad-d3ef-4955-8a3b-188caddd1914, #wrap-s-8d738dad-d3ef-4955-8a3b-188caddd1914, #wrap-content-s-8d738dad-d3ef-4955-8a3b-188caddd1914 { display: none !important; }}
#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }

    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-link {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
  box-sizing: border-box;
}



.s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
      --shg-aspect-ratio: calc(1800/750); 
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
      position: relative;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

@media (min-width: 1200px){#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }

    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-link {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
  box-sizing: border-box;
}



.s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
      --shg-aspect-ratio: calc(1800/750); 
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
      position: relative;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }

    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-link {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
  box-sizing: border-box;
}



.s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
      --shg-aspect-ratio: calc(1800/750); 
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
      position: relative;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }

    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-link {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
  box-sizing: border-box;
}



.s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
      --shg-aspect-ratio: calc(1800/750); 
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
      position: relative;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (max-width: 767px){#s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }

    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-link {
      aspect-ratio: 1800/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-8d738dad-d3ef-4955-8a3b-188caddd1914 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image {
  box-sizing: border-box;
}



.s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 {
      --shg-aspect-ratio: calc(1800/750); 
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container {
      position: relative;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d738dad-d3ef-4955-8a3b-188caddd1914 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}
#s-b85943b0-474f-4c58-9392-889830fae212 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b85943b0-474f-4c58-9392-889830fae212 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b85943b0-474f-4c58-9392-889830fae212 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b85943b0-474f-4c58-9392-889830fae212 {
  display: none;
}
#s-b85943b0-474f-4c58-9392-889830fae212, #wrap-s-b85943b0-474f-4c58-9392-889830fae212, #wrap-content-s-b85943b0-474f-4c58-9392-889830fae212 { display: none !important; }}@media (max-width: 767px){#s-b85943b0-474f-4c58-9392-889830fae212 {
  display: none;
}
#s-b85943b0-474f-4c58-9392-889830fae212, #wrap-s-b85943b0-474f-4c58-9392-889830fae212, #wrap-content-s-b85943b0-474f-4c58-9392-889830fae212 { display: none !important; }}







#s-b85943b0-474f-4c58-9392-889830fae212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b85943b0-474f-4c58-9392-889830fae212.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-e8adad4d-94fc-4311-97c1-984df7ea9a8b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e8adad4d-94fc-4311-97c1-984df7ea9a8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8adad4d-94fc-4311-97c1-984df7ea9a8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8adad4d-94fc-4311-97c1-984df7ea9a8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8adad4d-94fc-4311-97c1-984df7ea9a8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef212fad-011f-43a9-ade0-bb49ebe97843 {
  margin-top: auto;
margin-left: 125px;
margin-bottom: auto;
margin-right: 25px;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef212fad-011f-43a9-ade0-bb49ebe97843 {
  margin-top: 15px;
margin-bottom: 10px;
min-height: 0px;
}
}@media (max-width: 767px){#s-ef212fad-011f-43a9-ade0-bb49ebe97843 {
  min-height: 0px;
}
}







#s-ef212fad-011f-43a9-ade0-bb49ebe97843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef212fad-011f-43a9-ade0-bb49ebe97843.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-f196eb74-9098-4cac-bc88-1b26f40f4cb8 {
  margin-top: 15px;
text-align: left;
}

#s-f196eb74-9098-4cac-bc88-1b26f40f4cb8 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-56b6cf65-d795-4ff9-8f40-005900e10217 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56b6cf65-d795-4ff9-8f40-005900e10217 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

@media (max-width: 767px){#s-b2d5cb04-84d7-4d6f-b07c-fc5b13e9be36 {
  display: none;
}
#s-b2d5cb04-84d7-4d6f-b07c-fc5b13e9be36, #wrap-s-b2d5cb04-84d7-4d6f-b07c-fc5b13e9be36, #wrap-content-s-b2d5cb04-84d7-4d6f-b07c-fc5b13e9be36 { display: none !important; }}
@media (min-width: 1200px){#s-e8dc768d-2e8c-454c-9b7a-431751eb9179 {
  display: none;
}
#s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-content-s-e8dc768d-2e8c-454c-9b7a-431751eb9179 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8dc768d-2e8c-454c-9b7a-431751eb9179 {
  display: none;
}
#s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-content-s-e8dc768d-2e8c-454c-9b7a-431751eb9179 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8dc768d-2e8c-454c-9b7a-431751eb9179 {
  display: none;
}
#s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-s-e8dc768d-2e8c-454c-9b7a-431751eb9179, #wrap-content-s-e8dc768d-2e8c-454c-9b7a-431751eb9179 { display: none !important; }}
#s-60c2705b-44fe-4fd3-85ec-d450945ed728 {
  min-height: 400px;
}








#s-60c2705b-44fe-4fd3-85ec-d450945ed728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60c2705b-44fe-4fd3-85ec-d450945ed728.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e982fd98-1984-4aaa-96fb-98ef7e12da08 {
  margin-top: auto;
margin-left: 15%;
margin-bottom: auto;
margin-right: 15%;
text-align: center;
}

#s-e982fd98-1984-4aaa-96fb-98ef7e12da08 {
  overflow: hidden;
  
  
}







  #s-e982fd98-1984-4aaa-96fb-98ef7e12da08 img.shogun-image {
    

    
    
    
  }


#s-e982fd98-1984-4aaa-96fb-98ef7e12da08 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fee2641e-f2f3-458e-a20d-57bf866b35ee {
  min-height: 60px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-fee2641e-f2f3-458e-a20d-57bf866b35ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fee2641e-f2f3-458e-a20d-57bf866b35ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee2641e-f2f3-458e-a20d-57bf866b35ee {
  display: none;
}
#s-fee2641e-f2f3-458e-a20d-57bf866b35ee, #wrap-s-fee2641e-f2f3-458e-a20d-57bf866b35ee, #wrap-content-s-fee2641e-f2f3-458e-a20d-57bf866b35ee { display: none !important; }}@media (max-width: 767px){#s-fee2641e-f2f3-458e-a20d-57bf866b35ee {
  display: none;
}
#s-fee2641e-f2f3-458e-a20d-57bf866b35ee, #wrap-s-fee2641e-f2f3-458e-a20d-57bf866b35ee, #wrap-content-s-fee2641e-f2f3-458e-a20d-57bf866b35ee { display: none !important; }}







#s-fee2641e-f2f3-458e-a20d-57bf866b35ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fee2641e-f2f3-458e-a20d-57bf866b35ee.shg-box.shg-c {
  justify-content: center;
}

#s-44e6a79c-807b-4f9f-9e2f-8d8c3afeec6c {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-44e6a79c-807b-4f9f-9e2f-8d8c3afeec6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44e6a79c-807b-4f9f-9e2f-8d8c3afeec6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44e6a79c-807b-4f9f-9e2f-8d8c3afeec6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e6a79c-807b-4f9f-9e2f-8d8c3afeec6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-da7085c7-ac41-4f56-a594-1e3d58893e68 {
  margin-top: 0px;
margin-left: 125px;
margin-right: 25px;
padding-left: 1%;
padding-right: 1%;
min-height: 400px;
max-width: 500px;
}








#s-da7085c7-ac41-4f56-a594-1e3d58893e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da7085c7-ac41-4f56-a594-1e3d58893e68.shg-box.shg-c {
  justify-content: center;
}

#s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 {
  margin-top: auto;
margin-left: 20%;
margin-bottom: auto;
margin-right: 20%;
max-width: 700px;
aspect-ratio: 662/598;
text-align: center;
}

#s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 {
  overflow: hidden;
  
  
      max-width: 700px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 img.shogun-image,
  #s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 {
    width: 100%;
    height: auto;
  }



  #s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 img.shogun-image {
    

    
    
    
  }


#s-4c728047-bc5e-42e6-ac71-dd97770ad6a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed27ebbc-4774-4fcd-bd84-61aa9f2948d8 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 125px;
min-height: 400px;
}








#s-ed27ebbc-4774-4fcd-bd84-61aa9f2948d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed27ebbc-4774-4fcd-bd84-61aa9f2948d8.shg-box.shg-c {
  justify-content: center;
}

#s-4dda15ec-8c80-4824-af8b-1699d434df2f {
  margin-top: 10px;
padding-top: 10px;
text-align: left;
}

#s-4dda15ec-8c80-4824-af8b-1699d434df2f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-70f67740-2551-4230-aa30-42a0b87ac47c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-70f67740-2551-4230-aa30-42a0b87ac47c .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-d2bb18d0-fd6e-4949-a829-488bb846be8c {
  margin-bottom: 5px;
text-align: left;
}

#s-d2bb18d0-fd6e-4949-a829-488bb846be8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-d6d4e750-92eb-4ee4-b880-9635861e0f81 {
  display: none;
}
#s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-content-s-d6d4e750-92eb-4ee4-b880-9635861e0f81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d4e750-92eb-4ee4-b880-9635861e0f81 {
  display: none;
}
#s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-content-s-d6d4e750-92eb-4ee4-b880-9635861e0f81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6d4e750-92eb-4ee4-b880-9635861e0f81 {
  display: none;
}
#s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-s-d6d4e750-92eb-4ee4-b880-9635861e0f81, #wrap-content-s-d6d4e750-92eb-4ee4-b880-9635861e0f81 { display: none !important; }}
#s-006958da-eb8b-4773-964b-dc3a977ce14d {
  max-width: 430px;
text-align: left;
}

#s-006958da-eb8b-4773-964b-dc3a977ce14d {
  overflow: hidden;
  
  
      max-width: 430px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-006958da-eb8b-4773-964b-dc3a977ce14d img.shogun-image {
    

    
    
    
  }


#s-006958da-eb8b-4773-964b-dc3a977ce14d .shogun-image-content {
  
    justify-content: center;
  
}

#s-ec734e77-d7d8-4df3-b5a5-3e0571c83d0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ec734e77-d7d8-4df3-b5a5-3e0571c83d0a .shogun-heading-component h1 {
  color: rgba(1, 24, 47, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/1740;
text-align: center;
}
@media (min-width: 1200px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  display: none;
}
#s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-content-s-62020b1c-6a32-40d8-ba60-467ba872ec2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  display: none;
}
#s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-content-s-62020b1c-6a32-40d8-ba60-467ba872ec2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  display: none;
}
#s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-s-62020b1c-6a32-40d8-ba60-467ba872ec2f, #wrap-content-s-62020b1c-6a32-40d8-ba60-467ba872ec2f { display: none !important; }}
#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin: 0 !important;
  overflow: visible;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add background color handling */
  
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }

    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-link {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
  box-sizing: border-box;
}



.s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
      --shg-aspect-ratio: calc(1080/1740); 
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
      position: relative;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin: 0 !important;
  overflow: visible;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add background color handling */
  
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }

    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-link {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
  box-sizing: border-box;
}



.s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
      --shg-aspect-ratio: calc(1080/1740); 
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
      position: relative;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin: 0 !important;
  overflow: visible;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add background color handling */
  
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }

    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-link {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
  box-sizing: border-box;
}



.s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
      --shg-aspect-ratio: calc(1080/1740); 
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
      position: relative;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin: 0 !important;
  overflow: visible;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add background color handling */
  
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }

    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-link {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
  box-sizing: border-box;
}



.s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
      --shg-aspect-ratio: calc(1080/1740); 
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
      position: relative;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  margin: 0 !important;
  overflow: visible;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add background color handling */
  
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }

    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-link {
      aspect-ratio: 1080/1740;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-62020b1c-6a32-40d8-ba60-467ba872ec2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image {
  box-sizing: border-box;
}



.s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f {
      --shg-aspect-ratio: calc(1080/1740); 
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container {
      position: relative;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62020b1c-6a32-40d8-ba60-467ba872ec2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-2bb9e517-372d-41a3-8d01-3b44ca717b15 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2bb9e517-372d-41a3-8d01-3b44ca717b15 {
  display: none;
}
#s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-content-s-2bb9e517-372d-41a3-8d01-3b44ca717b15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bb9e517-372d-41a3-8d01-3b44ca717b15 {
  display: none;
}
#s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-content-s-2bb9e517-372d-41a3-8d01-3b44ca717b15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bb9e517-372d-41a3-8d01-3b44ca717b15 {
  display: none;
}
#s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-s-2bb9e517-372d-41a3-8d01-3b44ca717b15, #wrap-content-s-2bb9e517-372d-41a3-8d01-3b44ca717b15 { display: none !important; }}







#s-2bb9e517-372d-41a3-8d01-3b44ca717b15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bb9e517-372d-41a3-8d01-3b44ca717b15.shg-box.shg-c {
  justify-content: center;
}

#s-dd21fe81-1e74-463c-af36-64c43842553a {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-dd21fe81-1e74-463c-af36-64c43842553a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd21fe81-1e74-463c-af36-64c43842553a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd21fe81-1e74-463c-af36-64c43842553a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd21fe81-1e74-463c-af36-64c43842553a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0ed0958c-20d0-4e3c-be11-5f3986ae10da {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ed0958c-20d0-4e3c-be11-5f3986ae10da {
  min-height: 0px;
}
}@media (max-width: 767px){#s-0ed0958c-20d0-4e3c-be11-5f3986ae10da {
  min-height: 0px;
}
}







#s-0ed0958c-20d0-4e3c-be11-5f3986ae10da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ed0958c-20d0-4e3c-be11-5f3986ae10da.shg-box.shg-c {
  justify-content: center;
}

#s-db260fb8-2c45-4d12-af5b-6444bf5ee3a3 {
  margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-db260fb8-2c45-4d12-af5b-6444bf5ee3a3 {
  margin-bottom: 10px;
text-align: center;
}
}
#s-db260fb8-2c45-4d12-af5b-6444bf5ee3a3 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-db260fb8-2c45-4d12-af5b-6444bf5ee3a3 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-702ccbc5-b441-4924-b744-04f82142b1c5 {
  margin-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-702ccbc5-b441-4924-b744-04f82142b1c5 {
  margin-bottom: 10px;
text-align: center;
}
}
#s-702ccbc5-b441-4924-b744-04f82142b1c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-702ccbc5-b441-4924-b744-04f82142b1c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-45cd982c-99ee-48ae-bb55-d9ff330e958c {
  display: none;
}
#s-45cd982c-99ee-48ae-bb55-d9ff330e958c, #wrap-s-45cd982c-99ee-48ae-bb55-d9ff330e958c, #wrap-content-s-45cd982c-99ee-48ae-bb55-d9ff330e958c { display: none !important; }}
@media (min-width: 1200px){#s-a289a8e1-f368-4240-971a-e387ef6864e1 {
  display: none;
}
#s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-content-s-a289a8e1-f368-4240-971a-e387ef6864e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a289a8e1-f368-4240-971a-e387ef6864e1 {
  display: none;
}
#s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-content-s-a289a8e1-f368-4240-971a-e387ef6864e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a289a8e1-f368-4240-971a-e387ef6864e1 {
  display: none;
}
#s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-s-a289a8e1-f368-4240-971a-e387ef6864e1, #wrap-content-s-a289a8e1-f368-4240-971a-e387ef6864e1 { display: none !important; }}
#s-48416408-7b86-4fab-b1ad-e1711fdec64a {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}

#s-48416408-7b86-4fab-b1ad-e1711fdec64a {
  overflow: hidden;
  
  
}







  #s-48416408-7b86-4fab-b1ad-e1711fdec64a img.shogun-image {
    

    
    
    
  }


#s-48416408-7b86-4fab-b1ad-e1711fdec64a .shogun-image-content {
  
    justify-content: center;
  
}

#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 {
  display: none;
}
#s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-content-s-5c3179d1-d156-4914-83fe-3056ce83a8f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 {
  display: none;
}
#s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-content-s-5c3179d1-d156-4914-83fe-3056ce83a8f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 {
  
}
}@media (max-width: 767px){#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 {
  display: none;
}
#s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-s-5c3179d1-d156-4914-83fe-3056ce83a8f0, #wrap-content-s-5c3179d1-d156-4914-83fe-3056ce83a8f0 { display: none !important; }}







#s-5c3179d1-d156-4914-83fe-3056ce83a8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c3179d1-d156-4914-83fe-3056ce83a8f0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-cc8d2267-0c63-49dc-9fbf-ff2e272bdea4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc8d2267-0c63-49dc-9fbf-ff2e272bdea4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cc8d2267-0c63-49dc-9fbf-ff2e272bdea4 .shg-sld-nav-button.shg-sld-left,
#s-cc8d2267-0c63-49dc-9fbf-ff2e272bdea4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-23fd08b6-5012-49ac-b6c6-d5ce6e8e0ee3 {
  text-align: center;
}

#s-23fd08b6-5012-49ac-b6c6-d5ce6e8e0ee3 {
  overflow: hidden;
  
  
}







  #s-23fd08b6-5012-49ac-b6c6-d5ce6e8e0ee3 img.shogun-image {
    

    
    
    
  }


#s-23fd08b6-5012-49ac-b6c6-d5ce6e8e0ee3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ec2a0e3b-d15f-4b4a-82a4-b46971393b7c {
  text-align: center;
}

#s-ec2a0e3b-d15f-4b4a-82a4-b46971393b7c {
  overflow: hidden;
  
  
}







  #s-ec2a0e3b-d15f-4b4a-82a4-b46971393b7c img.shogun-image {
    

    
    
    
  }


#s-ec2a0e3b-d15f-4b4a-82a4-b46971393b7c .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe8de6ba-290c-434b-a2cb-1df168de2e51 {
  margin-left: 5%;
margin-right: 5%;
min-height: 400px;
}








#s-fe8de6ba-290c-434b-a2cb-1df168de2e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe8de6ba-290c-434b-a2cb-1df168de2e51.shg-box.shg-c {
  justify-content: center;
}

#s-9eb97510-72a7-4a6e-adc1-0278a5786262 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eb97510-72a7-4a6e-adc1-0278a5786262 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-09ec8549-de0f-4041-8396-dcda5fbef0cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ec8549-de0f-4041-8396-dcda5fbef0cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}



#s-6b355eaa-6e5a-49e1-8334-785d90961540 {
  min-height: 300px;
}








#s-6b355eaa-6e5a-49e1-8334-785d90961540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b355eaa-6e5a-49e1-8334-785d90961540.shg-box.shg-c {
  justify-content: center;
}

#s-326d943b-6618-4677-b202-d963fba2d31a {
  margin-bottom: 25px;
text-align: center;
}

#s-326d943b-6618-4677-b202-d963fba2d31a {
  overflow: hidden;
  
  
}







  #s-326d943b-6618-4677-b202-d963fba2d31a img.shogun-image {
    

    
    
    
  }


#s-326d943b-6618-4677-b202-d963fba2d31a .shogun-image-content {
  
    justify-content: center;
  
}

#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 {
  display: none;
}
#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93, #wrap-s-770c8ecb-0ffb-43aa-88c4-090f882d0c93, #wrap-content-s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 { display: none !important; }}@media (max-width: 767px){#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 {
  display: none;
}
#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93, #wrap-s-770c8ecb-0ffb-43aa-88c4-090f882d0c93, #wrap-content-s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 { display: none !important; }}







#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-770c8ecb-0ffb-43aa-88c4-090f882d0c93.shg-box.shg-c {
  justify-content: center;
}

#s-1014efbc-393a-4ba5-9bee-233a6c86d320 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1014efbc-393a-4ba5-9bee-233a6c86d320 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  300 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 88px;
  
  
  text-align: center;
}



#s-d40b5f13-5285-4bde-ad43-d419e15ad10d {
  text-align: center;
}

#s-d40b5f13-5285-4bde-ad43-d419e15ad10d {
  overflow: hidden;
  
  
}







  #s-d40b5f13-5285-4bde-ad43-d419e15ad10d img.shogun-image {
    

    
    
    
  }


#s-d40b5f13-5285-4bde-ad43-d419e15ad10d .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0e7570d-77de-427c-bf9f-a6794d4076b0 {
  min-height: 250px;
}








#s-a0e7570d-77de-427c-bf9f-a6794d4076b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0e7570d-77de-427c-bf9f-a6794d4076b0.shg-box.shg-c {
  justify-content: center;
}

#s-1e9e6186-32a3-4d30-9d87-a34f692f685d {
  margin-left: 20%;
margin-right: 20%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e9e6186-32a3-4d30-9d87-a34f692f685d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-10c52c4a-4cae-42dc-9fb6-82fefdd43d58 {
  min-height: 250px;
}








#s-10c52c4a-4cae-42dc-9fb6-82fefdd43d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10c52c4a-4cae-42dc-9fb6-82fefdd43d58.shg-box.shg-c {
  justify-content: center;
}

#s-9b9fcc77-7377-45cd-b7a9-0c1023aa148e {
  margin-top: auto;
margin-bottom: auto;
text-align: right;
}

#s-9b9fcc77-7377-45cd-b7a9-0c1023aa148e {
  overflow: hidden;
  
  
}







  #s-9b9fcc77-7377-45cd-b7a9-0c1023aa148e img.shogun-image {
    

    
    
    
  }


#s-9b9fcc77-7377-45cd-b7a9-0c1023aa148e .shogun-image-content {
  
    justify-content: center;
  
}

#s-e4a4ebc1-29ee-47cf-be18-683e9c41b342 {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}








#s-e4a4ebc1-29ee-47cf-be18-683e9c41b342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4a4ebc1-29ee-47cf-be18-683e9c41b342.shg-box.shg-c {
  justify-content: center;
}

#s-cbead7a8-39ad-4a1b-a4b6-e63ae260a999 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cbead7a8-39ad-4a1b-a4b6-e63ae260a999 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-5361a44c-34a0-417c-aedb-2b80962547cc {
  max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5361a44c-34a0-417c-aedb-2b80962547cc {
  display: none;
}
#s-5361a44c-34a0-417c-aedb-2b80962547cc, #wrap-s-5361a44c-34a0-417c-aedb-2b80962547cc, #wrap-content-s-5361a44c-34a0-417c-aedb-2b80962547cc { display: none !important; }}@media (max-width: 767px){#s-5361a44c-34a0-417c-aedb-2b80962547cc {
  margin-top: 0px;
display: none;
}
#s-5361a44c-34a0-417c-aedb-2b80962547cc, #wrap-s-5361a44c-34a0-417c-aedb-2b80962547cc, #wrap-content-s-5361a44c-34a0-417c-aedb-2b80962547cc { display: none !important; }}
#s-8eb8075c-7e2e-4d6a-825a-d1c412c3f8e4 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 300px;
max-width: 1000px;
background-color: rgba(217, 242, 251, 1);
}








#s-8eb8075c-7e2e-4d6a-825a-d1c412c3f8e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8eb8075c-7e2e-4d6a-825a-d1c412c3f8e4.shg-box.shg-c {
  justify-content: center;
}

#s-c4792805-dfd1-4ba4-b045-b2cb9a10eacd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c4792805-dfd1-4ba4-b045-b2cb9a10eacd .shg-sld-dot {
  background-color: rgba(98, 96, 96, 1);
}

#s-c4792805-dfd1-4ba4-b045-b2cb9a10eacd .shg-sld-nav-button.shg-sld-left,
#s-c4792805-dfd1-4ba4-b045-b2cb9a10eacd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(98, 96, 96, 1);
}

#s-46b678a9-96d8-4239-8b3b-a44d5f1e001d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-46b678a9-96d8-4239-8b3b-a44d5f1e001d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46b678a9-96d8-4239-8b3b-a44d5f1e001d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46b678a9-96d8-4239-8b3b-a44d5f1e001d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46b678a9-96d8-4239-8b3b-a44d5f1e001d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21ef6399-c9f1-48d9-9cf4-b5fe2ae07368 {
  text-align: center;
}

#s-21ef6399-c9f1-48d9-9cf4-b5fe2ae07368 {
  overflow: hidden;
  
  
}







  #s-21ef6399-c9f1-48d9-9cf4-b5fe2ae07368 img.shogun-image {
    

    
    
    
  }


#s-21ef6399-c9f1-48d9-9cf4-b5fe2ae07368 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bfc7a006-8295-4845-bf21-ce16d6126552 {
  text-align: center;
}

#s-bfc7a006-8295-4845-bf21-ce16d6126552 {
  overflow: hidden;
  
  
}







  #s-bfc7a006-8295-4845-bf21-ce16d6126552 img.shogun-image {
    

    
    
    
  }


#s-bfc7a006-8295-4845-bf21-ce16d6126552 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-fc32d9f4-4695-4b3b-a07d-fc179f117517"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-fc32d9f4-4695-4b3b-a07d-fc179f117517"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-fc32d9f4-4695-4b3b-a07d-fc179f117517"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-fc32d9f4-4695-4b3b-a07d-fc179f117517"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-de5a3a0c-5e32-4186-9730-77239b72be51 {
  text-align: center;
}

#s-de5a3a0c-5e32-4186-9730-77239b72be51 {
  overflow: hidden;
  
  
}







  #s-de5a3a0c-5e32-4186-9730-77239b72be51 img.shogun-image {
    

    
    
    
  }


#s-de5a3a0c-5e32-4186-9730-77239b72be51 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bfe42bb-d265-4822-9db7-016d202f9b75 {
  text-align: center;
}

#s-7bfe42bb-d265-4822-9db7-016d202f9b75 {
  overflow: hidden;
  
  
}







  #s-7bfe42bb-d265-4822-9db7-016d202f9b75 img.shogun-image {
    

    
    
    
  }


#s-7bfe42bb-d265-4822-9db7-016d202f9b75 .shogun-image-content {
  
    justify-content: center;
  
}

#s-872cf6cd-2d45-4898-9255-a0e5c2b35793 {
  text-align: center;
}

#s-872cf6cd-2d45-4898-9255-a0e5c2b35793 {
  overflow: hidden;
  
  
}







  #s-872cf6cd-2d45-4898-9255-a0e5c2b35793 img.shogun-image {
    

    
    
    
  }


#s-872cf6cd-2d45-4898-9255-a0e5c2b35793 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cf024f2a-700d-44de-bcf5-bbf21c34f2de {
  text-align: center;
}

#s-cf024f2a-700d-44de-bcf5-bbf21c34f2de {
  overflow: hidden;
  
  
}







  #s-cf024f2a-700d-44de-bcf5-bbf21c34f2de img.shogun-image {
    

    
    
    
  }


#s-cf024f2a-700d-44de-bcf5-bbf21c34f2de .shogun-image-content {
  
    justify-content: center;
  
}

#s-1913be5c-98e4-4923-b8fa-fd94dec371cf {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-1913be5c-98e4-4923-b8fa-fd94dec371cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-1913be5c-98e4-4923-b8fa-fd94dec371cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-1913be5c-98e4-4923-b8fa-fd94dec371cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-1913be5c-98e4-4923-b8fa-fd94dec371cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda img.shogun-image,
  #s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda {
    width: 100%;
    height: auto;
  }



  #s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda img.shogun-image {
    

    
    
    
  }


#s-efc0d003-c3d2-4ef7-87ef-33017a6d4fda .shogun-image-content {
  
    justify-content: center;
  
}

#s-e90928eb-992a-463c-92be-933b755d2b38 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e90928eb-992a-463c-92be-933b755d2b38 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e90928eb-992a-463c-92be-933b755d2b38 img.shogun-image,
  #s-e90928eb-992a-463c-92be-933b755d2b38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e90928eb-992a-463c-92be-933b755d2b38 {
    width: 100%;
    height: auto;
  }



  #s-e90928eb-992a-463c-92be-933b755d2b38 img.shogun-image {
    

    
    
    
  }


#s-e90928eb-992a-463c-92be-933b755d2b38 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a img.shogun-image,
  #s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a {
    width: 100%;
    height: auto;
  }



  #s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a img.shogun-image {
    

    
    
    
  }


#s-bbb35e35-56b4-4e29-87c5-8279a4a7a46a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be img.shogun-image,
  #s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be {
    width: 100%;
    height: auto;
  }



  #s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be img.shogun-image {
    

    
    
    
  }


#s-e7b8a398-8f35-43ce-8ee6-8f35c4a3d8be .shogun-image-content {
  
    justify-content: center;
  
}

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

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

.shg-btn-text {
  
  
}

.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-94e1e497-2e9b-4738-8e9a-f317c45bce64 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-94e1e497-2e9b-4738-8e9a-f317c45bce64:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(6, 6, 6, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94e1e497-2e9b-4738-8e9a-f317c45bce64:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-94e1e497-2e9b-4738-8e9a-f317c45bce64-root {
    text-align: center;
  }


#s-94e1e497-2e9b-4738-8e9a-f317c45bce64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94e1e497-2e9b-4738-8e9a-f317c45bce64-root {
    text-align: center;
  }


#s-94e1e497-2e9b-4738-8e9a-f317c45bce64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94e1e497-2e9b-4738-8e9a-f317c45bce64-root {
    text-align: center;
  }


#s-94e1e497-2e9b-4738-8e9a-f317c45bce64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94e1e497-2e9b-4738-8e9a-f317c45bce64-root {
    text-align: center;
  }


#s-94e1e497-2e9b-4738-8e9a-f317c45bce64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94e1e497-2e9b-4738-8e9a-f317c45bce64-root {
    text-align: center;
  }


#s-94e1e497-2e9b-4738-8e9a-f317c45bce64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-c6b6e447-ff42-4b7a-a2a7-46dcf4d41309 {
  text-align: center;
}

#s-c6b6e447-ff42-4b7a-a2a7-46dcf4d41309 {
  overflow: hidden;
  
  
}







  #s-c6b6e447-ff42-4b7a-a2a7-46dcf4d41309 img.shogun-image {
    

    
    
    
  }


#s-c6b6e447-ff42-4b7a-a2a7-46dcf4d41309 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00ca0a51-ceba-4afd-b11e-81577e2d22de {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 250px;
}








#s-00ca0a51-ceba-4afd-b11e-81577e2d22de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ca0a51-ceba-4afd-b11e-81577e2d22de.shg-box.shg-c {
  justify-content: center;
}

#s-f9d97bfe-428a-4a31-9fb7-a053a38744f4 {
  margin-left: 20%;
margin-right: 20%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9d97bfe-428a-4a31-9fb7-a053a38744f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d0ae0433-cdbd-4759-9bad-581d98232ea6 {
  min-height: 250px;
}








#s-d0ae0433-cdbd-4759-9bad-581d98232ea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ae0433-cdbd-4759-9bad-581d98232ea6.shg-box.shg-c {
  justify-content: center;
}

#s-b75811cc-26fb-48eb-85e0-2b4ab4bfe571 {
  margin-top: auto;
margin-bottom: auto;
text-align: right;
}

#s-b75811cc-26fb-48eb-85e0-2b4ab4bfe571 {
  overflow: hidden;
  
  
}







  #s-b75811cc-26fb-48eb-85e0-2b4ab4bfe571 img.shogun-image {
    

    
    
    
  }


#s-b75811cc-26fb-48eb-85e0-2b4ab4bfe571 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae78e694-838d-4bfa-9923-736e3e1d2492 {
  margin-top: auto;
margin-bottom: auto;
min-height: 250px;
}








#s-ae78e694-838d-4bfa-9923-736e3e1d2492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae78e694-838d-4bfa-9923-736e3e1d2492.shg-box.shg-c {
  justify-content: center;
}

#s-5fdf3a33-d0a6-40f3-8db2-3f9b800f88f7 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5fdf3a33-d0a6-40f3-8db2-3f9b800f88f7 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3 {
  max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3 {
  display: none;
}
#s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3, #wrap-s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3, #wrap-content-s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3 { display: none !important; }}@media (max-width: 767px){#s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3 {
  margin-top: 0px;
display: none;
}
#s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3, #wrap-s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3, #wrap-content-s-acb71fc8-8b54-4d4d-bf3d-e71fdf4e67d3 { display: none !important; }}
#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 {
  min-height: 700px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 {
  display: none;
}
#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-content-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 {
  display: none;
}
#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-content-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 {
  display: none;
}
#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61, #wrap-content-s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 { display: none !important; }}







#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c6bc99e-9d57-4bd1-8622-32fd29862e61.shg-box.shg-c {
  justify-content: center;
}

#s-5a3f71ee-9410-4b6e-b110-6ae737b45fe5 {
  margin-left: 15px;
margin-right: 15px;
min-height: 425px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a3f71ee-9410-4b6e-b110-6ae737b45fe5 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-5a3f71ee-9410-4b6e-b110-6ae737b45fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a3f71ee-9410-4b6e-b110-6ae737b45fe5.shg-box.shg-c {
  justify-content: center;
}

#s-0a6e7369-6ff8-4ba1-b50a-6315f80685ff {
  margin-top: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0a6e7369-6ff8-4ba1-b50a-6315f80685ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0a6e7369-6ff8-4ba1-b50a-6315f80685ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


}
#s-825efff9-155f-4f9b-9023-010feef9abb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-825efff9-155f-4f9b-9023-010feef9abb6 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3fb8e7e2-1463-4071-b5a6-d2cb2dbc41e9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3fb8e7e2-1463-4071-b5a6-d2cb2dbc41e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d944c709-79c7-4365-a48c-f548cc695f19 {
  text-align: center;
}

#s-d944c709-79c7-4365-a48c-f548cc695f19 {
  overflow: hidden;
  
  
}







  #s-d944c709-79c7-4365-a48c-f548cc695f19 img.shogun-image {
    

    
    
    
  }


#s-d944c709-79c7-4365-a48c-f548cc695f19 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b0ab8a9-ecb3-461a-a68a-de483d165bcb {
  margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b0ab8a9-ecb3-461a-a68a-de483d165bcb .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f01e32d7-f9f0-4a56-8499-7962805187f4 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
}








#s-f01e32d7-f9f0-4a56-8499-7962805187f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f01e32d7-f9f0-4a56-8499-7962805187f4.shg-box.shg-c {
  justify-content: center;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin-bottom: 30px;
max-width: 662px;
aspect-ratio: 662/598;
text-align: center;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }

    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-link {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 662px;
  }



  img.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
    
    
    
    max-height: 662px;
  }


.s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
  box-sizing: border-box;
}



.s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-749ce149-f9cf-426b-bde5-a18def520ec2 {
      --shg-aspect-ratio: calc(662/598); 
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
      position: relative;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 662px;
    }
  }

@media (min-width: 1200px){#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }

    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-link {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 662px;
  }



  img.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
    
    
    
    max-height: 662px;
  }


.s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
  box-sizing: border-box;
}



.s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-749ce149-f9cf-426b-bde5-a18def520ec2 {
      --shg-aspect-ratio: calc(662/598); 
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
      position: relative;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 662px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }

    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-link {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 662px;
  }



  img.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
    
    
    
    max-height: 662px;
  }


.s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
  box-sizing: border-box;
}



.s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-749ce149-f9cf-426b-bde5-a18def520ec2 {
      --shg-aspect-ratio: calc(662/598); 
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
      position: relative;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 662px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }

    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-link {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 662px;
  }



  img.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
    
    
    
    max-height: 662px;
  }


.s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
  box-sizing: border-box;
}



.s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-749ce149-f9cf-426b-bde5-a18def520ec2 {
      --shg-aspect-ratio: calc(662/598); 
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
      position: relative;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 662px;
    }
  }

}@media (max-width: 767px){#s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-749ce149-f9cf-426b-bde5-a18def520ec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }

    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-link {
      aspect-ratio: 662/598;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-749ce149-f9cf-426b-bde5-a18def520ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 662px;
  }



  img.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
    
    
    
    max-height: 662px;
  }


.s-749ce149-f9cf-426b-bde5-a18def520ec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image {
  box-sizing: border-box;
}



.s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-749ce149-f9cf-426b-bde5-a18def520ec2 {
      --shg-aspect-ratio: calc(662/598); 
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container {
      position: relative;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-749ce149-f9cf-426b-bde5-a18def520ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 662px;
    }
  }

}
#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c {
  min-height: 700px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c {
  display: none;
}
#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-content-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c {
  display: none;
}
#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-content-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c { display: none !important; }}@media (max-width: 767px){#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c {
  display: none;
}
#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c, #wrap-content-s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c { display: none !important; }}







#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50fe0556-b5de-4d81-9b8a-624a9c35ec1c.shg-box.shg-c {
  justify-content: center;
}

#s-357fb310-6432-4853-9681-0eaf937872c6 {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 25px;
margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-357fb310-6432-4853-9681-0eaf937872c6 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-357fb310-6432-4853-9681-0eaf937872c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-357fb310-6432-4853-9681-0eaf937872c6.shg-box.shg-c {
  justify-content: center;
}

#s-0cfc6b6a-fac2-4d84-8606-87476dfcab97 {
  margin-top: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0cfc6b6a-fac2-4d84-8606-87476dfcab97 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0cfc6b6a-fac2-4d84-8606-87476dfcab97 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


}
#s-833ed542-937f-40be-868c-d6a770579f96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-833ed542-937f-40be-868c-d6a770579f96 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-4a7b6c32-8ae5-4637-9623-5aaa6b8a6aba {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4a7b6c32-8ae5-4637-9623-5aaa6b8a6aba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9058749e-71b4-46f7-a24f-964c3671e121 {
  text-align: center;
}

#s-9058749e-71b4-46f7-a24f-964c3671e121 {
  overflow: hidden;
  
  
}







  #s-9058749e-71b4-46f7-a24f-964c3671e121 img.shogun-image {
    

    
    
    
  }


#s-9058749e-71b4-46f7-a24f-964c3671e121 .shogun-image-content {
  
    justify-content: center;
  
}

#s-51fa8c20-ad63-4205-8b3e-3a0ac69912bc {
  margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-51fa8c20-ad63-4205-8b3e-3a0ac69912bc .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-2142156d-e248-40b3-9d18-4af74e89f6b9 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 662px;
aspect-ratio: 662/598;
text-align: center;
}

#s-2142156d-e248-40b3-9d18-4af74e89f6b9 {
  overflow: hidden;
  
  
      max-width: 662px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2142156d-e248-40b3-9d18-4af74e89f6b9 img.shogun-image,
  #s-2142156d-e248-40b3-9d18-4af74e89f6b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2142156d-e248-40b3-9d18-4af74e89f6b9 {
    width: 100%;
    height: auto;
  }



  #s-2142156d-e248-40b3-9d18-4af74e89f6b9 img.shogun-image {
    

    
    
    
  }


#s-2142156d-e248-40b3-9d18-4af74e89f6b9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 {
  min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 {
  display: none;
}
#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36, #wrap-s-b043a1e3-78cb-4d23-897f-b9a6c804ef36, #wrap-content-s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 {
  display: none;
}
#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36, #wrap-s-b043a1e3-78cb-4d23-897f-b9a6c804ef36, #wrap-content-s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 { display: none !important; }}







#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b043a1e3-78cb-4d23-897f-b9a6c804ef36.shg-box.shg-c {
  justify-content: center;
}

#s-b9eca3c7-54e0-4d81-9a02-3fed3a336a68 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9eca3c7-54e0-4d81-9a02-3fed3a336a68 {
  margin-top: 35px;
}
}
#s-b9eca3c7-54e0-4d81-9a02-3fed3a336a68 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  300 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-5354e60a-1410-46a7-97cd-b8b44b994cea {
  margin-left: 15px;
margin-right: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5354e60a-1410-46a7-97cd-b8b44b994cea {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-5354e60a-1410-46a7-97cd-b8b44b994cea {
  overflow: hidden;
  
  
}







  #s-5354e60a-1410-46a7-97cd-b8b44b994cea img.shogun-image {
    

    
    
    
  }


#s-5354e60a-1410-46a7-97cd-b8b44b994cea .shogun-image-content {
  
    justify-content: center;
  
}

#s-82b41955-28b3-4980-a386-39b7ca163c54 {
  margin-top: 25px;
margin-left: 15px;
margin-right: 15px;
min-height: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82b41955-28b3-4980-a386-39b7ca163c54 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-82b41955-28b3-4980-a386-39b7ca163c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82b41955-28b3-4980-a386-39b7ca163c54.shg-box.shg-c {
  justify-content: center;
}

#s-412f379f-550e-4e3b-a9bd-dda847be69e1 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}
@media (max-width: 767px){#s-412f379f-550e-4e3b-a9bd-dda847be69e1 {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-412f379f-550e-4e3b-a9bd-dda847be69e1 {
  overflow: hidden;
  
  
}







  #s-412f379f-550e-4e3b-a9bd-dda847be69e1 img.shogun-image {
    

    
    
    
  }


#s-412f379f-550e-4e3b-a9bd-dda847be69e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6005e383-174e-44d1-8661-f224d3e38c2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6005e383-174e-44d1-8661-f224d3e38c2f .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-64919147-7033-4e77-9cde-c096e21e27a5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 1000px;
background-color: rgba(217, 242, 251, 1);
}
@media (min-width: 1200px){#s-64919147-7033-4e77-9cde-c096e21e27a5 {
  display: none;
}
#s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-content-s-64919147-7033-4e77-9cde-c096e21e27a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64919147-7033-4e77-9cde-c096e21e27a5 {
  display: none;
}
#s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-content-s-64919147-7033-4e77-9cde-c096e21e27a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64919147-7033-4e77-9cde-c096e21e27a5 {
  display: none;
}
#s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-s-64919147-7033-4e77-9cde-c096e21e27a5, #wrap-content-s-64919147-7033-4e77-9cde-c096e21e27a5 { display: none !important; }}@media (max-width: 767px){#s-64919147-7033-4e77-9cde-c096e21e27a5 {
  
}
}







#s-64919147-7033-4e77-9cde-c096e21e27a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64919147-7033-4e77-9cde-c096e21e27a5.shg-box.shg-c {
  justify-content: center;
}

#s-a9f737db-bd47-4a94-a66c-00bdc1d6fd36 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a9f737db-bd47-4a94-a66c-00bdc1d6fd36 .shg-sld-dot {
  background-color: rgba(98, 96, 96, 1);
}

#s-a9f737db-bd47-4a94-a66c-00bdc1d6fd36 .shg-sld-nav-button.shg-sld-left,
#s-a9f737db-bd47-4a94-a66c-00bdc1d6fd36 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(98, 96, 96, 1);
}

#s-3baf2472-c9b6-41dc-85cc-81d6985e31f8 {
  text-align: center;
}

#s-3baf2472-c9b6-41dc-85cc-81d6985e31f8 {
  overflow: hidden;
  
  
}







  #s-3baf2472-c9b6-41dc-85cc-81d6985e31f8 img.shogun-image {
    

    
    
    
  }


#s-3baf2472-c9b6-41dc-85cc-81d6985e31f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3491077-e502-4f3a-9c7c-d1cc6bca8d85 {
  text-align: center;
}

#s-f3491077-e502-4f3a-9c7c-d1cc6bca8d85 {
  overflow: hidden;
  
  
}







  #s-f3491077-e502-4f3a-9c7c-d1cc6bca8d85 img.shogun-image {
    

    
    
    
  }


#s-f3491077-e502-4f3a-9c7c-d1cc6bca8d85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e82e83a-7fc2-4bf2-98ed-d81e1eb25ee7 {
  text-align: center;
}

#s-0e82e83a-7fc2-4bf2-98ed-d81e1eb25ee7 {
  overflow: hidden;
  
  
}







  #s-0e82e83a-7fc2-4bf2-98ed-d81e1eb25ee7 img.shogun-image {
    

    
    
    
  }


#s-0e82e83a-7fc2-4bf2-98ed-d81e1eb25ee7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d59c3008-2e44-4829-a3ac-5331bea6d698 {
  text-align: center;
}

#s-d59c3008-2e44-4829-a3ac-5331bea6d698 {
  overflow: hidden;
  
  
}







  #s-d59c3008-2e44-4829-a3ac-5331bea6d698 img.shogun-image {
    

    
    
    
  }


#s-d59c3008-2e44-4829-a3ac-5331bea6d698 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1df30ecc-b6e7-45f0-af7d-4b6e2f550563 {
  text-align: center;
}

#s-1df30ecc-b6e7-45f0-af7d-4b6e2f550563 {
  overflow: hidden;
  
  
}







  #s-1df30ecc-b6e7-45f0-af7d-4b6e2f550563 img.shogun-image {
    

    
    
    
  }


#s-1df30ecc-b6e7-45f0-af7d-4b6e2f550563 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d474e4a-d05d-416a-a418-7a41baea20b0 {
  text-align: center;
}

#s-4d474e4a-d05d-416a-a418-7a41baea20b0 {
  overflow: hidden;
  
  
}







  #s-4d474e4a-d05d-416a-a418-7a41baea20b0 img.shogun-image {
    

    
    
    
  }


#s-4d474e4a-d05d-416a-a418-7a41baea20b0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f img.shogun-image,
  #s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f {
    width: 100%;
    height: auto;
  }



  #s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f img.shogun-image {
    

    
    
    
  }


#s-9be4494c-e5a7-4e75-9d06-fe6c8de1231f .shogun-image-content {
  
    justify-content: center;
  
}

#s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c img.shogun-image,
  #s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c {
    width: 100%;
    height: auto;
  }



  #s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c img.shogun-image {
    

    
    
    
  }


#s-5fbd82ec-2255-4d05-86f2-8f9652f0c98c .shogun-image-content {
  
    justify-content: center;
  
}

#s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f img.shogun-image,
  #s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f {
    width: 100%;
    height: auto;
  }



  #s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f img.shogun-image {
    

    
    
    
  }


#s-e25dfe91-456e-47cd-b8f2-a13ab9447f7f .shogun-image-content {
  
    justify-content: center;
  
}

#s-673c4e90-f564-4aa7-b381-6a51453ea59a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-673c4e90-f564-4aa7-b381-6a51453ea59a {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-673c4e90-f564-4aa7-b381-6a51453ea59a img.shogun-image,
  #s-673c4e90-f564-4aa7-b381-6a51453ea59a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-673c4e90-f564-4aa7-b381-6a51453ea59a {
    width: 100%;
    height: auto;
  }



  #s-673c4e90-f564-4aa7-b381-6a51453ea59a img.shogun-image {
    

    
    
    
  }


#s-673c4e90-f564-4aa7-b381-6a51453ea59a .shogun-image-content {
  
    justify-content: center;
  
}

#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(6, 6, 6, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7-root {
    text-align: center;
  }


#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7-root {
    text-align: center;
  }


#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7-root {
    text-align: center;
  }


#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7-root {
    text-align: center;
  }


#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7-root {
    text-align: center;
  }


#s-12472d77-1a9d-4fca-afc2-c2f7aa7a41c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-dd67d63d-f1aa-4c0d-afc3-965841e78470 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 1000px;
background-color: rgba(217, 242, 251, 1);
}
@media (min-width: 1200px){#s-dd67d63d-f1aa-4c0d-afc3-965841e78470 {
  display: none;
}
#s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-content-s-dd67d63d-f1aa-4c0d-afc3-965841e78470 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd67d63d-f1aa-4c0d-afc3-965841e78470 {
  display: none;
}
#s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-content-s-dd67d63d-f1aa-4c0d-afc3-965841e78470 { display: none !important; }}@media (max-width: 767px){#s-dd67d63d-f1aa-4c0d-afc3-965841e78470 {
  display: none;
}
#s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-s-dd67d63d-f1aa-4c0d-afc3-965841e78470, #wrap-content-s-dd67d63d-f1aa-4c0d-afc3-965841e78470 { display: none !important; }}







#s-dd67d63d-f1aa-4c0d-afc3-965841e78470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd67d63d-f1aa-4c0d-afc3-965841e78470.shg-box.shg-c {
  justify-content: center;
}

#s-31357ec4-5b34-4941-8fb1-4c6a17599b61 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-31357ec4-5b34-4941-8fb1-4c6a17599b61 .shg-sld-dot {
  background-color: rgba(98, 96, 96, 1);
}

#s-31357ec4-5b34-4941-8fb1-4c6a17599b61 .shg-sld-nav-button.shg-sld-left,
#s-31357ec4-5b34-4941-8fb1-4c6a17599b61 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(98, 96, 96, 1);
}

@media (min-width: 0px) {
[id="s-efb58438-59a1-4343-bdef-fa43c5aa5c0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efb58438-59a1-4343-bdef-fa43c5aa5c0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efb58438-59a1-4343-bdef-fa43c5aa5c0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb58438-59a1-4343-bdef-fa43c5aa5c0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f566de2-87e0-430a-b7d0-90d33cf31b4b {
  text-align: center;
}

#s-0f566de2-87e0-430a-b7d0-90d33cf31b4b {
  overflow: hidden;
  
  
}







  #s-0f566de2-87e0-430a-b7d0-90d33cf31b4b img.shogun-image {
    

    
    
    
  }


#s-0f566de2-87e0-430a-b7d0-90d33cf31b4b .shogun-image-content {
  
    justify-content: center;
  
}

#s-5141d8f9-d094-42cc-8e0c-0b906c550a04 {
  text-align: center;
}

#s-5141d8f9-d094-42cc-8e0c-0b906c550a04 {
  overflow: hidden;
  
  
}







  #s-5141d8f9-d094-42cc-8e0c-0b906c550a04 img.shogun-image {
    

    
    
    
  }


#s-5141d8f9-d094-42cc-8e0c-0b906c550a04 .shogun-image-content {
  
    justify-content: center;
  
}

#s-85ad386f-5c83-4976-957a-b98c5aa260e6 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-85ad386f-5c83-4976-957a-b98c5aa260e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85ad386f-5c83-4976-957a-b98c5aa260e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-85ad386f-5c83-4976-957a-b98c5aa260e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-85ad386f-5c83-4976-957a-b98c5aa260e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1f671083-f3ab-4a54-b263-e758274fa5fc {
  text-align: center;
}

#s-1f671083-f3ab-4a54-b263-e758274fa5fc {
  overflow: hidden;
  
  
}







  #s-1f671083-f3ab-4a54-b263-e758274fa5fc img.shogun-image {
    

    
    
    
  }


#s-1f671083-f3ab-4a54-b263-e758274fa5fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-c62f2655-f165-416a-a4f4-21b2b402d329 {
  text-align: center;
}

#s-c62f2655-f165-416a-a4f4-21b2b402d329 {
  overflow: hidden;
  
  
}







  #s-c62f2655-f165-416a-a4f4-21b2b402d329 img.shogun-image {
    

    
    
    
  }


#s-c62f2655-f165-416a-a4f4-21b2b402d329 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2841a24-d260-4f8a-b94e-26591f8df65e {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-a2841a24-d260-4f8a-b94e-26591f8df65e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2841a24-d260-4f8a-b94e-26591f8df65e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a2841a24-d260-4f8a-b94e-26591f8df65e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2841a24-d260-4f8a-b94e-26591f8df65e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-89f2c0fb-f679-435f-aa92-8295f35d85d5 {
  text-align: center;
}

#s-89f2c0fb-f679-435f-aa92-8295f35d85d5 {
  overflow: hidden;
  
  
}







  #s-89f2c0fb-f679-435f-aa92-8295f35d85d5 img.shogun-image {
    

    
    
    
  }


#s-89f2c0fb-f679-435f-aa92-8295f35d85d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d199ed80-79d1-4bd0-8315-7df2bebe96c4 {
  text-align: center;
}

#s-d199ed80-79d1-4bd0-8315-7df2bebe96c4 {
  overflow: hidden;
  
  
}







  #s-d199ed80-79d1-4bd0-8315-7df2bebe96c4 img.shogun-image {
    

    
    
    
  }


#s-d199ed80-79d1-4bd0-8315-7df2bebe96c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-168117f1-29d5-4083-8bbe-81387aa25ce4 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-168117f1-29d5-4083-8bbe-81387aa25ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-168117f1-29d5-4083-8bbe-81387aa25ce4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-168117f1-29d5-4083-8bbe-81387aa25ce4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-168117f1-29d5-4083-8bbe-81387aa25ce4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 img.shogun-image,
  #s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 {
    width: 100%;
    height: auto;
  }



  #s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 img.shogun-image {
    

    
    
    
  }


#s-e6dcafcb-2f89-4bdb-b919-07410c1c2c25 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 img.shogun-image,
  #s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 {
    width: 100%;
    height: auto;
  }



  #s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 img.shogun-image {
    

    
    
    
  }


#s-6737de17-9ffb-42dd-ab86-2e2ee630e8f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f382d5e-b75a-4127-a66c-aa7d84bdfb17 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-2f382d5e-b75a-4127-a66c-aa7d84bdfb17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f382d5e-b75a-4127-a66c-aa7d84bdfb17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2f382d5e-b75a-4127-a66c-aa7d84bdfb17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f382d5e-b75a-4127-a66c-aa7d84bdfb17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c8c4e712-073a-4fde-979a-8511e93d8127 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c8c4e712-073a-4fde-979a-8511e93d8127 {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c8c4e712-073a-4fde-979a-8511e93d8127 img.shogun-image,
  #s-c8c4e712-073a-4fde-979a-8511e93d8127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8c4e712-073a-4fde-979a-8511e93d8127 {
    width: 100%;
    height: auto;
  }



  #s-c8c4e712-073a-4fde-979a-8511e93d8127 img.shogun-image {
    

    
    
    
  }


#s-c8c4e712-073a-4fde-979a-8511e93d8127 .shogun-image-content {
  
    justify-content: center;
  
}

#s-492c94b8-7a9f-4105-9f1d-568c4fef842a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-492c94b8-7a9f-4105-9f1d-568c4fef842a {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-492c94b8-7a9f-4105-9f1d-568c4fef842a img.shogun-image,
  #s-492c94b8-7a9f-4105-9f1d-568c4fef842a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492c94b8-7a9f-4105-9f1d-568c4fef842a {
    width: 100%;
    height: auto;
  }



  #s-492c94b8-7a9f-4105-9f1d-568c4fef842a img.shogun-image {
    

    
    
    
  }


#s-492c94b8-7a9f-4105-9f1d-568c4fef842a .shogun-image-content {
  
    justify-content: center;
  
}

#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(6, 6, 6, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc-root {
    text-align: center;
  }


#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc-root {
    text-align: center;
  }


#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc-root {
    text-align: center;
  }


#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc-root {
    text-align: center;
  }


#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc-root {
    text-align: center;
  }


#s-bc5ed09e-da39-407a-b4cf-d3eaffb453dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-cef2e032-a6db-4192-b072-75ba7fea978a {
  margin-left: 15px;
margin-right: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cef2e032-a6db-4192-b072-75ba7fea978a {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-cef2e032-a6db-4192-b072-75ba7fea978a {
  overflow: hidden;
  
  
}







  #s-cef2e032-a6db-4192-b072-75ba7fea978a img.shogun-image {
    

    
    
    
  }


#s-cef2e032-a6db-4192-b072-75ba7fea978a .shogun-image-content {
  
    justify-content: center;
  
}

#s-423e61a6-dc0a-42ba-8778-093aa80ebfc6 {
  margin-top: 25px;
margin-left: 15px;
margin-bottom: 25px;
margin-right: 15px;
min-height: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-423e61a6-dc0a-42ba-8778-093aa80ebfc6 {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-423e61a6-dc0a-42ba-8778-093aa80ebfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-423e61a6-dc0a-42ba-8778-093aa80ebfc6.shg-box.shg-c {
  justify-content: center;
}

#s-31b03235-96c6-45e1-a3ee-234142231e78 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}
@media (max-width: 767px){#s-31b03235-96c6-45e1-a3ee-234142231e78 {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-31b03235-96c6-45e1-a3ee-234142231e78 {
  overflow: hidden;
  
  
}







  #s-31b03235-96c6-45e1-a3ee-234142231e78 img.shogun-image {
    

    
    
    
  }


#s-31b03235-96c6-45e1-a3ee-234142231e78 .shogun-image-content {
  
    justify-content: center;
  
}

#s-941757c8-a4a7-4e4f-a8a0-7f018c83024c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-941757c8-a4a7-4e4f-a8a0-7f018c83024c .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-7f4a2fc0-4630-4c91-9ab8-e952ccdab597 {
  margin-left: 15px;
margin-right: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f4a2fc0-4630-4c91-9ab8-e952ccdab597 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-7f4a2fc0-4630-4c91-9ab8-e952ccdab597 {
  overflow: hidden;
  
  
}







  #s-7f4a2fc0-4630-4c91-9ab8-e952ccdab597 img.shogun-image {
    

    
    
    
  }


#s-7f4a2fc0-4630-4c91-9ab8-e952ccdab597 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 {
  margin-top: 20px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 {
  display: none;
}
#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-content-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 {
  display: none;
}
#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-content-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 {
  display: none;
}
#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3, #wrap-content-s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 { display: none !important; }}@media (max-width: 767px){#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 {
  
}
}







#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4011293c-bb18-434f-ba6d-07b0cf4ab6b3.shg-box.shg-c {
  justify-content: center;
}








#s-ad51f209-7fa4-425f-94c8-f60c91ba27b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad51f209-7fa4-425f-94c8-f60c91ba27b4.shg-box.shg-c {
  justify-content: center;
}

#s-c5170240-2060-40d4-8319-d1bb392fab9b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c5170240-2060-40d4-8319-d1bb392fab9b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c5170240-2060-40d4-8319-d1bb392fab9b img.shogun-image,
  #s-c5170240-2060-40d4-8319-d1bb392fab9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5170240-2060-40d4-8319-d1bb392fab9b {
    width: 100%;
    height: auto;
  }



  #s-c5170240-2060-40d4-8319-d1bb392fab9b img.shogun-image {
    

    
    
    
  }


#s-c5170240-2060-40d4-8319-d1bb392fab9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-653c2df9-a826-445f-9244-f4e87ea068cd {
  margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}

#s-653c2df9-a826-445f-9244-f4e87ea068cd .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjZTI1MTktZTczOC00YjYyLWJkZTMtNjVlYTdkZTQzNzY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmI4Mjc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2Y2YjgyNztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNlMGEwMTM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ViY2UyNTE5LWU3MzgtNGI2Mi1iZGUzLTY1ZWE3ZGU0Mzc2NSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6b827"}, {"id"=>4, "pos"=>0.2, "color"=>"#f6b827"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#f6b827"}, {"id"=>5, "pos"=>0.5, "color"=>"#f6b827"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#e0a013"}];
}
#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-035fbfe5-5d4a-4a38-9081-e7983ce27d99-root {
    text-align: center;
  }


#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-035fbfe5-5d4a-4a38-9081-e7983ce27d99-root {
    text-align: center;
  }


#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-035fbfe5-5d4a-4a38-9081-e7983ce27d99-root {
    text-align: center;
  }


#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-035fbfe5-5d4a-4a38-9081-e7983ce27d99-root {
    text-align: center;
  }


#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-035fbfe5-5d4a-4a38-9081-e7983ce27d99-root {
    text-align: center;
  }


#s-035fbfe5-5d4a-4a38-9081-e7983ce27d99.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-c5ea13b3-95dd-420a-936a-e2bf2de209bb {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
}

#s-6a43b006-80c8-4439-ae74-46ac758effb1 {
  margin-top: 20px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-6a43b006-80c8-4439-ae74-46ac758effb1 {
  display: none;
}
#s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-content-s-6a43b006-80c8-4439-ae74-46ac758effb1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a43b006-80c8-4439-ae74-46ac758effb1 {
  display: none;
}
#s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-content-s-6a43b006-80c8-4439-ae74-46ac758effb1 { display: none !important; }}@media (max-width: 767px){#s-6a43b006-80c8-4439-ae74-46ac758effb1 {
  display: none;
}
#s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-s-6a43b006-80c8-4439-ae74-46ac758effb1, #wrap-content-s-6a43b006-80c8-4439-ae74-46ac758effb1 { display: none !important; }}







#s-6a43b006-80c8-4439-ae74-46ac758effb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a43b006-80c8-4439-ae74-46ac758effb1.shg-box.shg-c {
  justify-content: center;
}








#s-42dd8a43-d629-4bbb-9452-80c742451461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42dd8a43-d629-4bbb-9452-80c742451461.shg-box.shg-c {
  justify-content: center;
}

#s-b6326099-cd44-4259-abe9-876fcfb51aeb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b6326099-cd44-4259-abe9-876fcfb51aeb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b6326099-cd44-4259-abe9-876fcfb51aeb img.shogun-image,
  #s-b6326099-cd44-4259-abe9-876fcfb51aeb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6326099-cd44-4259-abe9-876fcfb51aeb {
    width: 100%;
    height: auto;
  }



  #s-b6326099-cd44-4259-abe9-876fcfb51aeb img.shogun-image {
    

    
    
    
  }


#s-b6326099-cd44-4259-abe9-876fcfb51aeb .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8895f72-2bfe-4107-8cac-66fcf3206145 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}

#s-b8895f72-2bfe-4107-8cac-66fcf3206145 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b8895f72-2bfe-4107-8cac-66fcf3206145 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


}
#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjZTI1MTktZTczOC00YjYyLWJkZTMtNjVlYTdkZTQzNzY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmI4Mjc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2Y2YjgyNztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNlMGEwMTM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ViY2UyNTE5LWU3MzgtNGI2Mi1iZGUzLTY1ZWE3ZGU0Mzc2NSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6b827"}, {"id"=>4, "pos"=>0.2, "color"=>"#f6b827"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#f6b827"}, {"id"=>5, "pos"=>0.5, "color"=>"#f6b827"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#e0a013"}];
}
#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a90bf43c-40e2-4042-9012-5bb9e0f4baea-root {
    text-align: center;
  }


#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a90bf43c-40e2-4042-9012-5bb9e0f4baea-root {
    text-align: center;
  }


#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a90bf43c-40e2-4042-9012-5bb9e0f4baea-root {
    text-align: center;
  }


#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a90bf43c-40e2-4042-9012-5bb9e0f4baea-root {
    text-align: center;
  }


#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a90bf43c-40e2-4042-9012-5bb9e0f4baea-root {
    text-align: center;
  }


#s-a90bf43c-40e2-4042-9012-5bb9e0f4baea.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-f9642f0d-f1fd-476b-b05b-a476f6f74416 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
}

#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 {
  margin-top: 20px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 {
  display: none;
}
#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-content-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 {
  display: none;
}
#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-content-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 {
  display: none;
}
#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-content-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 { display: none !important; }}@media (max-width: 767px){#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 {
  display: none;
}
#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43, #wrap-content-s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 { display: none !important; }}







#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a1a2ffd-2e99-4390-a427-9e35c04b6c43.shg-box.shg-c {
  justify-content: center;
}








#s-fcf67214-9fc7-4384-b6f2-3931b9c2f9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcf67214-9fc7-4384-b6f2-3931b9c2f9b7.shg-box.shg-c {
  justify-content: center;
}

#s-67cf2664-fa04-4d11-9be7-9dd26901341b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-67cf2664-fa04-4d11-9be7-9dd26901341b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-67cf2664-fa04-4d11-9be7-9dd26901341b img.shogun-image,
  #s-67cf2664-fa04-4d11-9be7-9dd26901341b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67cf2664-fa04-4d11-9be7-9dd26901341b {
    width: 100%;
    height: auto;
  }



  #s-67cf2664-fa04-4d11-9be7-9dd26901341b img.shogun-image {
    

    
    
    
  }


#s-67cf2664-fa04-4d11-9be7-9dd26901341b .shogun-image-content {
  
    justify-content: center;
  
}

#s-605f5549-d4c6-4959-92c3-72bd9ba0c944 {
  margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
padding-bottom: 10px;
max-width: 500px;
text-align: center;
}

#s-605f5549-d4c6-4959-92c3-72bd9ba0c944 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-605f5549-d4c6-4959-92c3-72bd9ba0c944 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


}
#s-29670959-f407-4c78-9c5c-5187712c9cc7 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjZTI1MTktZTczOC00YjYyLWJkZTMtNjVlYTdkZTQzNzY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmI4Mjc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2Y2YjgyNztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNlMGEwMTM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ViY2UyNTE5LWU3MzgtNGI2Mi1iZGUzLTY1ZWE3ZGU0Mzc2NSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6b827"}, {"id"=>4, "pos"=>0.2, "color"=>"#f6b827"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#f6b827"}, {"id"=>5, "pos"=>0.5, "color"=>"#f6b827"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#e0a013"}];
}
#s-29670959-f407-4c78-9c5c-5187712c9cc7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-29670959-f407-4c78-9c5c-5187712c9cc7:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29670959-f407-4c78-9c5c-5187712c9cc7-root {
    text-align: center;
  }


#s-29670959-f407-4c78-9c5c-5187712c9cc7.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29670959-f407-4c78-9c5c-5187712c9cc7-root {
    text-align: center;
  }


#s-29670959-f407-4c78-9c5c-5187712c9cc7.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29670959-f407-4c78-9c5c-5187712c9cc7-root {
    text-align: center;
  }


#s-29670959-f407-4c78-9c5c-5187712c9cc7.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29670959-f407-4c78-9c5c-5187712c9cc7-root {
    text-align: center;
  }


#s-29670959-f407-4c78-9c5c-5187712c9cc7.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29670959-f407-4c78-9c5c-5187712c9cc7-root {
    text-align: center;
  }


#s-29670959-f407-4c78-9c5c-5187712c9cc7.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-3a76f3e6-087f-4dbe-b4da-4a9e8a371a09 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
}

#s-352a9ab3-36ae-49a7-9f35-53d33f81316e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 350px;
background-color: rgba(0, 167, 225, 0.2);
}
@media (min-width: 1200px){#s-352a9ab3-36ae-49a7-9f35-53d33f81316e {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-352a9ab3-36ae-49a7-9f35-53d33f81316e {
  display: none;
}
#s-352a9ab3-36ae-49a7-9f35-53d33f81316e, #wrap-s-352a9ab3-36ae-49a7-9f35-53d33f81316e, #wrap-content-s-352a9ab3-36ae-49a7-9f35-53d33f81316e { display: none !important; }}@media (max-width: 767px){#s-352a9ab3-36ae-49a7-9f35-53d33f81316e {
  display: none;
}
#s-352a9ab3-36ae-49a7-9f35-53d33f81316e, #wrap-s-352a9ab3-36ae-49a7-9f35-53d33f81316e, #wrap-content-s-352a9ab3-36ae-49a7-9f35-53d33f81316e { display: none !important; }}







#s-352a9ab3-36ae-49a7-9f35-53d33f81316e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-352a9ab3-36ae-49a7-9f35-53d33f81316e.shg-box.shg-c {
  justify-content: center;
}

#s-38b273a6-fd80-401d-89e7-b9c67505b9cd {
  margin-left: 100px;
margin-right: 100px;
min-height: 350px;
}

@media (min-width: 0px) {
[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38b273a6-fd80-401d-89e7-b9c67505b9cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b9f5dd65-b905-4bda-ba22-93a5be5bacd8 {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 600px;
}








#s-b9f5dd65-b905-4bda-ba22-93a5be5bacd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9f5dd65-b905-4bda-ba22-93a5be5bacd8.shg-box.shg-c {
  justify-content: center;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin-left: 140px;
margin-right: 10px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 140px;
  margin-right: 10px;
  
  
}

.shg-image-content-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
  box-sizing: border-box;
}



.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
      position: relative;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
  box-sizing: border-box;
}



.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
      position: relative;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
  box-sizing: border-box;
}



.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
      position: relative;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
  box-sizing: border-box;
}



.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
      position: relative;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image {
  box-sizing: border-box;
}



.s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container {
      position: relative;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e04e0aed-c5e7-43a6-8930-f1ece0908bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-8bb4f94f-0573-45e0-a790-a54a41425eb6 {
  min-height: 350px;
}








#s-8bb4f94f-0573-45e0-a790-a54a41425eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bb4f94f-0573-45e0-a790-a54a41425eb6.shg-box.shg-c {
  justify-content: center;
}

#s-7001b00d-bb90-4d18-a592-30cad6b99d3d {
  min-height: 350px;
max-width: 600px;
}








#s-7001b00d-bb90-4d18-a592-30cad6b99d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7001b00d-bb90-4d18-a592-30cad6b99d3d.shg-box.shg-c {
  justify-content: center;
}

#s-b4386290-744e-4dfc-b53d-ea02673cf713 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4386290-744e-4dfc-b53d-ea02673cf713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4386290-744e-4dfc-b53d-ea02673cf713.shg-box.shg-c {
  justify-content: center;
}

#s-a49403c4-e1bb-4d72-a0af-93350c3800d8 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a49403c4-e1bb-4d72-a0af-93350c3800d8 .shogun-heading-component h1 {
  color: rgba(0, 45, 93, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-deaa537c-be11-4ef4-a774-9240aeb86b2c {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTI4NGM4YTUtZTY3ZS00MWY0LTk0Y2YtN2UxYzQ0MDM0MGZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmI4Mjc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuMjc3MjcyNzI3MjcyNzI3MyIgc3R5bGU9InN0b3AtY29sb3I6I2Y2YjgyNztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41IiBzdHlsZT0ic3RvcC1jb2xvcjojZjZiODI3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNlMGEwMTM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyODRjOGE1LWU2N2UtNDFmNC05NGNmLTdlMWM0NDAzNDBmYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 136, 15, 1);
border-style: solid;
border-radius: 3px;
max-width: 277px;
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6b827"}, {"id"=>4, "pos"=>0.2, "color"=>"#f6b827"}, {"id"=>3, "pos"=>0.2772727272727273, "color"=>"#f6b827"}, {"id"=>5, "pos"=>0.5, "color"=>"#f6b827"}, {"id"=>2, "pos"=>0.9136363636363637, "color"=>"#e0a013"}];
}
#s-deaa537c-be11-4ef4-a774-9240aeb86b2c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(21, 43, 79, 1) !important;
border-radius: 3px !important;
background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-deaa537c-be11-4ef4-a774-9240aeb86b2c:active {background-color: rgba(21, 43, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-deaa537c-be11-4ef4-a774-9240aeb86b2c-root {
    text-align: center;
  }


#s-deaa537c-be11-4ef4-a774-9240aeb86b2c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-deaa537c-be11-4ef4-a774-9240aeb86b2c-root {
    text-align: center;
  }


#s-deaa537c-be11-4ef4-a774-9240aeb86b2c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-deaa537c-be11-4ef4-a774-9240aeb86b2c-root {
    text-align: center;
  }


#s-deaa537c-be11-4ef4-a774-9240aeb86b2c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-deaa537c-be11-4ef4-a774-9240aeb86b2c-root {
    text-align: center;
  }


#s-deaa537c-be11-4ef4-a774-9240aeb86b2c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-deaa537c-be11-4ef4-a774-9240aeb86b2c-root {
    text-align: center;
  }


#s-deaa537c-be11-4ef4-a774-9240aeb86b2c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-15e7ccdc-6e56-4680-87ad-4f1cc4a78809 {
  margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
}

#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 {
  background-color: rgba(84, 87, 90, 1);
}
@media (min-width: 1200px){#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 {
  margin-bottom: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 {
  margin-bottom: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 {
  display: none;
}
#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83, #wrap-s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83, #wrap-content-s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 { display: none !important; }}@media (max-width: 767px){#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 {
  display: none;
}
#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83, #wrap-s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83, #wrap-content-s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 { display: none !important; }}







#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ae4f9ef-f076-462d-bb0a-b26464c3fa83.shg-box.shg-c {
  justify-content: center;
}

#s-d5d08b45-c095-46ac-a0a7-70c95eeff1b8 {
  margin-top: 25px;
margin-left: 45px;
margin-bottom: 15px;
margin-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d5d08b45-c095-46ac-a0a7-70c95eeff1b8 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-d5d08b45-c095-46ac-a0a7-70c95eeff1b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-eb7e4ac5-0133-42a1-9d4a-e422c42aeac9 {
  margin-left: 35px;
margin-bottom: 25px;
margin-right: 35px;
padding-left: 0px;
padding-right: 0px;
}

#s-47b2db0b-100e-4022-9982-97aeee3dfa12 {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
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: 3px;
max-width: 277px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
background-image: none;
hover-type: color;
}
#s-47b2db0b-100e-4022-9982-97aeee3dfa12:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 3px !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-47b2db0b-100e-4022-9982-97aeee3dfa12:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-47b2db0b-100e-4022-9982-97aeee3dfa12 {
  display: none;
}
#s-47b2db0b-100e-4022-9982-97aeee3dfa12, #wrap-s-47b2db0b-100e-4022-9982-97aeee3dfa12, #wrap-content-s-47b2db0b-100e-4022-9982-97aeee3dfa12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47b2db0b-100e-4022-9982-97aeee3dfa12 {
  display: none;
}
#s-47b2db0b-100e-4022-9982-97aeee3dfa12, #wrap-s-47b2db0b-100e-4022-9982-97aeee3dfa12, #wrap-content-s-47b2db0b-100e-4022-9982-97aeee3dfa12 { display: none !important; }}

  #s-47b2db0b-100e-4022-9982-97aeee3dfa12-root {
    text-align: center;
  }


#s-47b2db0b-100e-4022-9982-97aeee3dfa12.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47b2db0b-100e-4022-9982-97aeee3dfa12-root {
    text-align: center;
  }


#s-47b2db0b-100e-4022-9982-97aeee3dfa12.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47b2db0b-100e-4022-9982-97aeee3dfa12-root {
    text-align: center;
  }


#s-47b2db0b-100e-4022-9982-97aeee3dfa12.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47b2db0b-100e-4022-9982-97aeee3dfa12-root {
    text-align: center;
  }


#s-47b2db0b-100e-4022-9982-97aeee3dfa12.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47b2db0b-100e-4022-9982-97aeee3dfa12-root {
    text-align: center;
  }


#s-47b2db0b-100e-4022-9982-97aeee3dfa12.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-f50d1e57-3f08-48de-a0d1-49021d148043 {
  min-height: 500px;
background-color: rgba(84, 87, 90, 1);
}
@media (min-width: 1200px){#s-f50d1e57-3f08-48de-a0d1-49021d148043 {
  display: none;
}
#s-f50d1e57-3f08-48de-a0d1-49021d148043, #wrap-s-f50d1e57-3f08-48de-a0d1-49021d148043, #wrap-content-s-f50d1e57-3f08-48de-a0d1-49021d148043 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f50d1e57-3f08-48de-a0d1-49021d148043 {
  display: none;
}
#s-f50d1e57-3f08-48de-a0d1-49021d148043, #wrap-s-f50d1e57-3f08-48de-a0d1-49021d148043, #wrap-content-s-f50d1e57-3f08-48de-a0d1-49021d148043 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f50d1e57-3f08-48de-a0d1-49021d148043 {
  margin-bottom: -20px;
}
}@media (max-width: 767px){#s-f50d1e57-3f08-48de-a0d1-49021d148043 {
  margin-bottom: -20px;
}
}







#s-f50d1e57-3f08-48de-a0d1-49021d148043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f50d1e57-3f08-48de-a0d1-49021d148043.shg-box.shg-c {
  justify-content: center;
}

#s-49af75a5-3a96-443c-9afb-c82117b9625d {
  margin-top: 25px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-49af75a5-3a96-443c-9afb-c82117b9625d {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-49af75a5-3a96-443c-9afb-c82117b9625d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0da36d23-158e-443d-a326-6a8cf27afb0a {
  margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0da36d23-158e-443d-a326-6a8cf27afb0a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c {
  box-shadow:2px 2px 5px 1px rgba(0, 0, 0, 0.23);
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
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: 3px;
max-width: 277px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(21, 43, 79, 1);
background-image: none;
hover-type: color;
}
#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 3px !important;
background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c {
  display: none;
}
#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c, #wrap-s-bfdf0164-4a50-4cca-925a-0a0ab282e00c, #wrap-content-s-bfdf0164-4a50-4cca-925a-0a0ab282e00c { display: none !important; }}@media (max-width: 767px){#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c {
  display: none;
}
#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c, #wrap-s-bfdf0164-4a50-4cca-925a-0a0ab282e00c, #wrap-content-s-bfdf0164-4a50-4cca-925a-0a0ab282e00c { display: none !important; }}

  #s-bfdf0164-4a50-4cca-925a-0a0ab282e00c-root {
    text-align: center;
  }


#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bfdf0164-4a50-4cca-925a-0a0ab282e00c-root {
    text-align: center;
  }


#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfdf0164-4a50-4cca-925a-0a0ab282e00c-root {
    text-align: center;
  }


#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfdf0164-4a50-4cca-925a-0a0ab282e00c-root {
    text-align: center;
  }


#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bfdf0164-4a50-4cca-925a-0a0ab282e00c-root {
    text-align: center;
  }


#s-bfdf0164-4a50-4cca-925a-0a0ab282e00c.shg-btn {
  color: rgba(21, 43, 79, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  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 --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
