#s-60e03aa7-f8b8-444c-8243-1f57a123e070 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-5c3f519d-2104-4cd2-b81e-4127714c6c79 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5c3f519d-2104-4cd2-b81e-4127714c6c79 {
  display: none;
}
#s-5c3f519d-2104-4cd2-b81e-4127714c6c79, #wrap-s-5c3f519d-2104-4cd2-b81e-4127714c6c79 { display: none !important; }}







#s-5c3f519d-2104-4cd2-b81e-4127714c6c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c3f519d-2104-4cd2-b81e-4127714c6c79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin: 0 !important;
}





  img.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d .shogun-image-content {
  
    align-items: center;
  
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  
  
  
  
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin: 0 !important;
}





  img.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d .shogun-image-content {
  
    align-items: center;
  
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  
  
  
  
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin: 0 !important;
}





  img.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d .shogun-image-content {
  
    align-items: center;
  
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  
  
  
  
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin: 0 !important;
}





  img.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d .shogun-image-content {
  
    align-items: center;
  
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  
  
  
  
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d {
  margin: 0 !important;
}





  img.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d .shogun-image-content {
  
    align-items: center;
  
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86634203-bdcd-4a9f-9ddd-fcdf3e00598d.shogun-image {
  box-sizing: border-box;
}




}
#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b {
  display: none;
}
#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b, #wrap-s-90087ef2-800e-4b6d-8f90-48b2889ebe3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b {
  display: none;
}
#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b, #wrap-s-90087ef2-800e-4b6d-8f90-48b2889ebe3b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b {
  display: none;
}
#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b, #wrap-s-90087ef2-800e-4b6d-8f90-48b2889ebe3b { display: none !important; }}







#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90087ef2-800e-4b6d-8f90-48b2889ebe3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
aspect-ratio: 1520/1380;
text-align: center;
}
@media (max-width: 767px){#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}
}


.shg-image-margin-container-s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }

    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-link {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-content {
  
    align-items: center;
  
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
      --shg-aspect-ratio: calc(1520/1380); 
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
      position: relative;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  
  
  
  
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }

    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-link {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-content {
  
    align-items: center;
  
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
      --shg-aspect-ratio: calc(1520/1380); 
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
      position: relative;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  
  
  
  
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }

    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-link {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-content {
  
    align-items: center;
  
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
      --shg-aspect-ratio: calc(1520/1380); 
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
      position: relative;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  
  
  
  
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }

    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-link {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-content {
  
    align-items: center;
  
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
      --shg-aspect-ratio: calc(1520/1380); 
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
      position: relative;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }

    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-link {
      aspect-ratio: 1520/1380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-654dce7c-24aa-450d-9bfb-597e58e1a082 .shogun-image-content {
  
    align-items: center;
  
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 {
      --shg-aspect-ratio: calc(1520/1380); 
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container {
      position: relative;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654dce7c-24aa-450d-9bfb-597e58e1a082 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-0b03d29a-34d6-47b5-91f9-b886cc903e37 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0b03d29a-34d6-47b5-91f9-b886cc903e37 {
  display: none;
}
#s-0b03d29a-34d6-47b5-91f9-b886cc903e37, #wrap-s-0b03d29a-34d6-47b5-91f9-b886cc903e37 { display: none !important; }}







#s-0b03d29a-34d6-47b5-91f9-b886cc903e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b03d29a-34d6-47b5-91f9-b886cc903e37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin: 0 !important;
}





  img.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f .shogun-image-content {
  
    align-items: center;
  
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  
  
  
  
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin: 0 !important;
}





  img.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f .shogun-image-content {
  
    align-items: center;
  
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  
  
  
  
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin: 0 !important;
}





  img.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f .shogun-image-content {
  
    align-items: center;
  
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  
  
  
  
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin: 0 !important;
}





  img.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f .shogun-image-content {
  
    align-items: center;
  
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  
  
  
  
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f {
  margin: 0 !important;
}





  img.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f .shogun-image-content {
  
    align-items: center;
  
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8624bb20-c49d-4cb8-ba6a-841e37d9821f.shogun-image {
  box-sizing: border-box;
}




}
#s-fb05a159-480c-43a6-9e94-98bd77ff1a38 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb05a159-480c-43a6-9e94-98bd77ff1a38 {
  display: none;
}
#s-fb05a159-480c-43a6-9e94-98bd77ff1a38, #wrap-s-fb05a159-480c-43a6-9e94-98bd77ff1a38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb05a159-480c-43a6-9e94-98bd77ff1a38 {
  display: none;
}
#s-fb05a159-480c-43a6-9e94-98bd77ff1a38, #wrap-s-fb05a159-480c-43a6-9e94-98bd77ff1a38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb05a159-480c-43a6-9e94-98bd77ff1a38 {
  display: none;
}
#s-fb05a159-480c-43a6-9e94-98bd77ff1a38, #wrap-s-fb05a159-480c-43a6-9e94-98bd77ff1a38 { display: none !important; }}







#s-fb05a159-480c-43a6-9e94-98bd77ff1a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb05a159-480c-43a6-9e94-98bd77ff1a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
aspect-ratio: 750/2218;
text-align: center;
}
@media (max-width: 767px){#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}
}


.shg-image-margin-container-s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }

    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-link {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
      --shg-aspect-ratio: calc(750/2218); 
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
      position: relative;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  
  
  
  
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }

    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-link {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
      --shg-aspect-ratio: calc(750/2218); 
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
      position: relative;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  
  
  
  
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }

    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-link {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
      --shg-aspect-ratio: calc(750/2218); 
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
      position: relative;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  
  
  
  
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }

    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-link {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
      --shg-aspect-ratio: calc(750/2218); 
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
      position: relative;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }

    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-link {
      aspect-ratio: 750/2218;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-9d0f9814-e74a-4bf1-91ed-d21de7269159 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 {
      --shg-aspect-ratio: calc(750/2218); 
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container {
      position: relative;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0f9814-e74a-4bf1-91ed-d21de7269159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-a0801359-7d25-4b77-84db-09de7c492be8 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 80px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a0801359-7d25-4b77-84db-09de7c492be8 {
  display: none;
}
#s-a0801359-7d25-4b77-84db-09de7c492be8, #wrap-s-a0801359-7d25-4b77-84db-09de7c492be8 { display: none !important; }}







#s-a0801359-7d25-4b77-84db-09de7c492be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0801359-7d25-4b77-84db-09de7c492be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b8df21c2-e246-4027-be23-7c24d3f4970a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-e7553c97-5e13-4e1c-86ef-2851b8ab33ce {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-e7553c97-5e13-4e1c-86ef-2851b8ab33ce .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-87b19ae0-59e5-4205-a4b2-13a5cac06750 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-87b19ae0-59e5-4205-a4b2-13a5cac06750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b19ae0-59e5-4205-a4b2-13a5cac06750"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87b19ae0-59e5-4205-a4b2-13a5cac06750"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b19ae0-59e5-4205-a4b2-13a5cac06750"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d9d2c90e-1ce6-4128-acfb-cfe794fcd607 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
max-width: 80%;
text-align: left;
}

#s-57b78fb1-8518-4186-be5e-45d4f4f43b70 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-57b78fb1-8518-4186-be5e-45d4f4f43b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b78fb1-8518-4186-be5e-45d4f4f43b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d98cf59-97d7-4399-a6f1-43d5bdbb3081 {
  margin-left: auto;
margin-right: auto;
}

#s-59e3d929-683e-43a6-9b1f-91714e0032b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-59e3d929-683e-43a6-9b1f-91714e0032b5 {
  display: none;
}
#s-59e3d929-683e-43a6-9b1f-91714e0032b5, #wrap-s-59e3d929-683e-43a6-9b1f-91714e0032b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59e3d929-683e-43a6-9b1f-91714e0032b5 {
  display: none;
}
#s-59e3d929-683e-43a6-9b1f-91714e0032b5, #wrap-s-59e3d929-683e-43a6-9b1f-91714e0032b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59e3d929-683e-43a6-9b1f-91714e0032b5 {
  display: none;
}
#s-59e3d929-683e-43a6-9b1f-91714e0032b5, #wrap-s-59e3d929-683e-43a6-9b1f-91714e0032b5 { display: none !important; }}







#s-59e3d929-683e-43a6-9b1f-91714e0032b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59e3d929-683e-43a6-9b1f-91714e0032b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d754f0f-eeab-47aa-bcbc-028f4c8015dc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-fb36ba76-ec16-46ca-a6f8-a72183021d2a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-fb36ba76-ec16-46ca-a6f8-a72183021d2a .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-39ae4a59-16a6-4507-9501-e9caf7c388f5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-39ae4a59-16a6-4507-9501-e9caf7c388f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ae4a59-16a6-4507-9501-e9caf7c388f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39ae4a59-16a6-4507-9501-e9caf7c388f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39ae4a59-16a6-4507-9501-e9caf7c388f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40804076-ebba-4bd8-98b9-715debd48f9b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

#s-fafd0372-abf5-42a3-b0c2-e4d31a73df4a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-f009908e-7a69-4534-8594-4e59009bfbd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 80px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f009908e-7a69-4534-8594-4e59009bfbd5 {
  display: none;
}
#s-f009908e-7a69-4534-8594-4e59009bfbd5, #wrap-s-f009908e-7a69-4534-8594-4e59009bfbd5 { display: none !important; }}







#s-f009908e-7a69-4534-8594-4e59009bfbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f009908e-7a69-4534-8594-4e59009bfbd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2aec385-c754-46f8-9712-77398d5c06f8 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-22062cb9-2c9e-4b3c-80a0-536a54dc3cc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-22062cb9-2c9e-4b3c-80a0-536a54dc3cc8 .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-533cfdb8-5371-4cf2-83fb-c402985d9fed {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-533cfdb8-5371-4cf2-83fb-c402985d9fed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-533cfdb8-5371-4cf2-83fb-c402985d9fed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-533cfdb8-5371-4cf2-83fb-c402985d9fed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-533cfdb8-5371-4cf2-83fb-c402985d9fed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-78282c29-3f3f-466d-9cb3-814f9204a093 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 40px;
aspect-ratio: 40/29;
text-align: left;
}



.shg-image-margin-container-s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
      position: relative;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  
  
  
  
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
      position: relative;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  
  
  
  
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
      position: relative;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  
  
  
  
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
      position: relative;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  
  
  
  
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container {
      position: relative;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ec588ca-fc39-49e3-b97d-ccf8f9d589d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-0f84e084-9a7e-43eb-ad84-b1003c20400f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-170ebc9e-f321-44ff-b009-8b65f8efe7ee {
  margin-left: auto;
margin-right: auto;
}

#s-6c6f1442-1a4a-4c1d-83d5-db7aac49ed40 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 40px;
aspect-ratio: 40/29;
text-align: left;
}



.shg-image-margin-container-s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-content {
  
    align-items: center;
  
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
      position: relative;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  
  
  
  
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-content {
  
    align-items: center;
  
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
      position: relative;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  
  
  
  
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-content {
  
    align-items: center;
  
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
      position: relative;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  
  
  
  
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-content {
  
    align-items: center;
  
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
      position: relative;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  
  
  
  
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-46844fbf-d745-4e4e-94b9-7163664c7b47 .shogun-image-content {
  
    align-items: center;
  
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container {
      position: relative;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46844fbf-d745-4e4e-94b9-7163664c7b47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-4a12c968-336d-4420-91d9-7354cc2d6add {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-26a550ac-c786-427d-bf00-8171f847411d {
  margin-left: auto;
margin-right: auto;
}

#s-858e46de-7589-460c-b6cd-f6dc0bc2bc25 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-f95a1df0-4993-4b23-9c79-ae9aeaa3e46b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-946de304-e288-4b38-bddd-2bcf57d81ce8 {
  margin-left: auto;
margin-right: auto;
}

#s-fe4f3246-1c76-4f70-b3f3-3c8ff608988a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-600ae228-98d0-4986-ab6a-9e5b2001f48f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-df6baefa-0b38-49c9-8bc3-aff53c5609b5 {
  margin-left: auto;
margin-right: auto;
}

#s-235a4254-af18-42a6-9378-44c0b23a201d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-235a4254-af18-42a6-9378-44c0b23a201d {
  display: none;
}
#s-235a4254-af18-42a6-9378-44c0b23a201d, #wrap-s-235a4254-af18-42a6-9378-44c0b23a201d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-235a4254-af18-42a6-9378-44c0b23a201d {
  display: none;
}
#s-235a4254-af18-42a6-9378-44c0b23a201d, #wrap-s-235a4254-af18-42a6-9378-44c0b23a201d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-235a4254-af18-42a6-9378-44c0b23a201d {
  display: none;
}
#s-235a4254-af18-42a6-9378-44c0b23a201d, #wrap-s-235a4254-af18-42a6-9378-44c0b23a201d { display: none !important; }}







#s-235a4254-af18-42a6-9378-44c0b23a201d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-235a4254-af18-42a6-9378-44c0b23a201d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e052e6c-909d-4b21-b23b-8b6d24b55963 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-0ac00a36-f7f3-4daf-9724-9446967b611e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-0ac00a36-f7f3-4daf-9724-9446967b611e .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-516f2c68-27cf-448f-8da5-31e5f3550c24 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-ccde83a9-c228-4752-8f1d-b75eed6a6698 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ccde83a9-c228-4752-8f1d-b75eed6a6698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccde83a9-c228-4752-8f1d-b75eed6a6698.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 40px;
aspect-ratio: 40/29;
text-align: center;
}



.shg-image-margin-container-s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-769ff5d3-f61e-4906-9950-84137411f4c2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
      position: relative;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  
  
  
  
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-769ff5d3-f61e-4906-9950-84137411f4c2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
      position: relative;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  
  
  
  
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-769ff5d3-f61e-4906-9950-84137411f4c2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
      position: relative;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  
  
  
  
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-769ff5d3-f61e-4906-9950-84137411f4c2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
      position: relative;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  
  
  
  
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-769ff5d3-f61e-4906-9950-84137411f4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-769ff5d3-f61e-4906-9950-84137411f4c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-769ff5d3-f61e-4906-9950-84137411f4c2 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container {
      position: relative;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-769ff5d3-f61e-4906-9950-84137411f4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-946e9b2e-b0e8-4aa4-be36-564f9f6f7872 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5f685306-af2a-4930-9a32-d5323b9a7296 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-46db5dee-4b69-4cf6-b30d-7ef352aef811 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-11046bd4-0d9a-4310-bf22-7b2162062a13 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-11046bd4-0d9a-4310-bf22-7b2162062a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11046bd4-0d9a-4310-bf22-7b2162062a13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 40px;
aspect-ratio: 40/29;
text-align: center;
}



.shg-image-margin-container-s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-content {
  
    align-items: center;
  
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61a72dc1-df28-4975-892a-828f3ac17135 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
      position: relative;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-61a72dc1-df28-4975-892a-828f3ac17135 {
  
  
  
  
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-content {
  
    align-items: center;
  
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61a72dc1-df28-4975-892a-828f3ac17135 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
      position: relative;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-61a72dc1-df28-4975-892a-828f3ac17135 {
  
  
  
  
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-content {
  
    align-items: center;
  
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61a72dc1-df28-4975-892a-828f3ac17135 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
      position: relative;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-61a72dc1-df28-4975-892a-828f3ac17135 {
  
  
  
  
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-content {
  
    align-items: center;
  
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61a72dc1-df28-4975-892a-828f3ac17135 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
      position: relative;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

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

.shg-image-margin-container-s-61a72dc1-df28-4975-892a-828f3ac17135 {
  
  
  
  
}

#s-61a72dc1-df28-4975-892a-828f3ac17135 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }

    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-link {
      aspect-ratio: 40/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a72dc1-df28-4975-892a-828f3ac17135 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 40px;
  }



  img.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-61a72dc1-df28-4975-892a-828f3ac17135 .shogun-image-content {
  
    align-items: center;
  
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61a72dc1-df28-4975-892a-828f3ac17135 {
      --shg-aspect-ratio: calc(40/29); 
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container {
      position: relative;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a72dc1-df28-4975-892a-828f3ac17135 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-2da65675-f9d5-4c0c-8145-5568dbc799f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1f83ba02-eb92-428d-9fda-2bf1539e4104 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-8068e077-b1d9-4fa7-beb8-4df0302ae17b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-1fa65b06-d619-43f2-a701-bb6d565f5060 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1fa65b06-d619-43f2-a701-bb6d565f5060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa65b06-d619-43f2-a701-bb6d565f5060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3e57037-9824-48eb-b31d-797630fe5990 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0434d500-e397-499b-b093-23b897fb365e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-ae883018-568a-4a29-9a0f-132d019d6a5e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-3d1eea5e-e313-4815-b07a-bd98dfa640a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3d1eea5e-e313-4815-b07a-bd98dfa640a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d1eea5e-e313-4815-b07a-bd98dfa640a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac0b632f-eddc-43a6-b775-26f06073075e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-de352a80-2cd8-4955-8d75-659d7ab8e7a9 {
  margin-left: auto;
margin-right: auto;
}

#s-f8b54dc9-8fd8-465b-92f3-59df8fc42544 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f8b54dc9-8fd8-465b-92f3-59df8fc42544 {
  display: none;
}
#s-f8b54dc9-8fd8-465b-92f3-59df8fc42544, #wrap-s-f8b54dc9-8fd8-465b-92f3-59df8fc42544 { display: none !important; }}







#s-f8b54dc9-8fd8-465b-92f3-59df8fc42544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8b54dc9-8fd8-465b-92f3-59df8fc42544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9159f65b-93db-4a82-9cc9-1d3b8fb1f24c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b4f3941e-3830-4d6d-8cf2-24aefe5c439b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
text-align: center;
}

#s-b4f3941e-3830-4d6d-8cf2-24aefe5c439b .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4104da2e-79ad-45ca-963d-4fa36214530c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-4104da2e-79ad-45ca-963d-4fa36214530c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4104da2e-79ad-45ca-963d-4fa36214530c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4104da2e-79ad-45ca-963d-4fa36214530c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4104da2e-79ad-45ca-963d-4fa36214530c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0f601e-c934-4311-b9e5-fffc25352583 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
      position: relative;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  
  
  
  
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0f601e-c934-4311-b9e5-fffc25352583 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
      position: relative;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  
  
  
  
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0f601e-c934-4311-b9e5-fffc25352583 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
      position: relative;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  
  
  
  
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0f601e-c934-4311-b9e5-fffc25352583 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
      position: relative;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  
  
  
  
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0f601e-c934-4311-b9e5-fffc25352583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-4c0f601e-c934-4311-b9e5-fffc25352583 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c0f601e-c934-4311-b9e5-fffc25352583 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container {
      position: relative;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0f601e-c934-4311-b9e5-fffc25352583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-72db4e77-e6f6-4ef2-9701-63aff9077113 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-72db4e77-e6f6-4ef2-9701-63aff9077113 > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0;
  display: block;
}#s-72db4e77-e6f6-4ef2-9701-63aff9077113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2776b4ec-2d87-4e28-a210-fc9fc8765517 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-e1f528dc-222f-48f7-8760-4f3384140028 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1f528dc-222f-48f7-8760-4f3384140028"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-fef547d8-deaa-4285-aa72-dbd19289d331 {
  margin-left: auto;
margin-right: auto;
}

#s-25fe5bee-df18-4520-b9c4-d967bb48139b {
  margin-left: auto;
margin-right: auto;
}








#s-25fe5bee-df18-4520-b9c4-d967bb48139b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25fe5bee-df18-4520-b9c4-d967bb48139b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6327d600-75e8-4889-a5f2-8474029abbde {
  margin-left: auto;
margin-right: auto;
}

#s-6327d600-75e8-4889-a5f2-8474029abbde .shogun-icon-wrapper {
  text-align: center;
}


#s-6327d600-75e8-4889-a5f2-8474029abbde .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
      position: relative;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  
  
  
  
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
      position: relative;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  
  
  
  
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
      position: relative;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  
  
  
  
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
      position: relative;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  
  
  
  
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-42305c3b-4936-4aef-8a8c-454f27d89bc4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container {
      position: relative;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42305c3b-4936-4aef-8a8c-454f27d89bc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-90f157a9-8008-4efa-964f-72720d1a857e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-90f157a9-8008-4efa-964f-72720d1a857e > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0;
  display: block;
}#s-90f157a9-8008-4efa-964f-72720d1a857e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6ea56a2-a985-4305-bcee-3a7d903885de {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-57c6b818-3ce0-4d66-aea1-a22a4e880b74 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57c6b818-3ce0-4d66-aea1-a22a4e880b74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-36a8b302-4883-4c60-aa34-8dccc094a180 {
  margin-left: auto;
margin-right: auto;
}

#s-46ce3d67-b393-4df3-99ab-5df8cd55bde1 {
  margin-left: auto;
margin-right: auto;
}








#s-46ce3d67-b393-4df3-99ab-5df8cd55bde1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46ce3d67-b393-4df3-99ab-5df8cd55bde1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c58af8e-947f-4572-809d-645c2f4f8b56 {
  margin-left: auto;
margin-right: auto;
}

#s-4c58af8e-947f-4572-809d-645c2f4f8b56 .shogun-icon-wrapper {
  text-align: center;
}


#s-4c58af8e-947f-4572-809d-645c2f4f8b56 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 310px;
aspect-ratio: 310/370;
text-align: center;
}



.shg-image-margin-container-s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
      position: relative;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  
  
  
  
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
      position: relative;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  
  
  
  
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
      position: relative;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  
  
  
  
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
      position: relative;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

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

.shg-image-margin-container-s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  
  
  
  
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }

    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-link {
      aspect-ratio: 310/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 310px;
  }



  img.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
    
    
    
    max-height: 310px;
  }


.s-1937fc2c-ce40-4190-8eca-5e5a44203084 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 {
      --shg-aspect-ratio: calc(310/370); 
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container {
      position: relative;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1937fc2c-ce40-4190-8eca-5e5a44203084 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 310px;
    }
  }

}
#s-51641ed1-aed7-40da-bea0-32f0f594bc0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-51641ed1-aed7-40da-bea0-32f0f594bc0c > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0;
  display: block;
}#s-51641ed1-aed7-40da-bea0-32f0f594bc0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55108d22-9af2-430a-91e4-0556a695b5b4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-1014cddc-b181-4422-9c55-50df0a2e5ca5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1014cddc-b181-4422-9c55-50df0a2e5ca5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-711a6d95-0736-4321-8c95-33f34a4cc6f2 {
  margin-left: auto;
margin-right: auto;
}

#s-c439be27-43ac-4942-a220-27deec336cbe {
  margin-left: auto;
margin-right: auto;
}








#s-c439be27-43ac-4942-a220-27deec336cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c439be27-43ac-4942-a220-27deec336cbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc57d1b7-f5ca-4f16-8753-e92625f04e36 {
  margin-left: auto;
margin-right: auto;
}

#s-cc57d1b7-f5ca-4f16-8753-e92625f04e36 .shogun-icon-wrapper {
  text-align: center;
}


#s-cc57d1b7-f5ca-4f16-8753-e92625f04e36 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  display: none;
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f, #wrap-s-734e13fc-0f1e-40cc-84da-f8264648c65f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  display: none;
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f, #wrap-s-734e13fc-0f1e-40cc-84da-f8264648c65f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  display: none;
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f, #wrap-s-734e13fc-0f1e-40cc-84da-f8264648c65f { display: none !important; }}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/480x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/960x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/768x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/1536x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/1024x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/2048x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/1200x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-734e13fc-0f1e-40cc-84da-f8264648c65f {
  background-image: url(https://i.shgcdn.com/d5d4d638-7bf3-4263-8b8e-107a75bcae09/-/resize/2048x/);
}
#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-734e13fc-0f1e-40cc-84da-f8264648c65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-734e13fc-0f1e-40cc-84da-f8264648c65f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83cc8d1a-9f69-4509-9b78-8abc07e05a7b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-a9dfcc22-dd35-4d1c-8f31-0e34f1dc8fe0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-a9dfcc22-dd35-4d1c-8f31-0e34f1dc8fe0 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-95b1ba7a-5c43-4435-8591-bb3be8b85612 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-95b1ba7a-5c43-4435-8591-bb3be8b85612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95b1ba7a-5c43-4435-8591-bb3be8b85612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7963465a-f68b-47d0-b7af-91faabf270a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7963465a-f68b-47d0-b7af-91faabf270a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7963465a-f68b-47d0-b7af-91faabf270a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7963465a-f68b-47d0-b7af-91faabf270a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7963465a-f68b-47d0-b7af-91faabf270a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c50dda96-4886-4a98-a625-121d6391bfec {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-e71f5a63-4d9b-4990-93b5-821258dd8a23 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-13400cb4-6ef4-4786-9aab-502791af6f2b {
  margin-left: auto;
margin-right: auto;
}

#s-13400cb4-6ef4-4786-9aab-502791af6f2b .shogun-icon-wrapper {
  text-align: left;
}


#s-13400cb4-6ef4-4786-9aab-502791af6f2b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-5d693c07-93d5-4fe5-b56b-de9ae41f8afd {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-5d693c07-93d5-4fe5-b56b-de9ae41f8afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d693c07-93d5-4fe5-b56b-de9ae41f8afd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b00909e8-131a-4cf0-9422-999bf37eac13 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b00909e8-131a-4cf0-9422-999bf37eac13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b00909e8-131a-4cf0-9422-999bf37eac13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b00909e8-131a-4cf0-9422-999bf37eac13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b00909e8-131a-4cf0-9422-999bf37eac13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f43aac7d-ff6c-46a6-ac62-5c65e0126833 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-59670259-76dc-4c8a-82d4-b774dfa0e740 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-74b9d403-b1e4-44a7-943f-12c192f8e8f8 {
  margin-left: auto;
margin-right: auto;
}

#s-74b9d403-b1e4-44a7-943f-12c192f8e8f8 .shogun-icon-wrapper {
  text-align: left;
}


#s-74b9d403-b1e4-44a7-943f-12c192f8e8f8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-2963423b-602f-4529-a28e-852832e45cc1 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-2963423b-602f-4529-a28e-852832e45cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2963423b-602f-4529-a28e-852832e45cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2f4ecb-6e73-46ba-8cb9-103d0bcd8877 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ee2f4ecb-6e73-46ba-8cb9-103d0bcd8877"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee2f4ecb-6e73-46ba-8cb9-103d0bcd8877"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee2f4ecb-6e73-46ba-8cb9-103d0bcd8877"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee2f4ecb-6e73-46ba-8cb9-103d0bcd8877"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a0b85bc5-b400-435d-8f35-a80029fbe233 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-584fc3db-a44a-4586-be2d-e683a4b43855 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-42186196-f26f-41af-9410-1e697e9bd3b1 {
  margin-left: auto;
margin-right: auto;
}

#s-42186196-f26f-41af-9410-1e697e9bd3b1 .shogun-icon-wrapper {
  text-align: left;
}


#s-42186196-f26f-41af-9410-1e697e9bd3b1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: rgba(0, 114, 188, 1);
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  display: none;
}
#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd, #wrap-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd { display: none !important; }}


.shg-image-margin-container-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin: 0 !important;
}





  img.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  
  
  
  
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin: 0 !important;
}





  img.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  
  
  
  
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin: 0 !important;
}





  img.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  
  
  
  
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin: 0 !important;
}





  img.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  
  
  
  
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd {
  margin: 0 !important;
}





  img.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa6c0f2-c09f-460d-91a3-eb91ed825fbd.shogun-image {
  box-sizing: border-box;
}




}
#s-7ec769e1-5925-453a-8e72-e6c1f3cea66a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/1615;
text-align: center;
}
@media (min-width: 1200px){#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  display: none;
}
#s-f30a3977-74c8-46cd-babe-62980c05f8bc, #wrap-s-f30a3977-74c8-46cd-babe-62980c05f8bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  display: none;
}
#s-f30a3977-74c8-46cd-babe-62980c05f8bc, #wrap-s-f30a3977-74c8-46cd-babe-62980c05f8bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  display: none;
}
#s-f30a3977-74c8-46cd-babe-62980c05f8bc, #wrap-s-f30a3977-74c8-46cd-babe-62980c05f8bc { display: none !important; }}@media (max-width: 767px){#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
text-align: center;
}
}


.shg-image-margin-container-s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }

    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-link {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f30a3977-74c8-46cd-babe-62980c05f8bc {
      --shg-aspect-ratio: calc(1520/1615); 
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
      position: relative;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  
  
  
  
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }

    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-link {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f30a3977-74c8-46cd-babe-62980c05f8bc {
      --shg-aspect-ratio: calc(1520/1615); 
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
      position: relative;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  
  
  
  
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }

    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-link {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f30a3977-74c8-46cd-babe-62980c05f8bc {
      --shg-aspect-ratio: calc(1520/1615); 
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
      position: relative;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  
  
  
  
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }

    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-link {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f30a3977-74c8-46cd-babe-62980c05f8bc {
      --shg-aspect-ratio: calc(1520/1615); 
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
      position: relative;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }

    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-link {
      aspect-ratio: 1520/1615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f30a3977-74c8-46cd-babe-62980c05f8bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-f30a3977-74c8-46cd-babe-62980c05f8bc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f30a3977-74c8-46cd-babe-62980c05f8bc {
      --shg-aspect-ratio: calc(1520/1615); 
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container {
      position: relative;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f30a3977-74c8-46cd-babe-62980c05f8bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-3ada496e-3891-403e-add2-0914bc4f611f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-07b0e15d-cc44-4518-878d-55e6f52ce554 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-07b0e15d-cc44-4518-878d-55e6f52ce554 {
  display: none;
}
#s-07b0e15d-cc44-4518-878d-55e6f52ce554, #wrap-s-07b0e15d-cc44-4518-878d-55e6f52ce554 { display: none !important; }}







#s-07b0e15d-cc44-4518-878d-55e6f52ce554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b0e15d-cc44-4518-878d-55e6f52ce554.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-7edce09d-f883-450e-a481-91218af02c2a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin: 0 !important;
}





  img.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7edce09d-f883-450e-a481-91218af02c2a .shogun-image-content {
  
    align-items: center;
  
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7edce09d-f883-450e-a481-91218af02c2a {
  
  
  
  
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin: 0 !important;
}





  img.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7edce09d-f883-450e-a481-91218af02c2a .shogun-image-content {
  
    align-items: center;
  
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7edce09d-f883-450e-a481-91218af02c2a {
  
  
  
  
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin: 0 !important;
}





  img.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7edce09d-f883-450e-a481-91218af02c2a .shogun-image-content {
  
    align-items: center;
  
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7edce09d-f883-450e-a481-91218af02c2a {
  
  
  
  
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin: 0 !important;
}





  img.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7edce09d-f883-450e-a481-91218af02c2a .shogun-image-content {
  
    align-items: center;
  
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7edce09d-f883-450e-a481-91218af02c2a {
  
  
  
  
}

#s-7edce09d-f883-450e-a481-91218af02c2a {
  margin: 0 !important;
}





  img.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7edce09d-f883-450e-a481-91218af02c2a .shogun-image-content {
  
    align-items: center;
  
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7edce09d-f883-450e-a481-91218af02c2a.shogun-image {
  box-sizing: border-box;
}




}
#s-81d4164b-557d-4d9a-ba2c-4170bf3a0634 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-81d4164b-557d-4d9a-ba2c-4170bf3a0634 .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-873e6c83-607b-478d-9c18-4622d1b77843 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(4, 18, 28, 1);
}


  #s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs > li > .shogun-tab-box {
    background: rgba(6, 44, 62, 1);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  #s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(6, 44, 62, 1);
    border: 0px solid #ddd;
  }
#s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(162, 159, 166, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(113, 179, 239, 1);
}

#s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 0px);
  left: 0px;
  bottom: -0px;
  height: 0px;
  background: rgba(6, 44, 62, 1);
}

#s-fd0a6cc7-9a65-400b-b25e-80cbb44a9dbf .shogun-tabs-body {
  margin-top: -0px;
  border-top: 0px solid #ddd;
}

#s-2eb4f69b-e1aa-4ed5-88f8-74cbc4a9d200 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-2eb4f69b-e1aa-4ed5-88f8-74cbc4a9d200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb4f69b-e1aa-4ed5-88f8-74cbc4a9d200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb4f69b-e1aa-4ed5-88f8-74cbc4a9d200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb4f69b-e1aa-4ed5-88f8-74cbc4a9d200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cb93576a-f47c-4606-a21c-6f449be62263 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 0%;
min-height: 50px;
}








#s-cb93576a-f47c-4606-a21c-6f449be62263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb93576a-f47c-4606-a21c-6f449be62263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1761e6f7-0417-4276-b185-3aeaecbd5913 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-6b197e06-a886-4180-89ff-fa6e7f835379 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-50f01abf-9738-4f7f-9478-c8cda19f6857 {
  margin-left: auto;
margin-right: auto;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-50f01abf-9738-4f7f-9478-c8cda19f6857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
      position: relative;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  
  
  
  
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
      position: relative;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  
  
  
  
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
      position: relative;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  
  
  
  
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
      position: relative;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  
  
  
  
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4fe50903-babf-4d79-8ffd-8415e9868dc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container {
      position: relative;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe50903-babf-4d79-8ffd-8415e9868dc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fcc8a058-89b4-4d54-b601-91a3ca031458 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcc8a058-89b4-4d54-b601-91a3ca031458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcc8a058-89b4-4d54-b601-91a3ca031458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4565f3a-a2b5-44a9-816b-26f586a5feed {
  margin-left: auto;
margin-right: auto;
}

#s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47f5c2d-0c0e-42be-9d7e-75f894ae8ec8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
      position: relative;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  
  
  
  
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
      position: relative;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  
  
  
  
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
      position: relative;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  
  
  
  
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
      position: relative;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  
  
  
  
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container {
      position: relative;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b864c2f-d9c2-4bb7-b740-fd41633c748b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-21b7fa7f-e224-4f98-b5bd-ce3abc994c20 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-21b7fa7f-e224-4f98-b5bd-ce3abc994c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21b7fa7f-e224-4f98-b5bd-ce3abc994c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-698b5549-8b83-41aa-8302-2105275ac81c {
  margin-left: auto;
margin-right: auto;
}

#s-decedda8-9a92-4388-b8b5-b0d0920f93f9 {
  margin-left: auto;
margin-right: auto;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-decedda8-9a92-4388-b8b5-b0d0920f93f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
      position: relative;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  
  
  
  
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
      position: relative;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  
  
  
  
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
      position: relative;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  
  
  
  
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
      position: relative;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  
  
  
  
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-57149138-6750-43a9-933d-a1ca8d4bc7ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container {
      position: relative;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57149138-6750-43a9-933d-a1ca8d4bc7ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-67eb0861-e64a-4e93-80af-9ca03d4d0097 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67eb0861-e64a-4e93-80af-9ca03d4d0097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67eb0861-e64a-4e93-80af-9ca03d4d0097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29559872-5cb5-478f-977e-483bc194f554 {
  margin-left: auto;
margin-right: auto;
}

#s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7e3b20e-de4e-40ab-bc12-f958ba029ec4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-1417c6ff-fadd-40fa-b5c2-dbc28209405e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-1417c6ff-fadd-40fa-b5c2-dbc28209405e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1417c6ff-fadd-40fa-b5c2-dbc28209405e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a301274-69c2-4ebd-85fe-fb785c4900c4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-559140c7-98ea-4110-b3e9-1d2776755b6b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-ed3a6f0b-048c-4633-a447-3181002d5bdb {
  margin-left: auto;
margin-right: auto;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin: 0 !important;
}





  img.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7a8a739a-4c7e-411a-8936-88801ca225c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  
  
  
  
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin: 0 !important;
}





  img.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7a8a739a-4c7e-411a-8936-88801ca225c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  
  
  
  
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin: 0 !important;
}





  img.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7a8a739a-4c7e-411a-8936-88801ca225c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  
  
  
  
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin: 0 !important;
}





  img.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7a8a739a-4c7e-411a-8936-88801ca225c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  
  
  
  
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6 {
  margin: 0 !important;
}





  img.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7a8a739a-4c7e-411a-8936-88801ca225c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8a739a-4c7e-411a-8936-88801ca225c6.shogun-image {
  box-sizing: border-box;
}




}
#s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d9f92eb-a110-4a78-8d0c-a3fdcaa5fb8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-c45be1f8-c622-45b7-aa2b-6ce91d78c350 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-c45be1f8-c622-45b7-aa2b-6ce91d78c350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c45be1f8-c622-45b7-aa2b-6ce91d78c350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81803bc4-5254-4d20-94c4-02ed40dbe1ce {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-455d1eac-d33c-4548-a1de-83fe57359e05 {
  margin-left: auto;
margin-right: auto;
}

#s-847392ca-fbd4-4fa8-b36d-6803c33107a2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a9e49655-897a-491f-88b0-cd1daa0f9621 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a9e49655-897a-491f-88b0-cd1daa0f9621 {
  display: none;
}
#s-a9e49655-897a-491f-88b0-cd1daa0f9621, #wrap-s-a9e49655-897a-491f-88b0-cd1daa0f9621 { display: none !important; }}







#s-a9e49655-897a-491f-88b0-cd1daa0f9621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9e49655-897a-491f-88b0-cd1daa0f9621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac22710e-fef9-44bc-9dbd-aae7ba29416c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bd2dc59c-0bc4-45a7-b71e-5bb408912dc4 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-ee8928bc-4831-4ec8-a696-dba2d0b598f4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-ee8928bc-4831-4ec8-a696-dba2d0b598f4 .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e2599083-6fba-4221-9741-cc7afb01def2 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
}

#s-daa84e04-faa5-4dc8-a318-01e030c48760 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}

@media (min-width: 0px) {
[id="s-daa84e04-faa5-4dc8-a318-01e030c48760"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daa84e04-faa5-4dc8-a318-01e030c48760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-daa84e04-faa5-4dc8-a318-01e030c48760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-daa84e04-faa5-4dc8-a318-01e030c48760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a630bb7f-62dd-46a4-923f-249f432000c6 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
}








#s-a630bb7f-62dd-46a4-923f-249f432000c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a630bb7f-62dd-46a4-923f-249f432000c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4725123e-dbc0-4db1-8856-5d992eb59940 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
text-align: left;
}

#s-9df23996-c8c2-4a8f-8812-bf28c34626a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-9df23996-c8c2-4a8f-8812-bf28c34626a6 > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-9df23996-c8c2-4a8f-8812-bf28c34626a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d01df9c6-808f-4d2e-9817-b6d919f08f72 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b10dd243-266b-4312-b761-f11dafb1fc72 {
  margin-left: auto;
margin-right: auto;
}

#s-797b364d-9574-4e43-b482-1c56892da12b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
text-align: center;
}

#s-801d00fb-d202-4591-87a6-df9059088546 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
}








#s-801d00fb-d202-4591-87a6-df9059088546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-801d00fb-d202-4591-87a6-df9059088546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6f15c20-69a4-4760-ab05-e3afc8639ca6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
text-align: left;
}

#s-76158bc5-5997-433d-8435-f0d4a3e77377 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-76158bc5-5997-433d-8435-f0d4a3e77377 > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-76158bc5-5997-433d-8435-f0d4a3e77377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c6ac727-a66a-42a7-8e28-582af92efbe7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-d0e34085-4ce7-470f-af1a-55587062ca95 {
  margin-left: auto;
margin-right: auto;
}

#s-6f6afbb3-9579-4b0f-8349-f6390d1a487b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
text-align: center;
}

#s-fe1a0330-1e8b-41f0-9341-4da4e0b7900a {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
}








#s-fe1a0330-1e8b-41f0-9341-4da4e0b7900a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe1a0330-1e8b-41f0-9341-4da4e0b7900a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0128c888-81d9-4912-9f96-c9b3bb5ee97b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
text-align: left;
}

#s-3a4f0324-3893-4c95-a0a8-8a77c45685a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-3a4f0324-3893-4c95-a0a8-8a77c45685a3 > .shg-box-overlay {
  background-color: rgba(6, 6, 6, 1);
  opacity: 0.3;
  display: block;
}#s-3a4f0324-3893-4c95-a0a8-8a77c45685a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7adbeed-9d48-4288-bac0-bd40dada29e6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-7a3a2645-51cc-422c-bca6-08b2dfcee232 {
  margin-left: auto;
margin-right: auto;
}

#s-2fded489-41b7-4c27-951e-b88da037a16e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
text-align: center;
}

#s-537f0f2a-3adf-4158-a4b9-850ef3a00c49 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-537f0f2a-3adf-4158-a4b9-850ef3a00c49 {
  display: none;
}
#s-537f0f2a-3adf-4158-a4b9-850ef3a00c49, #wrap-s-537f0f2a-3adf-4158-a4b9-850ef3a00c49 { display: none !important; }}
@media (min-width: 0px) {
[id="s-537f0f2a-3adf-4158-a4b9-850ef3a00c49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-537f0f2a-3adf-4158-a4b9-850ef3a00c49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-537f0f2a-3adf-4158-a4b9-850ef3a00c49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-537f0f2a-3adf-4158-a4b9-850ef3a00c49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-55ee1c30-0a5f-44b0-a419-cf4479b9b47d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-55ee1c30-0a5f-44b0-a419-cf4479b9b47d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55ee1c30-0a5f-44b0-a419-cf4479b9b47d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-736bf667-d289-4008-bcec-0c17e69152e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-4d3f85d7-6bdc-4d70-9848-ed42a954ba89 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-4d3f85d7-6bdc-4d70-9848-ed42a954ba89 .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-640f3cc9-7b15-470f-a0fd-2bff8eef5bff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}

#s-a1ff94c4-9c3a-40fb-9326-ce75d934459a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a1ff94c4-9c3a-40fb-9326-ce75d934459a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1ff94c4-9c3a-40fb-9326-ce75d934459a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d194a7e-4016-4a7f-88b8-b8d0a3fa4c0e {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}

#s-0885fa1a-0490-40d0-900d-497fab68d097 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0885fa1a-0490-40d0-900d-497fab68d097 {
  display: none;
}
#s-0885fa1a-0490-40d0-900d-497fab68d097, #wrap-s-0885fa1a-0490-40d0-900d-497fab68d097 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0885fa1a-0490-40d0-900d-497fab68d097 {
  display: none;
}
#s-0885fa1a-0490-40d0-900d-497fab68d097, #wrap-s-0885fa1a-0490-40d0-900d-497fab68d097 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0885fa1a-0490-40d0-900d-497fab68d097 {
  display: none;
}
#s-0885fa1a-0490-40d0-900d-497fab68d097, #wrap-s-0885fa1a-0490-40d0-900d-497fab68d097 { display: none !important; }}







#s-0885fa1a-0490-40d0-900d-497fab68d097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0885fa1a-0490-40d0-900d-497fab68d097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 700/490;
text-align: center;
}
@media (max-width: 767px){#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}
}


.shg-image-margin-container-s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }

    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-link {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
      --shg-aspect-ratio: calc(700/490); 
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
      position: relative;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  
  
  
  
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }

    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-link {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
      --shg-aspect-ratio: calc(700/490); 
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
      position: relative;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  
  
  
  
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }

    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-link {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
      --shg-aspect-ratio: calc(700/490); 
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
      position: relative;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  
  
  
  
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }

    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-link {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
      --shg-aspect-ratio: calc(700/490); 
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
      position: relative;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

.shg-image-margin-container-s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }

    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-link {
      aspect-ratio: 700/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 {
      --shg-aspect-ratio: calc(700/490); 
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container {
      position: relative;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eeeef01-984c-43c0-a035-02e0f4d55ed1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-d1d163c2-2d0f-44e3-b1b1-4bb3c42b1864 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-d1d163c2-2d0f-44e3-b1b1-4bb3c42b1864 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-5bac865f-168a-4e2d-a31c-b38f59feee74 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(4, 18, 28, 1);
}


  #s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(6, 44, 62, 1);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  #s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(6, 44, 62, 1);
    border: 0px solid #ddd;
  }
#s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(162, 159, 166, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(113, 179, 239, 1);
}

#s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 0px);
  left: 0px;
  bottom: -0px;
  height: 0px;
  background: rgba(6, 44, 62, 1);
}

#s-0088fe7a-7b90-4e2a-929f-3f1718b1e1b3 .shogun-tabs-body {
  margin-top: -0px;
  border-top: 0px solid #ddd;
}

#s-128fb4da-e992-4a22-80af-9be23fa37067 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-128fb4da-e992-4a22-80af-9be23fa37067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-128fb4da-e992-4a22-80af-9be23fa37067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-128fb4da-e992-4a22-80af-9be23fa37067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-128fb4da-e992-4a22-80af-9be23fa37067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-352d268e-458d-4ce0-a4bf-8359557c7dd7 {
  margin-left: auto;
margin-right: auto;
padding-right: 0%;
min-height: 50px;
}








#s-352d268e-458d-4ce0-a4bf-8359557c7dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-352d268e-458d-4ce0-a4bf-8359557c7dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a649de5e-01b3-4e96-840f-55a5cf05b1da {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-507e050e-e035-4380-890f-b9adb6fa6f3a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

#s-83119907-7c32-48cf-a701-e83a9b076a92 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-83119907-7c32-48cf-a701-e83a9b076a92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
      position: relative;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  
  
  
  
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
      position: relative;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  
  
  
  
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
      position: relative;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  
  
  
  
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
      position: relative;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  
  
  
  
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6b7845b6-452b-44ac-accf-fc1c3f24961a .shogun-image-content {
  
    align-items: center;
  
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container {
      position: relative;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7845b6-452b-44ac-accf-fc1c3f24961a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2e608c81-b962-47e1-aa9c-afea8d10725f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2e608c81-b962-47e1-aa9c-afea8d10725f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e608c81-b962-47e1-aa9c-afea8d10725f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2345ee4c-bf73-4b2e-a27c-8823624b5623 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#s-ab6756e5-91fc-4ab2-8655-c20cdbed005a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab6756e5-91fc-4ab2-8655-c20cdbed005a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
      position: relative;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  
  
  
  
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
      position: relative;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  
  
  
  
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
      position: relative;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  
  
  
  
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
      position: relative;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  
  
  
  
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-711cd833-7902-4ad6-a74e-a541f25b99f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container {
      position: relative;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-711cd833-7902-4ad6-a74e-a541f25b99f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-13d39460-89da-4889-aae7-82e69f8439a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13d39460-89da-4889-aae7-82e69f8439a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13d39460-89da-4889-aae7-82e69f8439a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9861cb-bc20-4c42-8943-786908de9fd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#s-e8ad82d8-04b2-4775-8870-4e2731b9eadd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8ad82d8-04b2-4775-8870-4e2731b9eadd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
      position: relative;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  
  
  
  
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
      position: relative;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  
  
  
  
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
      position: relative;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  
  
  
  
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
      position: relative;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

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

.shg-image-margin-container-s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  
  
  
  
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 70px;
  }



  img.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container {
      position: relative;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b377d5-53e5-4ddf-ae8e-16cd8ed51320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a2b8e5e1-83e9-43d3-a417-78aaec2b86e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a2b8e5e1-83e9-43d3-a417-78aaec2b86e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2b8e5e1-83e9-43d3-a417-78aaec2b86e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ccc2d14-effc-4f2f-8783-9f73b20ede3e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#s-5589b561-9a24-4e44-a09d-ca06bc53b5a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5589b561-9a24-4e44-a09d-ca06bc53b5a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 490/380;
text-align: center;
}
@media (max-width: 767px){#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
}


.shg-image-margin-container-s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }

    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-link {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
      --shg-aspect-ratio: calc(490/380); 
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
      position: relative;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  
  
  
  
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }

    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-link {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
      --shg-aspect-ratio: calc(490/380); 
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
      position: relative;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  
  
  
  
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }

    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-link {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
      --shg-aspect-ratio: calc(490/380); 
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
      position: relative;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  
  
  
  
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }

    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-link {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
      --shg-aspect-ratio: calc(490/380); 
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
      position: relative;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }

    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-link {
      aspect-ratio: 490/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-3506c899-60c4-4c0f-8902-97e5e637d6a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 {
      --shg-aspect-ratio: calc(490/380); 
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container {
      position: relative;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3506c899-60c4-4c0f-8902-97e5e637d6a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-4d41b57e-1464-480c-ab2d-9ded8086c5b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d41b57e-1464-480c-ab2d-9ded8086c5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d41b57e-1464-480c-ab2d-9ded8086c5b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-514bbbea-1bed-4370-8828-8533178b9fb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
}

#s-be99d859-4c7a-4b3a-959f-3dd6b702b62e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}

#s-b1a9d24c-467d-426c-9001-2a0e5185026e {
  margin-left: auto;
margin-right: auto;
}

#s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b0c6b-7d48-4c54-a3f4-39b53368c784"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-4fcaa264-acfc-4be8-85b7-a3c48e1f2300 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-33820e2e-8569-4687-a81e-a222f8964c04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-33820e2e-8569-4687-a81e-a222f8964c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33820e2e-8569-4687-a81e-a222f8964c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fb1b7b2-4a19-4a36-a4a0-1a3c78191c67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
}

#s-4b4d4845-49a9-430b-b2a1-c3c54173f86b {
  margin-left: auto;
margin-right: auto;
}

#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f {
  display: none;
}
#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f, #wrap-s-e66e5e3a-92bd-422a-94a8-419ba7fd153f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f {
  display: none;
}
#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f, #wrap-s-e66e5e3a-92bd-422a-94a8-419ba7fd153f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f {
  display: none;
}
#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f, #wrap-s-e66e5e3a-92bd-422a-94a8-419ba7fd153f { display: none !important; }}







#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e66e5e3a-92bd-422a-94a8-419ba7fd153f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce7cdf1-153b-4a1c-8e27-b264ebbf5c43 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-622b8cd0-64bf-48ea-b612-b575bb4c7109 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 10px;
}

#s-809a38ef-e9e0-4cce-b250-dd7785113803 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-809a38ef-e9e0-4cce-b250-dd7785113803 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-56d63785-4c48-4a4d-a4c3-b3ec409f30a7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

#s-17ba8af3-fd97-4907-8631-9dab69291433 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-17ba8af3-fd97-4907-8631-9dab69291433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17ba8af3-fd97-4907-8631-9dab69291433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2881a9a-b6ac-49e8-bb85-adf94a7629bd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a2881a9a-b6ac-49e8-bb85-adf94a7629bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a2881a9a-b6ac-49e8-bb85-adf94a7629bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2881a9a-b6ac-49e8-bb85-adf94a7629bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2881a9a-b6ac-49e8-bb85-adf94a7629bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-549e845a-a4cb-44d5-ab10-7e48830764b5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-f0ceb2b7-e819-4d7c-b6af-9e071a85b110 {
  margin-left: auto;
margin-right: auto;
}

#s-f33510e6-0729-4813-9768-00588b707563 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 30px;
text-align: center;
}

#s-0237232e-8237-4b79-98e1-17b2eec472a5 {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-0237232e-8237-4b79-98e1-17b2eec472a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0237232e-8237-4b79-98e1-17b2eec472a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecf10035-f20f-4764-9a52-8142db7277a6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ecf10035-f20f-4764-9a52-8142db7277a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ecf10035-f20f-4764-9a52-8142db7277a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecf10035-f20f-4764-9a52-8142db7277a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecf10035-f20f-4764-9a52-8142db7277a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7abdc1e8-9034-4919-b052-8798510663c0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-5fbf870b-294e-4bdd-b5c1-68bb397f537e {
  margin-left: auto;
margin-right: auto;
}

#s-b4f90f1a-064f-4eb9-8708-b3f7e64f9eaf {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 30px;
text-align: center;
}

#s-50a8238d-3a33-4219-ad20-d21a546d04db {
  box-shadow:1px 1px 10px 2px rgba(0, 114, 188, 1);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 100%;
background-position: center center;
}








#s-50a8238d-3a33-4219-ad20-d21a546d04db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50a8238d-3a33-4219-ad20-d21a546d04db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fea881c-c432-4280-9395-97f9cb9866ce {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8fea881c-c432-4280-9395-97f9cb9866ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8fea881c-c432-4280-9395-97f9cb9866ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fea881c-c432-4280-9395-97f9cb9866ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fea881c-c432-4280-9395-97f9cb9866ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42b83761-e951-4320-af78-89d87b3e08c3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-c9d1f812-51d8-458e-ad48-e1df47558d7c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

#s-f66c1eca-b195-46d5-a5f3-ed44e456ffed {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
text-align: center;
}

#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 {
  display: none;
}
#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7, #wrap-s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 {
  display: none;
}
#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7, #wrap-s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 {
  display: none;
}
#s-2c9697b5-49e8-46d0-b90f-f5ac005559c7, #wrap-s-2c9697b5-49e8-46d0-b90f-f5ac005559c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2c9697b5-49e8-46d0-b90f-f5ac005559c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c9697b5-49e8-46d0-b90f-f5ac005559c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c9697b5-49e8-46d0-b90f-f5ac005559c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c9697b5-49e8-46d0-b90f-f5ac005559c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d1d0db7-4eba-40e4-8c37-3544b5c466ab {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}








#s-0d1d0db7-4eba-40e4-8c37-3544b5c466ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d1d0db7-4eba-40e4-8c37-3544b5c466ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f413f58c-3c64-4725-9a57-83691024fb23 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8e1595b9-95e5-4f4f-869a-40c8a67e3278 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-0357015d-ab1c-43d2-842a-f0e064d12146 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
text-align: center;
}

#s-0357015d-ab1c-43d2-842a-f0e064d12146 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a1cc5e30-7f78-4d9a-8848-6eddf62c9ce3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-565466bb-a850-48e7-b9b2-4bebd342bd32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-565466bb-a850-48e7-b9b2-4bebd342bd32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-565466bb-a850-48e7-b9b2-4bebd342bd32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8e740aa-9cb8-42f4-9ada-8efad981b5d8 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}

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

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

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

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

#s-eabcf3b6-e040-4327-ab39-677a887ccdcc {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  display: none;
}
#s-d9afe968-6662-401c-912b-e6a6c6f42fca, #wrap-s-d9afe968-6662-401c-912b-e6a6c6f42fca { display: none !important; }}


.shg-image-margin-container-s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin: 0 !important;
}





  img.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d9afe968-6662-401c-912b-e6a6c6f42fca .shogun-image-content {
  
    align-items: center;
  
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  
  
  
  
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin: 0 !important;
}





  img.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d9afe968-6662-401c-912b-e6a6c6f42fca .shogun-image-content {
  
    align-items: center;
  
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  
  
  
  
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin: 0 !important;
}





  img.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d9afe968-6662-401c-912b-e6a6c6f42fca .shogun-image-content {
  
    align-items: center;
  
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  
  
  
  
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin: 0 !important;
}





  img.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d9afe968-6662-401c-912b-e6a6c6f42fca .shogun-image-content {
  
    align-items: center;
  
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  
  
  
  
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca {
  margin: 0 !important;
}





  img.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d9afe968-6662-401c-912b-e6a6c6f42fca .shogun-image-content {
  
    align-items: center;
  
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9afe968-6662-401c-912b-e6a6c6f42fca.shogun-image {
  box-sizing: border-box;
}




}
#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 1520/1961;
text-align: center;
}
@media (min-width: 1200px){#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  display: none;
}
#s-92475428-1b29-4707-ad68-c6cbfc27c0cf, #wrap-s-92475428-1b29-4707-ad68-c6cbfc27c0cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  display: none;
}
#s-92475428-1b29-4707-ad68-c6cbfc27c0cf, #wrap-s-92475428-1b29-4707-ad68-c6cbfc27c0cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  display: none;
}
#s-92475428-1b29-4707-ad68-c6cbfc27c0cf, #wrap-s-92475428-1b29-4707-ad68-c6cbfc27c0cf { display: none !important; }}@media (max-width: 767px){#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
}


.shg-image-margin-container-s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }

    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-link {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-content {
  
    align-items: center;
  
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
      --shg-aspect-ratio: calc(1520/1961); 
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
      position: relative;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  
  
  
  
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }

    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-link {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-content {
  
    align-items: center;
  
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
      --shg-aspect-ratio: calc(1520/1961); 
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
      position: relative;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  
  
  
  
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }

    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-link {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-content {
  
    align-items: center;
  
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
      --shg-aspect-ratio: calc(1520/1961); 
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
      position: relative;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  
  
  
  
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }

    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-link {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-content {
  
    align-items: center;
  
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
      --shg-aspect-ratio: calc(1520/1961); 
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
      position: relative;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

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

.shg-image-margin-container-s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }

    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-link {
      aspect-ratio: 1520/1961;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100%;
  }



  img.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-92475428-1b29-4707-ad68-c6cbfc27c0cf .shogun-image-content {
  
    align-items: center;
  
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf {
      --shg-aspect-ratio: calc(1520/1961); 
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container {
      position: relative;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92475428-1b29-4707-ad68-c6cbfc27c0cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-304bd678-e9df-4707-8663-91d65057ce7a {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-304bd678-e9df-4707-8663-91d65057ce7a {
  display: none;
}
#s-304bd678-e9df-4707-8663-91d65057ce7a, #wrap-s-304bd678-e9df-4707-8663-91d65057ce7a { display: none !important; }}
#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 {
  display: none;
}
#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1, #wrap-s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 {
  display: none;
}
#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1, #wrap-s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 {
  display: none;
}
#s-96afa647-9223-4c68-9790-f6b4b6d9b7d1, #wrap-s-96afa647-9223-4c68-9790-f6b4b6d9b7d1 { display: none !important; }}
#s-24e93359-4f10-40ff-ae60-62e474ced62f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-24e93359-4f10-40ff-ae60-62e474ced62f {
  display: none;
}
#s-24e93359-4f10-40ff-ae60-62e474ced62f, #wrap-s-24e93359-4f10-40ff-ae60-62e474ced62f { display: none !important; }}
#s-24e93359-4f10-40ff-ae60-62e474ced62f .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-446cca4d-e41d-458f-ab40-e6910872341d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-446cca4d-e41d-458f-ab40-e6910872341d {
  display: none;
}
#s-446cca4d-e41d-458f-ab40-e6910872341d, #wrap-s-446cca4d-e41d-458f-ab40-e6910872341d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446cca4d-e41d-458f-ab40-e6910872341d {
  display: none;
}
#s-446cca4d-e41d-458f-ab40-e6910872341d, #wrap-s-446cca4d-e41d-458f-ab40-e6910872341d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-446cca4d-e41d-458f-ab40-e6910872341d {
  display: none;
}
#s-446cca4d-e41d-458f-ab40-e6910872341d, #wrap-s-446cca4d-e41d-458f-ab40-e6910872341d { display: none !important; }}
#s-446cca4d-e41d-458f-ab40-e6910872341d .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin-left: auto;
margin-right: auto;
max-width: 980px;
text-align: center;
}



.shg-image-margin-container-s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin: 0 !important;
}





  img.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 .shogun-image-content {
  
    align-items: center;
  
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  
  
  
  
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin: 0 !important;
}





  img.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 .shogun-image-content {
  
    align-items: center;
  
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  
  
  
  
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin: 0 !important;
}





  img.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 .shogun-image-content {
  
    align-items: center;
  
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  
  
  
  
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin: 0 !important;
}





  img.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 .shogun-image-content {
  
    align-items: center;
  
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  
  
  
  
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 {
  margin: 0 !important;
}





  img.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145 .shogun-image-content {
  
    align-items: center;
  
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a9dfc3-44dd-4d26-a229-9984f1cb9145.shogun-image {
  box-sizing: border-box;
}




}
#s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023 {
  display: none;
}
#s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023, #wrap-s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023 { display: none !important; }}
@media (min-width: 0px) {
[id="s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-861bca9c-0c8c-4908-8e65-cbc8f6c5b023"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5315435a-eca6-4bda-9faa-406a0be3f387 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5315435a-eca6-4bda-9faa-406a0be3f387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5315435a-eca6-4bda-9faa-406a0be3f387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d94a307d-7bfa-450a-9f2a-d9af172e7e2d {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}

#s-7ec0ad78-299f-47eb-9dc1-d8013de65558 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-7ec0ad78-299f-47eb-9dc1-d8013de65558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ec0ad78-299f-47eb-9dc1-d8013de65558.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-375f74ea-4bc4-40ac-83e9-ae26e394abd1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-375f74ea-4bc4-40ac-83e9-ae26e394abd1 .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b8535d9f-3381-406d-8afb-f734df172946 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}

#s-87fe2317-b390-4260-87f2-00b677344265 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-87fe2317-b390-4260-87f2-00b677344265 {
  display: none;
}
#s-87fe2317-b390-4260-87f2-00b677344265, #wrap-s-87fe2317-b390-4260-87f2-00b677344265 { display: none !important; }}
@media (min-width: 0px) {
[id="s-87fe2317-b390-4260-87f2-00b677344265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87fe2317-b390-4260-87f2-00b677344265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87fe2317-b390-4260-87f2-00b677344265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87fe2317-b390-4260-87f2-00b677344265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3778a66d-4518-4cf6-85d7-76fb09899ba8 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-3778a66d-4518-4cf6-85d7-76fb09899ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3778a66d-4518-4cf6-85d7-76fb09899ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3cf0202-7b70-4fe1-958a-731e8e41bcae {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-f3cf0202-7b70-4fe1-958a-731e8e41bcae .shogun-heading-component h2 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3dbbf55c-89ae-4cf5-a6b2-773cdd9c07aa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
}

#s-ee150974-4057-4b7f-9841-533ed3043201 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ee150974-4057-4b7f-9841-533ed3043201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee150974-4057-4b7f-9841-533ed3043201"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee150974-4057-4b7f-9841-533ed3043201"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee150974-4057-4b7f-9841-533ed3043201"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b32ba80e-7dff-4e28-b6e5-4a06c2dc03f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b32ba80e-7dff-4e28-b6e5-4a06c2dc03f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b32ba80e-7dff-4e28-b6e5-4a06c2dc03f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin-left: auto;
margin-right: auto;
max-width: 204px;
text-align: center;
}



.shg-image-margin-container-s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin: 0 !important;
}





  img.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-544edd88-d299-4d43-a3ea-5453af140dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  
  
  
  
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin: 0 !important;
}





  img.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-544edd88-d299-4d43-a3ea-5453af140dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  
  
  
  
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin: 0 !important;
}





  img.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-544edd88-d299-4d43-a3ea-5453af140dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  
  
  
  
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin: 0 !important;
}





  img.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-544edd88-d299-4d43-a3ea-5453af140dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  
  
  
  
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7 {
  margin: 0 !important;
}





  img.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-544edd88-d299-4d43-a3ea-5453af140dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544edd88-d299-4d43-a3ea-5453af140dc7.shogun-image {
  box-sizing: border-box;
}




}
#s-278be40c-6b25-4549-b86a-bb42e0f78fb9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-278be40c-6b25-4549-b86a-bb42e0f78fb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-278be40c-6b25-4549-b86a-bb42e0f78fb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-322c9830-e8d2-4ff8-85b6-a25ea667e2c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-30b4a915-b3d6-41f4-bc2f-33c46942263b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-30b4a915-b3d6-41f4-bc2f-33c46942263b {
  display: none;
}
#s-30b4a915-b3d6-41f4-bc2f-33c46942263b, #wrap-s-30b4a915-b3d6-41f4-bc2f-33c46942263b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30b4a915-b3d6-41f4-bc2f-33c46942263b {
  display: none;
}
#s-30b4a915-b3d6-41f4-bc2f-33c46942263b, #wrap-s-30b4a915-b3d6-41f4-bc2f-33c46942263b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30b4a915-b3d6-41f4-bc2f-33c46942263b {
  display: none;
}
#s-30b4a915-b3d6-41f4-bc2f-33c46942263b, #wrap-s-30b4a915-b3d6-41f4-bc2f-33c46942263b { display: none !important; }}
@media (min-width: 0px) {
[id="s-30b4a915-b3d6-41f4-bc2f-33c46942263b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30b4a915-b3d6-41f4-bc2f-33c46942263b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30b4a915-b3d6-41f4-bc2f-33c46942263b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30b4a915-b3d6-41f4-bc2f-33c46942263b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-193a5668-a80d-427f-b9f6-09a825376b3c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-193a5668-a80d-427f-b9f6-09a825376b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-193a5668-a80d-427f-b9f6-09a825376b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin-left: auto;
margin-right: auto;
max-width: 225px;
aspect-ratio: 225/212;
text-align: center;
}



.shg-image-margin-container-s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-content {
  
    align-items: center;
  
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b280df-1495-4864-91f8-dc4e367b62ce {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
      position: relative;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87b280df-1495-4864-91f8-dc4e367b62ce {
  
  
  
  
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-content {
  
    align-items: center;
  
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b280df-1495-4864-91f8-dc4e367b62ce {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
      position: relative;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-87b280df-1495-4864-91f8-dc4e367b62ce {
  
  
  
  
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-content {
  
    align-items: center;
  
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b280df-1495-4864-91f8-dc4e367b62ce {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
      position: relative;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-87b280df-1495-4864-91f8-dc4e367b62ce {
  
  
  
  
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-content {
  
    align-items: center;
  
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b280df-1495-4864-91f8-dc4e367b62ce {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
      position: relative;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-87b280df-1495-4864-91f8-dc4e367b62ce {
  
  
  
  
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b280df-1495-4864-91f8-dc4e367b62ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-87b280df-1495-4864-91f8-dc4e367b62ce .shogun-image-content {
  
    align-items: center;
  
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b280df-1495-4864-91f8-dc4e367b62ce {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container {
      position: relative;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b280df-1495-4864-91f8-dc4e367b62ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

}
#s-93add641-cc3b-46f2-82c2-9526be3431c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-93add641-cc3b-46f2-82c2-9526be3431c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93add641-cc3b-46f2-82c2-9526be3431c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b50a9ee0-0cbd-4f27-ad75-97554f73cebc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-790cad2a-2131-47e5-9d7e-09881fcf3e5e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-790cad2a-2131-47e5-9d7e-09881fcf3e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-790cad2a-2131-47e5-9d7e-09881fcf3e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}



.shg-image-margin-container-s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin: 0 !important;
}





  img.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  
  
  
  
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin: 0 !important;
}





  img.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  
  
  
  
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin: 0 !important;
}





  img.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  
  
  
  
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin: 0 !important;
}





  img.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  
  
  
  
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 {
  margin: 0 !important;
}





  img.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d7c42e-ba1c-46ad-8a48-ff49a5922626.shogun-image {
  box-sizing: border-box;
}




}
#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 {
  display: none;
}
#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2, #wrap-s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 {
  display: none;
}
#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2, #wrap-s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 {
  display: none;
}
#s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2, #wrap-s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d9242e-d0f1-4fbd-9126-4927e2ae7fd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13493973-0b0f-4352-a6be-36541b6f9e59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13493973-0b0f-4352-a6be-36541b6f9e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13493973-0b0f-4352-a6be-36541b6f9e59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e1e6493-a6cb-40be-b04d-2aebca6473cf {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-8e1e6493-a6cb-40be-b04d-2aebca6473cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e1e6493-a6cb-40be-b04d-2aebca6473cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec6186d0-50e2-4416-8992-ad62329510b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-ec6186d0-50e2-4416-8992-ad62329510b2 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2b04f40c-8b06-4462-a1cd-aabfa139aaf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-d04218de-28d2-447f-b231-e67b5ee5d236 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: left;
}

#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 {
  display: none;
}
#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8, #wrap-s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 {
  display: none;
}
#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8, #wrap-s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 {
  display: none;
}
#s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8, #wrap-s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b33510f-ec18-48dd-8a52-b393d3e7ccb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d630543e-728e-466e-b33f-35d8f83f8fbc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}








#s-d630543e-728e-466e-b33f-35d8f83f8fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d630543e-728e-466e-b33f-35d8f83f8fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ddf9459-a84a-4ca2-ab8b-c1d452c5fed0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
}

#s-0ddf9459-a84a-4ca2-ab8b-c1d452c5fed0 .shogun-heading-component h1 {
  color: rgba(0, 114, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a959de36-06fc-4daa-ac41-4e3e50791ee7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-1080c041-30e3-48e3-b7fa-56545ab01e44 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1080c041-30e3-48e3-b7fa-56545ab01e44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1080c041-30e3-48e3-b7fa-56545ab01e44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1080c041-30e3-48e3-b7fa-56545ab01e44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1080c041-30e3-48e3-b7fa-56545ab01e44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1f5f769-4866-42e7-bfca-97a2a5cf89b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c1f5f769-4866-42e7-bfca-97a2a5cf89b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1f5f769-4866-42e7-bfca-97a2a5cf89b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin-left: auto;
margin-right: auto;
max-width: 204px;
aspect-ratio: 204/180;
text-align: center;
}



.shg-image-margin-container-s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }

    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-link {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 204px;
  }



  img.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cae1aca7-f900-4089-a0b3-45af80339a71 {
      --shg-aspect-ratio: calc(204/180); 
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
      position: relative;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 204px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  
  
  
  
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }

    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-link {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 204px;
  }



  img.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cae1aca7-f900-4089-a0b3-45af80339a71 {
      --shg-aspect-ratio: calc(204/180); 
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
      position: relative;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 204px;
    }
  }

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

.shg-image-margin-container-s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  
  
  
  
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }

    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-link {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 204px;
  }



  img.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cae1aca7-f900-4089-a0b3-45af80339a71 {
      --shg-aspect-ratio: calc(204/180); 
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
      position: relative;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 204px;
    }
  }

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

.shg-image-margin-container-s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  
  
  
  
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }

    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-link {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 204px;
  }



  img.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cae1aca7-f900-4089-a0b3-45af80339a71 {
      --shg-aspect-ratio: calc(204/180); 
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
      position: relative;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 204px;
    }
  }

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

.shg-image-margin-container-s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  
  
  
  
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }

    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-link {
      aspect-ratio: 204/180;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae1aca7-f900-4089-a0b3-45af80339a71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 204px;
  }



  img.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
    
    
    
    max-height: 204px;
  }


.s-cae1aca7-f900-4089-a0b3-45af80339a71 .shogun-image-content {
  
    align-items: center;
  
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cae1aca7-f900-4089-a0b3-45af80339a71 {
      --shg-aspect-ratio: calc(204/180); 
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container {
      position: relative;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae1aca7-f900-4089-a0b3-45af80339a71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 204px;
    }
  }

}
#s-609eb5a9-977c-47b6-b869-3a183e4c6269 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-609eb5a9-977c-47b6-b869-3a183e4c6269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-609eb5a9-977c-47b6-b869-3a183e4c6269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c48a443e-742b-47fe-b5b4-a5b93d771612 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-dcd1ebed-5575-4415-876b-5edc8357941d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-dcd1ebed-5575-4415-876b-5edc8357941d {
  display: none;
}
#s-dcd1ebed-5575-4415-876b-5edc8357941d, #wrap-s-dcd1ebed-5575-4415-876b-5edc8357941d { display: none !important; }}
@media (min-width: 0px) {
[id="s-dcd1ebed-5575-4415-876b-5edc8357941d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dcd1ebed-5575-4415-876b-5edc8357941d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd1ebed-5575-4415-876b-5edc8357941d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd1ebed-5575-4415-876b-5edc8357941d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-69ba9f3a-18a5-42e2-91d5-a75082b51af8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-69ba9f3a-18a5-42e2-91d5-a75082b51af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69ba9f3a-18a5-42e2-91d5-a75082b51af8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin-left: auto;
margin-right: auto;
max-width: 225px;
aspect-ratio: 225/212;
text-align: center;
}



.shg-image-margin-container-s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
      position: relative;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  
  
  
  
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
      position: relative;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  
  
  
  
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
      position: relative;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  
  
  
  
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
      position: relative;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

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

.shg-image-margin-container-s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  
  
  
  
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }

    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-link {
      aspect-ratio: 225/212;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 225px;
  }



  img.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
    
    
    
    max-height: 225px;
  }


.s-bb79e9d7-a75c-4236-85d4-ce2358912b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 {
      --shg-aspect-ratio: calc(225/212); 
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container {
      position: relative;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb79e9d7-a75c-4236-85d4-ce2358912b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 225px;
    }
  }

}
#s-8611db45-43a2-498d-b115-9643ccdb9136 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8611db45-43a2-498d-b115-9643ccdb9136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8611db45-43a2-498d-b115-9643ccdb9136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be56cfb8-220c-4c5c-8ad7-893bff343b61 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-16eafa4f-04aa-45d4-b9b9-899e766d5e42 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-16eafa4f-04aa-45d4-b9b9-899e766d5e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16eafa4f-04aa-45d4-b9b9-899e766d5e42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
aspect-ratio: 700/780;
text-align: center;
}
@media (max-width: 767px){#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
}


.shg-image-margin-container-s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }

    #s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-link {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80%;
  }



  img.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-content {
  
    align-items: center;
  
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cba583-89c1-45f1-9854-97f5da263065 {
      --shg-aspect-ratio: calc(700/780); 
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
      position: relative;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-45cba583-89c1-45f1-9854-97f5da263065 {
  
  
  
  
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }

    #s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-link {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80%;
  }



  img.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-content {
  
    align-items: center;
  
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cba583-89c1-45f1-9854-97f5da263065 {
      --shg-aspect-ratio: calc(700/780); 
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
      position: relative;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

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

.shg-image-margin-container-s-45cba583-89c1-45f1-9854-97f5da263065 {
  
  
  
  
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }

    #s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-link {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80%;
  }



  img.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-content {
  
    align-items: center;
  
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cba583-89c1-45f1-9854-97f5da263065 {
      --shg-aspect-ratio: calc(700/780); 
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
      position: relative;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

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

.shg-image-margin-container-s-45cba583-89c1-45f1-9854-97f5da263065 {
  
  
  
  
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }

    #s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-link {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80%;
  }



  img.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-content {
  
    align-items: center;
  
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cba583-89c1-45f1-9854-97f5da263065 {
      --shg-aspect-ratio: calc(700/780); 
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
      position: relative;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

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

.shg-image-margin-container-s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-45cba583-89c1-45f1-9854-97f5da263065 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }

    #s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-link {
      aspect-ratio: 700/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba583-89c1-45f1-9854-97f5da263065 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80%;
  }



  img.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-45cba583-89c1-45f1-9854-97f5da263065 .shogun-image-content {
  
    align-items: center;
  
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45cba583-89c1-45f1-9854-97f5da263065 {
      --shg-aspect-ratio: calc(700/780); 
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container {
      position: relative;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba583-89c1-45f1-9854-97f5da263065 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}
#s-9be11b11-10c0-4e9d-a883-2bb76bcdaae2 {
  margin-left: auto;
margin-right: auto;
}

#s-ba5dd15a-27e5-412e-8d07-c23aa4f697e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ba5dd15a-27e5-412e-8d07-c23aa4f697e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba5dd15a-27e5-412e-8d07-c23aa4f697e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-32c9ce5e-3b1c-4695-b030-599afeda18d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 {
  --swiper-pagination-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-prev,
#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-prev svg,
#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-32c9ce5e-3b1c-4695-b030-599afeda18d4 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin: 0 !important;
}





  img.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bb87ea0d-24b3-4815-9e89-1c200144a546 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  
  
  
  
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin: 0 !important;
}





  img.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bb87ea0d-24b3-4815-9e89-1c200144a546 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  
  
  
  
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin: 0 !important;
}





  img.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bb87ea0d-24b3-4815-9e89-1c200144a546 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  
  
  
  
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin: 0 !important;
}





  img.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bb87ea0d-24b3-4815-9e89-1c200144a546 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  
  
  
  
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546 {
  margin: 0 !important;
}





  img.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bb87ea0d-24b3-4815-9e89-1c200144a546 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb87ea0d-24b3-4815-9e89-1c200144a546.shogun-image {
  box-sizing: border-box;
}




}
#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin: 0 !important;
}





  img.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-76ad0ace-6512-4abd-a1d5-9192127e19b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  
  
  
  
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin: 0 !important;
}





  img.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-76ad0ace-6512-4abd-a1d5-9192127e19b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  
  
  
  
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin: 0 !important;
}





  img.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-76ad0ace-6512-4abd-a1d5-9192127e19b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  
  
  
  
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin: 0 !important;
}





  img.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-76ad0ace-6512-4abd-a1d5-9192127e19b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  
  
  
  
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2 {
  margin: 0 !important;
}





  img.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-76ad0ace-6512-4abd-a1d5-9192127e19b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76ad0ace-6512-4abd-a1d5-9192127e19b2.shogun-image {
  box-sizing: border-box;
}




}
#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin: 0 !important;
}





  img.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cf820de5-1d63-4936-a0b6-32c24b35383c .shogun-image-content {
  
    align-items: center;
  
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  
  
  
  
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin: 0 !important;
}





  img.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cf820de5-1d63-4936-a0b6-32c24b35383c .shogun-image-content {
  
    align-items: center;
  
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  
  
  
  
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin: 0 !important;
}





  img.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cf820de5-1d63-4936-a0b6-32c24b35383c .shogun-image-content {
  
    align-items: center;
  
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  
  
  
  
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin: 0 !important;
}





  img.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cf820de5-1d63-4936-a0b6-32c24b35383c .shogun-image-content {
  
    align-items: center;
  
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  
  
  
  
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c {
  margin: 0 !important;
}





  img.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-cf820de5-1d63-4936-a0b6-32c24b35383c .shogun-image-content {
  
    align-items: center;
  
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf820de5-1d63-4936-a0b6-32c24b35383c.shogun-image {
  box-sizing: border-box;
}




}
#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin: 0 !important;
}





  img.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-571729ee-3461-41ef-8514-de0f2aa142a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  
  
  
  
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin: 0 !important;
}





  img.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-571729ee-3461-41ef-8514-de0f2aa142a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  
  
  
  
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin: 0 !important;
}





  img.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-571729ee-3461-41ef-8514-de0f2aa142a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  
  
  
  
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin: 0 !important;
}





  img.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-571729ee-3461-41ef-8514-de0f2aa142a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  
  
  
  
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0 {
  margin: 0 !important;
}





  img.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-571729ee-3461-41ef-8514-de0f2aa142a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571729ee-3461-41ef-8514-de0f2aa142a0.shogun-image {
  box-sizing: border-box;
}




}
#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  display: none;
}
#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690, #wrap-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 { display: none !important; }}


.shg-image-margin-container-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin: 0 !important;
}





  img.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  
  
  
  
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin: 0 !important;
}





  img.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  
  
  
  
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin: 0 !important;
}





  img.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  
  
  
  
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin: 0 !important;
}





  img.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  
  
  
  
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 {
  margin: 0 !important;
}





  img.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf7bb707-4344-42d7-a0b0-5a866ae7f690.shogun-image {
  box-sizing: border-box;
}




}
#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin-left: auto;
margin-right: auto;
max-width: 1520px;
aspect-ratio: 1520/1349;
text-align: center;
}
@media (min-width: 1200px){#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  display: none;
}
#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7, #wrap-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  display: none;
}
#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7, #wrap-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  display: none;
}
#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7, #wrap-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 { display: none !important; }}


.shg-image-margin-container-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }

    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-link {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
      --shg-aspect-ratio: calc(1520/1349); 
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
      position: relative;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  
  
  
  
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }

    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-link {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
      --shg-aspect-ratio: calc(1520/1349); 
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
      position: relative;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  
  
  
  
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }

    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-link {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
      --shg-aspect-ratio: calc(1520/1349); 
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
      position: relative;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  
  
  
  
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }

    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-link {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
      --shg-aspect-ratio: calc(1520/1349); 
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
      position: relative;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

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

.shg-image-margin-container-s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  
  
  
  
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }

    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-link {
      aspect-ratio: 1520/1349;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1520px;
  }



  img.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
    
    
    
    max-height: 1520px;
  }


.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 {
      --shg-aspect-ratio: calc(1520/1349); 
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container {
      position: relative;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a0099b4-6774-4d89-b02e-ac12a1e721b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1520px;
    }
  }

}
#s-4ded88c8-b3b1-4699-8051-952722f06e67 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4ded88c8-b3b1-4699-8051-952722f06e67 {
  display: none;
}
#s-4ded88c8-b3b1-4699-8051-952722f06e67, #wrap-s-4ded88c8-b3b1-4699-8051-952722f06e67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ded88c8-b3b1-4699-8051-952722f06e67 {
  display: none;
}
#s-4ded88c8-b3b1-4699-8051-952722f06e67, #wrap-s-4ded88c8-b3b1-4699-8051-952722f06e67 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ded88c8-b3b1-4699-8051-952722f06e67 {
  display: none;
}
#s-4ded88c8-b3b1-4699-8051-952722f06e67, #wrap-s-4ded88c8-b3b1-4699-8051-952722f06e67 { display: none !important; }}
#s-4ded88c8-b3b1-4699-8051-952722f06e67 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 {
  display: none;
}
#s-e23d7f74-a79f-4fda-a8f2-19b025e18139, #wrap-s-e23d7f74-a79f-4fda-a8f2-19b025e18139 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 {
  display: none;
}
#s-e23d7f74-a79f-4fda-a8f2-19b025e18139, #wrap-s-e23d7f74-a79f-4fda-a8f2-19b025e18139 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 {
  display: none;
}
#s-e23d7f74-a79f-4fda-a8f2-19b025e18139, #wrap-s-e23d7f74-a79f-4fda-a8f2-19b025e18139 { display: none !important; }}@media (max-width: 767px){#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 {
  
}
}







#s-e23d7f74-a79f-4fda-a8f2-19b025e18139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e23d7f74-a79f-4fda-a8f2-19b025e18139.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (max-width: 767px){#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 {
  
}
}
#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-37b93c6b-7ee8-441d-876a-14b0aa7374f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c6bb79c3-c3df-4f82-b70d-befe7f9978a6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c2f063df-0ff8-4f2d-8d17-ee7311ebf0c8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fff1cc54-5798-4e9e-a72c-20a1671a25c3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-01de3039-8758-4d1e-89c9-7162748c0bec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-12c2e310-2314-4da9-8249-9b07e4d96457 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/500;
text-align: center;
}



.shg-image-margin-container-s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }

    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-link {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
      --shg-aspect-ratio: calc(1280/500); 
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
      position: relative;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  
  
  
  
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }

    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-link {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
      --shg-aspect-ratio: calc(1280/500); 
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
      position: relative;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  
  
  
  
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }

    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-link {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
      --shg-aspect-ratio: calc(1280/500); 
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
      position: relative;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  
  
  
  
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }

    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-link {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
      --shg-aspect-ratio: calc(1280/500); 
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
      position: relative;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

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

.shg-image-margin-container-s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  
  
  
  
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }

    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-link {
      aspect-ratio: 1280/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1280px;
  }



  img.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b .shogun-image-content {
  
    align-items: center;
  
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b {
      --shg-aspect-ratio: calc(1280/500); 
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container {
      position: relative;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0c83cef-fd5c-41d4-b4fa-008769bf958b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-7512ec3a-b3bb-421b-a836-98fa0d13fd8d {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7512ec3a-b3bb-421b-a836-98fa0d13fd8d {
  display: none;
}
#s-7512ec3a-b3bb-421b-a836-98fa0d13fd8d, #wrap-s-7512ec3a-b3bb-421b-a836-98fa0d13fd8d { display: none !important; }}
#s-7512ec3a-b3bb-421b-a836-98fa0d13fd8d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-851c11b4-08ce-4b67-80c4-cd6e2685723f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-851c11b4-08ce-4b67-80c4-cd6e2685723f {
  display: none;
}
#s-851c11b4-08ce-4b67-80c4-cd6e2685723f, #wrap-s-851c11b4-08ce-4b67-80c4-cd6e2685723f { display: none !important; }}







#s-851c11b4-08ce-4b67-80c4-cd6e2685723f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-851c11b4-08ce-4b67-80c4-cd6e2685723f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e {
  
}
}
#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-da3e9ab6-9380-43b0-97bc-ec6beafe7b4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-050b9d3f-ec43-4949-aa33-cda149c886aa {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0cfa0d4a-9260-49bc-bee6-2eacbe76d7c8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-46f45ac0-a3bd-42b5-bdc0-58b007a9005d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-bd04b0f3-bbca-4bb3-997d-5f3d9d330976 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-61a0cf12-a1c7-4b59-ab96-09ddf6080fb1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
text-align: center;
}



.shg-image-margin-container-s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin: 0 !important;
}





  img.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  
  
  
  
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin: 0 !important;
}





  img.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  
  
  
  
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin: 0 !important;
}





  img.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  
  
  
  
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin: 0 !important;
}





  img.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  
  
  
  
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e {
  margin: 0 !important;
}





  img.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da632f1-f5e1-4aa7-8d28-e4ec834e0b7e.shogun-image {
  box-sizing: border-box;
}




}
#s-96a12a95-8c4e-490b-9006-69c5f75c27f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-96a12a95-8c4e-490b-9006-69c5f75c27f2 {
  display: none;
}
#s-96a12a95-8c4e-490b-9006-69c5f75c27f2, #wrap-s-96a12a95-8c4e-490b-9006-69c5f75c27f2 { display: none !important; }}
#s-96a12a95-8c4e-490b-9006-69c5f75c27f2 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 {
  display: none;
}
#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5, #wrap-s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 {
  display: none;
}
#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5, #wrap-s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 {
  display: none;
}
#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5, #wrap-s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 { display: none !important; }}@media (max-width: 767px){#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 {
  
}
}
#s-1ff2f8a0-da25-4bf4-a2fd-5f7240766ae5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-47f2f7c2-06e5-4c12-baf5-420cba335524 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-47f2f7c2-06e5-4c12-baf5-420cba335524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f2f7c2-06e5-4c12-baf5-420cba335524.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
@media (max-width: 767px){#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 {
  display: none;
}
#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4, #wrap-s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 { display: none !important; }}
#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-1971ed9d-bc52-406e-ac6f-bf4a388590e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b0f9fa62-b97f-49cc-917e-f0fda91477b7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-496d13b0-4ba0-46e1-91ac-a62d43344f71 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-79785b8d-d344-496e-9136-d06c246d9d59 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e04bf4b2-2d74-4ce5-bf22-29dbe6e56fa5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c8cf696f-f386-4abf-8b0f-1c437afb0530 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d2d59541-83bc-4181-9221-e68fb2021201 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7777541b-0480-4177-92a6-709668cf5f36 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-7777541b-0480-4177-92a6-709668cf5f36 {
  display: none;
}
#s-7777541b-0480-4177-92a6-709668cf5f36, #wrap-s-7777541b-0480-4177-92a6-709668cf5f36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7777541b-0480-4177-92a6-709668cf5f36 {
  display: none;
}
#s-7777541b-0480-4177-92a6-709668cf5f36, #wrap-s-7777541b-0480-4177-92a6-709668cf5f36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7777541b-0480-4177-92a6-709668cf5f36 {
  display: none;
}
#s-7777541b-0480-4177-92a6-709668cf5f36, #wrap-s-7777541b-0480-4177-92a6-709668cf5f36 { display: none !important; }}
#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-7777541b-0480-4177-92a6-709668cf5f36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b23c31f7-8099-433c-b47b-8a65eaf5f254 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-31798122-1efc-4588-bf3a-1b507d3ec53c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-144ff136-a58a-4481-a81c-e19217a8c591 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9ce0b73f-7b0f-41f3-a9e5-eb34293bf905 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9ba36e82-2647-4ce1-9766-8f19c3c54fe6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-90a4af5c-d146-4367-809c-50c0d3b2334e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-f0ecc85d-1277-49ac-b56b-67f69a8ab038 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 113, 47, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(251, 113, 47, 1);
background-image: none;
hover-type: color;
}
#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038: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(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038:active {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(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038 {
  display: none;
}
#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038, #wrap-s-f0ecc85d-1277-49ac-b56b-67f69a8ab038 { display: none !important; }}

  #s-f0ecc85d-1277-49ac-b56b-67f69a8ab038-root {
    text-align: center;
  }


#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0ecc85d-1277-49ac-b56b-67f69a8ab038-root {
    text-align: center;
  }


#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0ecc85d-1277-49ac-b56b-67f69a8ab038-root {
    text-align: center;
  }


#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0ecc85d-1277-49ac-b56b-67f69a8ab038-root {
    text-align: center;
  }


#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0ecc85d-1277-49ac-b56b-67f69a8ab038-root {
    text-align: center;
  }


#s-f0ecc85d-1277-49ac-b56b-67f69a8ab038.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b241eaf6-2298-40e9-bd86-116a134fcbfd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 113, 47, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(251, 113, 47, 1);
background-image: none;
hover-type: color;
}
#s-b241eaf6-2298-40e9-bd86-116a134fcbfd: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(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b241eaf6-2298-40e9-bd86-116a134fcbfd:active {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(251, 113, 47, 1) !important;
border-radius: 20px !important;
background-color: rgba(251, 113, 47, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b241eaf6-2298-40e9-bd86-116a134fcbfd {
  display: none;
}
#s-b241eaf6-2298-40e9-bd86-116a134fcbfd, #wrap-s-b241eaf6-2298-40e9-bd86-116a134fcbfd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b241eaf6-2298-40e9-bd86-116a134fcbfd {
  display: none;
}
#s-b241eaf6-2298-40e9-bd86-116a134fcbfd, #wrap-s-b241eaf6-2298-40e9-bd86-116a134fcbfd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b241eaf6-2298-40e9-bd86-116a134fcbfd {
  display: none;
}
#s-b241eaf6-2298-40e9-bd86-116a134fcbfd, #wrap-s-b241eaf6-2298-40e9-bd86-116a134fcbfd { display: none !important; }}

  #s-b241eaf6-2298-40e9-bd86-116a134fcbfd-root {
    text-align: center;
  }


#s-b241eaf6-2298-40e9-bd86-116a134fcbfd.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b241eaf6-2298-40e9-bd86-116a134fcbfd-root {
    text-align: center;
  }


#s-b241eaf6-2298-40e9-bd86-116a134fcbfd.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b241eaf6-2298-40e9-bd86-116a134fcbfd-root {
    text-align: center;
  }


#s-b241eaf6-2298-40e9-bd86-116a134fcbfd.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b241eaf6-2298-40e9-bd86-116a134fcbfd-root {
    text-align: center;
  }


#s-b241eaf6-2298-40e9-bd86-116a134fcbfd.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b241eaf6-2298-40e9-bd86-116a134fcbfd-root {
    text-align: center;
  }


#s-b241eaf6-2298-40e9-bd86-116a134fcbfd.shg-btn {
  color: rgba(251, 113, 47, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}