.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-ef0436ca-8e44-4beb-8fc5-29d704850a88 {
  margin-top: -15%;
min-height: 50px;
}








#s-ef0436ca-8e44-4beb-8fc5-29d704850a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0436ca-8e44-4beb-8fc5-29d704850a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 {
  margin-top: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 {
  display: none;
}
#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2, #wrap-s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 {
  display: none;
}
#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2, #wrap-s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 {
  display: unset;
}
#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2, #wrap-s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 { display: unset !important; }}@media (max-width: 767px){#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 {
  display: unset;
}
#s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2, #wrap-s-7c8ffd9c-43b6-4cff-b266-9f9f34d206b2 { display: unset !important; }}
#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba {
  background-attachment: fixed;
margin-top: -2%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
min-height: 50px;
background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba {
  display: none;
}
#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba, #wrap-s-420d792c-6dcc-4cd6-9c8d-c36861a69eba { display: none !important; }}@media (max-width: 767px){#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba {
  display: none;
}
#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba, #wrap-s-420d792c-6dcc-4cd6-9c8d-c36861a69eba { display: none !important; }}







#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420d792c-6dcc-4cd6-9c8d-c36861a69eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1f4f0d1-7ec0-4819-a86a-b255f665669e {
  margin-top: -5%;
margin-bottom: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1f4f0d1-7ec0-4819-a86a-b255f665669e {
  display: none;
}
#s-f1f4f0d1-7ec0-4819-a86a-b255f665669e, #wrap-s-f1f4f0d1-7ec0-4819-a86a-b255f665669e { display: none !important; }}@media (max-width: 767px){#s-f1f4f0d1-7ec0-4819-a86a-b255f665669e {
  display: none;
}
#s-f1f4f0d1-7ec0-4819-a86a-b255f665669e, #wrap-s-f1f4f0d1-7ec0-4819-a86a-b255f665669e { display: none !important; }}
#s-4ec563e6-a889-461f-8195-91b96572d749 {
  min-height: 50px;
}








#s-4ec563e6-a889-461f-8195-91b96572d749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ec563e6-a889-461f-8195-91b96572d749.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

#s-d55a556f-b983-4065-b460-9b095cdf856c {
  margin-top: 4%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-d55a556f-b983-4065-b460-9b095cdf856c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d55a556f-b983-4065-b460-9b095cdf856c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d55a556f-b983-4065-b460-9b095cdf856c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d55a556f-b983-4065-b460-9b095cdf856c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-f44bb186-b251-415a-8092-4f7f17486ef5 {
  margin-top: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image,
  #s-f44bb186-b251-415a-8092-4f7f17486ef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 {
    width: 100%;
    height: auto;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
    
    
  }


.s-f44bb186-b251-415a-8092-4f7f17486ef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44bb186-b251-415a-8092-4f7f17486ef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
      position: relative;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image,
  #s-f44bb186-b251-415a-8092-4f7f17486ef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 {
    width: 100%;
    height: auto;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
    
    
  }


.s-f44bb186-b251-415a-8092-4f7f17486ef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44bb186-b251-415a-8092-4f7f17486ef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
      position: relative;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image,
  #s-f44bb186-b251-415a-8092-4f7f17486ef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 {
    width: 100%;
    height: auto;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
    
    
  }


.s-f44bb186-b251-415a-8092-4f7f17486ef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44bb186-b251-415a-8092-4f7f17486ef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
      position: relative;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image,
  #s-f44bb186-b251-415a-8092-4f7f17486ef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 {
    width: 100%;
    height: auto;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
    
    
  }


.s-f44bb186-b251-415a-8092-4f7f17486ef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44bb186-b251-415a-8092-4f7f17486ef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
      position: relative;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image,
  #s-f44bb186-b251-415a-8092-4f7f17486ef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 {
    width: 100%;
    height: auto;
  }

  #s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
    
    
  }


.s-f44bb186-b251-415a-8092-4f7f17486ef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f44bb186-b251-415a-8092-4f7f17486ef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container {
      position: relative;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f44bb186-b251-415a-8092-4f7f17486ef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-e5cf324f-d8da-40dc-9c79-6ccbd8048833 {
  margin-top: 7%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5cf324f-d8da-40dc-9c79-6ccbd8048833 .shogun-heading-component h4 {
  color: rgba(9, 24, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 6px;
  
}



.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-e1747a01-58eb-4323-b528-97187fa78ef1 {
  margin-top: 9%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-e34fdcea-566c-499f-b7c8-71a22d88d085 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-5c8f0d1c-85ba-49c7-b76b-17b391927a3e {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 2%;
margin-right: 9%;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image,
  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
    width: 100%;
    height: auto;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
    
    
  }


.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
      position: relative;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image,
  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
    width: 100%;
    height: auto;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
    
    
  }


.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
      position: relative;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image,
  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
    width: 100%;
    height: auto;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
    
    
  }


.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
      position: relative;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image,
  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
    width: 100%;
    height: auto;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
    
    
  }


.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
      position: relative;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image,
  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
    width: 100%;
    height: auto;
  }

  #s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
    
    
  }


.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container {
      position: relative;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4ffad3a-4a45-42d8-aeb3-0f1136eaccf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-25d12d42-4dbd-4bf1-98d0-9cc2b685e891 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d12d42-4dbd-4bf1-98d0-9cc2b685e891 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 4px;
  
}



#s-a6a55b1b-942a-4228-9d57-e98f8badda47 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: -4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-a6a55b1b-942a-4228-9d57-e98f8badda47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6a55b1b-942a-4228-9d57-e98f8badda47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a6a55b1b-942a-4228-9d57-e98f8badda47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6a55b1b-942a-4228-9d57-e98f8badda47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-60138d33-7d84-4568-85d6-9b288e783389 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-08ddb472-e5cb-476b-a3a8-23deecb98642 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-2d66a711-1ae2-4762-bf4f-fe925f609384 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-8f612e50-eb4f-4fb3-8b20-4afd0f209db6 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-2050dd9f-3ec9-459d-af5b-58942afeaa22 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2050dd9f-3ec9-459d-af5b-58942afeaa22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2050dd9f-3ec9-459d-af5b-58942afeaa22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2050dd9f-3ec9-459d-af5b-58942afeaa22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2050dd9f-3ec9-459d-af5b-58942afeaa22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image,
  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
    width: 100%;
    height: auto;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
    
    
  }


.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shogun-image-content {
  
    align-items: center;
  
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
      position: relative;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image,
  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
    width: 100%;
    height: auto;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
    
    
  }


.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shogun-image-content {
  
    align-items: center;
  
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
      position: relative;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image,
  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
    width: 100%;
    height: auto;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
    
    
  }


.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shogun-image-content {
  
    align-items: center;
  
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
      position: relative;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image,
  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
    width: 100%;
    height: auto;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
    
    
  }


.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shogun-image-content {
  
    align-items: center;
  
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
      position: relative;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image,
  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
    width: 100%;
    height: auto;
  }

  #s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
    
    
  }


.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a .shogun-image-content {
  
    align-items: center;
  
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container {
      position: relative;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deb024cb-879f-4b78-a3fe-f0acc1abf62a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6b7767e7-1c60-423f-a79c-c016a1dc3807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b7767e7-1c60-423f-a79c-c016a1dc3807 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-7f99e9d2-a152-417c-b80a-2c72a76f2de6 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image,
  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
    width: 100%;
    height: auto;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
    
    
  }


.s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
      position: relative;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image,
  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
    width: 100%;
    height: auto;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
    
    
  }


.s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
      position: relative;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image,
  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
    width: 100%;
    height: auto;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
    
    
  }


.s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
      position: relative;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image,
  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
    width: 100%;
    height: auto;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
    
    
  }


.s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
      position: relative;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image,
  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
    width: 100%;
    height: auto;
  }

  #s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
    
    
  }


.s-dc588690-bbb9-412d-b9fe-86ff4c914589 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container {
      position: relative;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc588690-bbb9-412d-b9fe-86ff4c914589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aeec35cd-14ee-4468-8933-460076947df0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aeec35cd-14ee-4468-8933-460076947df0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-6df96f26-73ed-42d3-9175-ebf59dfbf153 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-3233e490-43dd-4e28-a815-3f400800541d {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image,
  #s-3233e490-43dd-4e28-a815-3f400800541d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d {
    width: 100%;
    height: auto;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
    
    
  }


.s-3233e490-43dd-4e28-a815-3f400800541d .shogun-image-content {
  
    align-items: center;
  
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3233e490-43dd-4e28-a815-3f400800541d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
      position: relative;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image,
  #s-3233e490-43dd-4e28-a815-3f400800541d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d {
    width: 100%;
    height: auto;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
    
    
  }


.s-3233e490-43dd-4e28-a815-3f400800541d .shogun-image-content {
  
    align-items: center;
  
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3233e490-43dd-4e28-a815-3f400800541d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
      position: relative;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image,
  #s-3233e490-43dd-4e28-a815-3f400800541d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d {
    width: 100%;
    height: auto;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
    
    
  }


.s-3233e490-43dd-4e28-a815-3f400800541d .shogun-image-content {
  
    align-items: center;
  
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3233e490-43dd-4e28-a815-3f400800541d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
      position: relative;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image,
  #s-3233e490-43dd-4e28-a815-3f400800541d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d {
    width: 100%;
    height: auto;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
    
    
  }


.s-3233e490-43dd-4e28-a815-3f400800541d .shogun-image-content {
  
    align-items: center;
  
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3233e490-43dd-4e28-a815-3f400800541d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
      position: relative;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image,
  #s-3233e490-43dd-4e28-a815-3f400800541d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d {
    width: 100%;
    height: auto;
  }

  #s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
    
    
  }


.s-3233e490-43dd-4e28-a815-3f400800541d .shogun-image-content {
  
    align-items: center;
  
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3233e490-43dd-4e28-a815-3f400800541d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container {
      position: relative;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3233e490-43dd-4e28-a815-3f400800541d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-33867830-ecbb-4e09-a06c-d11e974d6fe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33867830-ecbb-4e09-a06c-d11e974d6fe0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-a6427aec-753b-4a1f-acda-e7339d4d5607 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image,
  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
    width: 100%;
    height: auto;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
    
    
  }


.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
      position: relative;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image,
  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
    width: 100%;
    height: auto;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
    
    
  }


.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
      position: relative;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image,
  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
    width: 100%;
    height: auto;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
    
    
  }


.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
      position: relative;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image,
  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
    width: 100%;
    height: auto;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
    
    
  }


.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
      position: relative;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image,
  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
    width: 100%;
    height: auto;
  }

  #s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
    
    
  }


.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container {
      position: relative;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc55d57c-0521-4eca-b222-a5ac342f2bfa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6cfd1552-e7a5-4d99-aa55-fba0088fe65f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cfd1552-e7a5-4d99-aa55-fba0088fe65f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-3f1cc336-d5fa-4d4f-9052-d7690d97e3c4 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-87060f67-7c90-47b9-bf7a-1cdf3147bfc9 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-87060f67-7c90-47b9-bf7a-1cdf3147bfc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87060f67-7c90-47b9-bf7a-1cdf3147bfc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-87060f67-7c90-47b9-bf7a-1cdf3147bfc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-87060f67-7c90-47b9-bf7a-1cdf3147bfc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-d76a13ea-c6e0-48c2-9b53-52886bfacfb4 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4-root {
    text-align: center;
  }


#s-d76a13ea-c6e0-48c2-9b53-52886bfacfb4.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-059f00fd-7f30-4a77-ba7c-e08cb399c855 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-059f00fd-7f30-4a77-ba7c-e08cb399c855:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-059f00fd-7f30-4a77-ba7c-e08cb399c855:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-059f00fd-7f30-4a77-ba7c-e08cb399c855-root {
    text-align: center;
  }


#s-059f00fd-7f30-4a77-ba7c-e08cb399c855.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-14f3be07-61b8-4084-8600-e16ef9cf7e0f-root {
    text-align: center;
  }


#s-14f3be07-61b8-4084-8600-e16ef9cf7e0f.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-1145a2eb-b05f-413f-81f7-f910237cfa57 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-1145a2eb-b05f-413f-81f7-f910237cfa57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1145a2eb-b05f-413f-81f7-f910237cfa57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-1145a2eb-b05f-413f-81f7-f910237cfa57-root {
    text-align: center;
  }


#s-1145a2eb-b05f-413f-81f7-f910237cfa57.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-2ccb70c6-10b7-4e7e-8fb6-6189b7c81165 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: -4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2ccb70c6-10b7-4e7e-8fb6-6189b7c81165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2ccb70c6-10b7-4e7e-8fb6-6189b7c81165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2ccb70c6-10b7-4e7e-8fb6-6189b7c81165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ccb70c6-10b7-4e7e-8fb6-6189b7c81165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c0be3265-f88e-482d-8419-6faa551f04a5 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-9450057c-5bde-42d6-8a88-b53b2836265b {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-8f6f4727-bb28-4ba8-bc57-63403ce7b40b {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-72bf0a00-156e-471a-ae74-2c9e7b215a13 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-7c774a4a-f3ae-4be9-8150-6aee382e50c6 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-7c774a4a-f3ae-4be9-8150-6aee382e50c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7c774a4a-f3ae-4be9-8150-6aee382e50c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c774a4a-f3ae-4be9-8150-6aee382e50c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c774a4a-f3ae-4be9-8150-6aee382e50c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image,
  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
    width: 100%;
    height: auto;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
    
    
  }


.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shogun-image-content {
  
    align-items: center;
  
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
      position: relative;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image,
  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
    width: 100%;
    height: auto;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
    
    
  }


.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shogun-image-content {
  
    align-items: center;
  
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
      position: relative;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image,
  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
    width: 100%;
    height: auto;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
    
    
  }


.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shogun-image-content {
  
    align-items: center;
  
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
      position: relative;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image,
  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
    width: 100%;
    height: auto;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
    
    
  }


.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shogun-image-content {
  
    align-items: center;
  
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
      position: relative;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image,
  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
    width: 100%;
    height: auto;
  }

  #s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
    
    
  }


.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae .shogun-image-content {
  
    align-items: center;
  
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container {
      position: relative;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a164a90e-dc29-4e82-b282-6d7bb6d50dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-47d412e6-a89e-420b-8ef1-71f715f67d9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47d412e6-a89e-420b-8ef1-71f715f67d9f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-fe062bc0-d748-4f5f-b31b-422453f49be6 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image,
  #s-f3d73265-a16a-4563-83d0-d01c178a76df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df {
    width: 100%;
    height: auto;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
    
    
  }


.s-f3d73265-a16a-4563-83d0-d01c178a76df .shogun-image-content {
  
    align-items: center;
  
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3d73265-a16a-4563-83d0-d01c178a76df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
      position: relative;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image,
  #s-f3d73265-a16a-4563-83d0-d01c178a76df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df {
    width: 100%;
    height: auto;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
    
    
  }


.s-f3d73265-a16a-4563-83d0-d01c178a76df .shogun-image-content {
  
    align-items: center;
  
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3d73265-a16a-4563-83d0-d01c178a76df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
      position: relative;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image,
  #s-f3d73265-a16a-4563-83d0-d01c178a76df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df {
    width: 100%;
    height: auto;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
    
    
  }


.s-f3d73265-a16a-4563-83d0-d01c178a76df .shogun-image-content {
  
    align-items: center;
  
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3d73265-a16a-4563-83d0-d01c178a76df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
      position: relative;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image,
  #s-f3d73265-a16a-4563-83d0-d01c178a76df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df {
    width: 100%;
    height: auto;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
    
    
  }


.s-f3d73265-a16a-4563-83d0-d01c178a76df .shogun-image-content {
  
    align-items: center;
  
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3d73265-a16a-4563-83d0-d01c178a76df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
      position: relative;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image,
  #s-f3d73265-a16a-4563-83d0-d01c178a76df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df {
    width: 100%;
    height: auto;
  }

  #s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
    
    
  }


.s-f3d73265-a16a-4563-83d0-d01c178a76df .shogun-image-content {
  
    align-items: center;
  
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3d73265-a16a-4563-83d0-d01c178a76df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container {
      position: relative;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3d73265-a16a-4563-83d0-d01c178a76df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-365da9d7-f379-4021-b6de-68aaadc2f9c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-365da9d7-f379-4021-b6de-68aaadc2f9c8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-d33cbfb0-eab3-40fa-970a-ac284613d8c1 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image,
  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
    width: 100%;
    height: auto;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
    
    
  }


.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
      position: relative;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image,
  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
    width: 100%;
    height: auto;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
    
    
  }


.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
      position: relative;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image,
  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
    width: 100%;
    height: auto;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
    
    
  }


.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
      position: relative;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image,
  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
    width: 100%;
    height: auto;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
    
    
  }


.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
      position: relative;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image,
  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
    width: 100%;
    height: auto;
  }

  #s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
    
    
  }


.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container {
      position: relative;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b6b6a95-96ec-4ee5-a6db-3cb662f326ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-741acebf-665f-4220-b21f-a823a0a98193 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-741acebf-665f-4220-b21f-a823a0a98193 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-e3409288-6eb1-4c53-a17b-f9e423b2a381 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image,
  #s-09054b01-76b7-4926-9025-c3c9006b7705 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 {
    width: 100%;
    height: auto;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
    
    
  }


.s-09054b01-76b7-4926-9025-c3c9006b7705 .shogun-image-content {
  
    align-items: center;
  
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09054b01-76b7-4926-9025-c3c9006b7705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
      position: relative;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image,
  #s-09054b01-76b7-4926-9025-c3c9006b7705 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 {
    width: 100%;
    height: auto;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
    
    
  }


.s-09054b01-76b7-4926-9025-c3c9006b7705 .shogun-image-content {
  
    align-items: center;
  
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09054b01-76b7-4926-9025-c3c9006b7705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
      position: relative;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image,
  #s-09054b01-76b7-4926-9025-c3c9006b7705 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 {
    width: 100%;
    height: auto;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
    
    
  }


.s-09054b01-76b7-4926-9025-c3c9006b7705 .shogun-image-content {
  
    align-items: center;
  
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09054b01-76b7-4926-9025-c3c9006b7705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
      position: relative;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image,
  #s-09054b01-76b7-4926-9025-c3c9006b7705 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 {
    width: 100%;
    height: auto;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
    
    
  }


.s-09054b01-76b7-4926-9025-c3c9006b7705 .shogun-image-content {
  
    align-items: center;
  
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09054b01-76b7-4926-9025-c3c9006b7705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
      position: relative;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image,
  #s-09054b01-76b7-4926-9025-c3c9006b7705 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 {
    width: 100%;
    height: auto;
  }

  #s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
    
    
  }


.s-09054b01-76b7-4926-9025-c3c9006b7705 .shogun-image-content {
  
    align-items: center;
  
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09054b01-76b7-4926-9025-c3c9006b7705 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container {
      position: relative;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09054b01-76b7-4926-9025-c3c9006b7705 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1d3d7cb2-23b5-4d81-b3af-5817941eaf6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d3d7cb2-23b5-4d81-b3af-5817941eaf6d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-cc2e7933-dd1a-49cc-a6ad-55be78495b25 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: -5%;
margin-right: 3%;
}

#s-07e63257-ddb7-4a2b-be1c-aea25738b5cc {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-07e63257-ddb7-4a2b-be1c-aea25738b5cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07e63257-ddb7-4a2b-be1c-aea25738b5cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07e63257-ddb7-4a2b-be1c-aea25738b5cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07e63257-ddb7-4a2b-be1c-aea25738b5cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a-root {
    text-align: center;
  }


#s-bb1f21a2-1ef5-48f3-a6f7-6675aeae5a7a.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-3946ed7c-0047-4205-b057-e18f6e833599 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-3946ed7c-0047-4205-b057-e18f6e833599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3946ed7c-0047-4205-b057-e18f6e833599:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-3946ed7c-0047-4205-b057-e18f6e833599-root {
    text-align: center;
  }


#s-3946ed7c-0047-4205-b057-e18f6e833599.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-d6557ef8-4cba-471f-b912-57068718c1a6 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-d6557ef8-4cba-471f-b912-57068718c1a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6557ef8-4cba-471f-b912-57068718c1a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-d6557ef8-4cba-471f-b912-57068718c1a6-root {
    text-align: center;
  }


#s-d6557ef8-4cba-471f-b912-57068718c1a6.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-cb678d10-871e-41ea-bc04-21f8f5251b76 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-cb678d10-871e-41ea-bc04-21f8f5251b76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb678d10-871e-41ea-bc04-21f8f5251b76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-cb678d10-871e-41ea-bc04-21f8f5251b76-root {
    text-align: center;
  }


#s-cb678d10-871e-41ea-bc04-21f8f5251b76.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-5451f9b7-7bf4-4b77-926a-6a8dea35b896 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5451f9b7-7bf4-4b77-926a-6a8dea35b896 .shogun-heading-component h4 {
  color: rgba(9, 24, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  letter-spacing: 6px;
  
}



#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 {
  display: none;
}
#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75, #wrap-s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 { display: none !important; }}@media (max-width: 767px){#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 {
  display: none;
}
#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75, #wrap-s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 { display: none !important; }}







#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf5d0aa0-2386-4dab-b5cb-7e1cf400aa75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f18deb7d-c7c7-43e9-81ee-0f559ec3b502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18deb7d-c7c7-43e9-81ee-0f559ec3b502"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f18deb7d-c7c7-43e9-81ee-0f559ec3b502"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f18deb7d-c7c7-43e9-81ee-0f559ec3b502"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

#s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 img.shogun-image,
  #s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 {
    width: 100%;
    height: auto;
  }



  #s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 img.shogun-image {
    

    
    
    
  }


#s-5e8cdf49-d7b0-4c53-be7e-d5808d210a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-f00ede83-4e95-4484-9266-a689bd45ae11 {
  margin-top: 11%;
margin-bottom: 0%;
}

#s-06369904-fba6-4b12-ad10-064760bbd2b9 {
  margin-top: -2%;
margin-left: 43%;
margin-bottom: 3%;
margin-right: 43%;
text-align: center;
}







  #s-06369904-fba6-4b12-ad10-064760bbd2b9 img.shogun-image {
    

    
    
    
  }


#s-06369904-fba6-4b12-ad10-064760bbd2b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ef6bc1e-ac30-420e-abb5-5cbf45af91a2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-4ef6bc1e-ac30-420e-abb5-5cbf45af91a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ef6bc1e-ac30-420e-abb5-5cbf45af91a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89937eb-fb27-4933-bcb6-1cf0492a26b0 {
  margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-9c2d063d-b8cb-4553-853e-1eb085e53ce7-root {
    text-align: center;
  }


#s-9c2d063d-b8cb-4553-853e-1eb085e53ce7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 2%;
margin-right: 12%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 {
  display: none;
}
#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2, #wrap-s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 { display: none !important; }}@media (max-width: 767px){#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 {
  display: none;
}
#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2, #wrap-s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 { display: none !important; }}







#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bce4274-a4e6-43ad-9e48-5e5b1fde32f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0186e75-7e42-40b0-b194-3a4d03430493"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0186e75-7e42-40b0-b194-3a4d03430493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0186e75-7e42-40b0-b194-3a4d03430493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0186e75-7e42-40b0-b194-3a4d03430493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e196ef1-930c-46eb-a381-6823b4cbbb73 {
  margin-top: 14%;
margin-bottom: 0%;
}

#s-429f379c-0af8-472a-819f-8a98e2c69012 {
  margin-top: -2%;
margin-left: 43%;
margin-bottom: 3%;
margin-right: 43%;
text-align: center;
}







  #s-429f379c-0af8-472a-819f-8a98e2c69012 img.shogun-image {
    

    
    
    
  }


#s-429f379c-0af8-472a-819f-8a98e2c69012 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd4bf50e-2c7b-43fd-ae03-461439f2617d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-fd4bf50e-2c7b-43fd-ae03-461439f2617d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd4bf50e-2c7b-43fd-ae03-461439f2617d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20fa782b-b278-4a37-9097-e1bc0e733a85 {
  margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-81b8adb8-06a5-4332-ae8d-529559f4089d {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-81b8adb8-06a5-4332-ae8d-529559f4089d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81b8adb8-06a5-4332-ae8d-529559f4089d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-81b8adb8-06a5-4332-ae8d-529559f4089d-root {
    text-align: center;
  }


#s-81b8adb8-06a5-4332-ae8d-529559f4089d.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image,
  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
    width: 100%;
    height: auto;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
    
    
  }


.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
      position: relative;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image,
  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
    width: 100%;
    height: auto;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
    
    
  }


.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
      position: relative;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image,
  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
    width: 100%;
    height: auto;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
    
    
  }


.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
      position: relative;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image,
  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
    width: 100%;
    height: auto;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
    
    
  }


.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
      position: relative;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image,
  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
    width: 100%;
    height: auto;
  }

  #s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
    
    
  }


.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container {
      position: relative;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24f542f8-f4d0-4f5a-8a77-ac95b0e4dbb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-465865f5-65d3-4bbb-872d-09734a75bc32 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-465865f5-65d3-4bbb-872d-09734a75bc32 {
  display: none;
}
#s-465865f5-65d3-4bbb-872d-09734a75bc32, #wrap-s-465865f5-65d3-4bbb-872d-09734a75bc32 { display: none !important; }}@media (max-width: 767px){#s-465865f5-65d3-4bbb-872d-09734a75bc32 {
  display: none;
}
#s-465865f5-65d3-4bbb-872d-09734a75bc32, #wrap-s-465865f5-65d3-4bbb-872d-09734a75bc32 { display: none !important; }}







#s-465865f5-65d3-4bbb-872d-09734a75bc32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465865f5-65d3-4bbb-872d-09734a75bc32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9ae9334e-8e52-46c9-868e-169f90e6f717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ae9334e-8e52-46c9-868e-169f90e6f717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ae9334e-8e52-46c9-868e-169f90e6f717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ae9334e-8e52-46c9-868e-169f90e6f717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 img.shogun-image,
  #s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 {
    width: 100%;
    height: auto;
  }



  #s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 img.shogun-image {
    

    
    
    
  }


#s-5a712b98-cafe-4c05-bced-ddeb9c2c6f69 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6ce26ce-e37b-473a-b3f6-cf4e0f0cbefc {
  margin-top: 14%;
margin-bottom: 0%;
}

#s-1599ee88-626d-4299-a4f2-327a121660f0 {
  margin-top: -2%;
margin-left: 43%;
margin-bottom: 3%;
margin-right: 43%;
text-align: center;
}







  #s-1599ee88-626d-4299-a4f2-327a121660f0 img.shogun-image {
    

    
    
    
  }


#s-1599ee88-626d-4299-a4f2-327a121660f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf5e56e9-6f28-489f-9933-dc3256eb312c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-cf5e56e9-6f28-489f-9933-dc3256eb312c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf5e56e9-6f28-489f-9933-dc3256eb312c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29178457-fd71-423b-8234-e827c7c0334c {
  margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-3fc0173f-fc41-4f48-8f85-442f897d2f3b-root {
    text-align: center;
  }


#s-3fc0173f-fc41-4f48-8f85-442f897d2f3b.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-4fb06b6f-87ae-4764-a5f1-8245d6511a3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fb06b6f-87ae-4764-a5f1-8245d6511a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fb06b6f-87ae-4764-a5f1-8245d6511a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fb06b6f-87ae-4764-a5f1-8245d6511a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f344e12-d138-4ad9-a732-b5d7f5a5577f {
  margin-top: 14%;
margin-bottom: 0%;
}

#s-30b5d058-78d3-486e-8604-1ec6e7ec480d {
  margin-top: -2%;
margin-left: 43%;
margin-bottom: 3%;
margin-right: 43%;
text-align: center;
}







  #s-30b5d058-78d3-486e-8604-1ec6e7ec480d img.shogun-image {
    

    
    
    
  }


#s-30b5d058-78d3-486e-8604-1ec6e7ec480d .shogun-image-content {
  
    align-items: center;
  
}

#s-aad63439-1997-41f5-a00f-16f248fb280e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-aad63439-1997-41f5-a00f-16f248fb280e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aad63439-1997-41f5-a00f-16f248fb280e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e41ffc81-653e-44aa-b5e8-6d5d90b51eeb {
  margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}
}
  #s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398-root {
    text-align: center;
  }


#s-c10e0b57-86d1-4a48-81ae-ea68b5cd2398.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  block ;
}

#s-70846b4b-6eb1-4291-97aa-08f0cba06ff1 {
  text-align: left;
}

#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 {
  display: none;
}
#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14, #wrap-s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 { display: none !important; }}@media (max-width: 767px){#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 {
  display: none;
}
#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14, #wrap-s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 { display: none !important; }}







#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec1fcbc8-631b-4320-80f9-fdf4f0ed3f14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
  max-width: 3717px;
aspect-ratio: 3717/1782;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
  margin-left: 0%;
margin-right: 0%;
}
}




  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image,
  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
    width: 100%;
    height: auto;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
    
    
  }


.s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
      --shg-aspect-ratio: calc(3717/1782); 
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
      position: relative;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image,
  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
    width: 100%;
    height: auto;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
    
    
  }


.s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
      --shg-aspect-ratio: calc(3717/1782); 
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
      position: relative;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image,
  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
    width: 100%;
    height: auto;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
    
    
  }


.s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
      --shg-aspect-ratio: calc(3717/1782); 
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
      position: relative;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image,
  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
    width: 100%;
    height: auto;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
    
    
  }


.s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
      --shg-aspect-ratio: calc(3717/1782); 
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
      position: relative;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image,
  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
    width: 100%;
    height: auto;
  }

  #s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
    
    
  }


.s-3555eb35-ab97-461c-817c-9533b1fc77a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 {
      --shg-aspect-ratio: calc(3717/1782); 
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container {
      position: relative;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3555eb35-ab97-461c-817c-9533b1fc77a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a46ad622-b855-4e83-ad0b-9f67bc983b04 {
  margin-top: 1%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a46ad622-b855-4e83-ad0b-9f67bc983b04 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-7963b110-19d5-4f98-9ec8-d6be15951749 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -1%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-7963b110-19d5-4f98-9ec8-d6be15951749"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-7963b110-19d5-4f98-9ec8-d6be15951749"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-7963b110-19d5-4f98-9ec8-d6be15951749"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-7963b110-19d5-4f98-9ec8-d6be15951749"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-c6e80703-51dc-4c10-9679-cedb795687e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e80703-51dc-4c10-9679-cedb795687e8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-ad90c4d7-3d34-4caf-b105-667132253c52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad90c4d7-3d34-4caf-b105-667132253c52 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-84524d6c-1a25-461f-a06b-d9df8762ba5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84524d6c-1a25-461f-a06b-d9df8762ba5b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-1a8dfaeb-9628-44fe-90a9-dc7f71811cad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a8dfaeb-9628-44fe-90a9-dc7f71811cad .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-22bb7002-eada-4d23-81ee-8e501d3c125e {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-22bb7002-eada-4d23-81ee-8e501d3c125e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-22bb7002-eada-4d23-81ee-8e501d3c125e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-22bb7002-eada-4d23-81ee-8e501d3c125e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-22bb7002-eada-4d23-81ee-8e501d3c125e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-94f03b13-9a50-4ec2-bf01-3a997dc42a54 {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 8%;
}

#s-0425e2ce-8ef1-4ec3-9b55-9cd1bace1b77 {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: -5%;
margin-right: 8%;
}

#s-0afe39e1-77a0-452a-a1a2-81673f8a1d67 {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: -5%;
margin-right: 8%;
}

#s-19db0125-c54e-4206-aaa9-613f5a17d0ae {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: -5%;
margin-right: 8%;
}

#s-e240ace4-c266-485e-b9c8-779384a4d6e0 {
  margin-top: 0%;
padding-top: 1%;
padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-e240ace4-c266-485e-b9c8-779384a4d6e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e240ace4-c266-485e-b9c8-779384a4d6e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e240ace4-c266-485e-b9c8-779384a4d6e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e240ace4-c266-485e-b9c8-779384a4d6e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea5dd2c2-401d-49c2-8cac-386c3b27d0c7 {
  margin-top: 16%;
margin-left: -2%;
margin-right: -2%;
}

#s-7d82d35d-13a6-48bb-b3fb-f8c05f6e3591 {
  margin-top: 0%;
margin-left: 8%;
margin-right: 4%;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f {
  margin-top: 14%;
margin-left: 11%;
margin-bottom: 1%;
margin-right: 11%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image,
  #s-f81118ef-497a-4874-bbcc-238609210b3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f {
    width: 100%;
    height: auto;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
    
    
  }


.s-f81118ef-497a-4874-bbcc-238609210b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81118ef-497a-4874-bbcc-238609210b3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
      position: relative;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image,
  #s-f81118ef-497a-4874-bbcc-238609210b3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f {
    width: 100%;
    height: auto;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
    
    
  }


.s-f81118ef-497a-4874-bbcc-238609210b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81118ef-497a-4874-bbcc-238609210b3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
      position: relative;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image,
  #s-f81118ef-497a-4874-bbcc-238609210b3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f {
    width: 100%;
    height: auto;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
    
    
  }


.s-f81118ef-497a-4874-bbcc-238609210b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81118ef-497a-4874-bbcc-238609210b3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
      position: relative;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image,
  #s-f81118ef-497a-4874-bbcc-238609210b3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f {
    width: 100%;
    height: auto;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
    
    
  }


.s-f81118ef-497a-4874-bbcc-238609210b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81118ef-497a-4874-bbcc-238609210b3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
      position: relative;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image,
  #s-f81118ef-497a-4874-bbcc-238609210b3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f {
    width: 100%;
    height: auto;
  }

  #s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
    
    
  }


.s-f81118ef-497a-4874-bbcc-238609210b3f .shogun-image-content {
  
    align-items: center;
  
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f81118ef-497a-4874-bbcc-238609210b3f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container {
      position: relative;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f81118ef-497a-4874-bbcc-238609210b3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ec744793-9b63-47c3-83a4-e15db82a39bb {
  margin-top: 50px;
margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec744793-9b63-47c3-83a4-e15db82a39bb {
  display: none;
}
#s-ec744793-9b63-47c3-83a4-e15db82a39bb, #wrap-s-ec744793-9b63-47c3-83a4-e15db82a39bb { display: none !important; }}@media (max-width: 767px){#s-ec744793-9b63-47c3-83a4-e15db82a39bb {
  display: none;
}
#s-ec744793-9b63-47c3-83a4-e15db82a39bb, #wrap-s-ec744793-9b63-47c3-83a4-e15db82a39bb { display: none !important; }}
#s-571fa140-f003-46bb-b8d5-c037811b1728 {
  margin-top: -5%;
margin-left: -10%;
margin-right: -10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-571fa140-f003-46bb-b8d5-c037811b1728 {
  display: none;
}
#s-571fa140-f003-46bb-b8d5-c037811b1728, #wrap-s-571fa140-f003-46bb-b8d5-c037811b1728 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-571fa140-f003-46bb-b8d5-c037811b1728 {
  display: none;
}
#s-571fa140-f003-46bb-b8d5-c037811b1728, #wrap-s-571fa140-f003-46bb-b8d5-c037811b1728 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-571fa140-f003-46bb-b8d5-c037811b1728 {
  margin-top: -7%;
}
}@media (max-width: 767px){#s-571fa140-f003-46bb-b8d5-c037811b1728 {
  display: none;
}
#s-571fa140-f003-46bb-b8d5-c037811b1728, #wrap-s-571fa140-f003-46bb-b8d5-c037811b1728 { display: none !important; }}







#s-571fa140-f003-46bb-b8d5-c037811b1728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-571fa140-f003-46bb-b8d5-c037811b1728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 {
  display: none;
}
#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56, #wrap-s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 {
  display: none;
}
#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56, #wrap-s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 { display: none !important; }}







#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff62f488-4e02-4fcb-b889-c5f2bed46a56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed82c924-5eaf-4ddf-be62-c9f4fcb73019 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed82c924-5eaf-4ddf-be62-c9f4fcb73019 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  letter-spacing: 1px;
  
}



#s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095 {
  margin-top: 3%;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095 {
  display: none;
}
#s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095, #wrap-s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095 {
  display: none;
}
#s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095, #wrap-s-d4a2d5b3-f17e-4ec7-9cc3-0f4530df3095 { display: none !important; }}
#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
  margin-top: 1%;
margin-bottom: 2%;
max-width: 1000px;
aspect-ratio: 1000/875;
text-align: center;
}





  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image,
  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
    width: 100%;
    height: auto;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
    
    
  }


.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
      --shg-aspect-ratio: calc(1000/875); 
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
      position: relative;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image,
  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
    width: 100%;
    height: auto;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
    
    
  }


.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
      --shg-aspect-ratio: calc(1000/875); 
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
      position: relative;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image,
  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
    width: 100%;
    height: auto;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
    
    
  }


.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
      --shg-aspect-ratio: calc(1000/875); 
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
      position: relative;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image,
  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
    width: 100%;
    height: auto;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
    
    
  }


.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
      --shg-aspect-ratio: calc(1000/875); 
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
      position: relative;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image,
  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
    width: 100%;
    height: auto;
  }

  #s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
    
    
  }


.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 {
      --shg-aspect-ratio: calc(1000/875); 
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container {
      position: relative;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7f4d4f0-0fef-4870-aa15-89d0dd9f1a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b6470c71-1fe5-4a4d-b1d1-057e779f1136 {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 2%;
margin-right: 6%;
}

#s-6810230f-734d-47c1-bc03-43db8b7ce415 {
  margin-top: -2px;
margin-left: 6%;
margin-bottom: -2px;
margin-right: 6%;
}

#s-9515c1e0-33da-4403-80ca-14e2bbb004c9 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9515c1e0-33da-4403-80ca-14e2bbb004c9 {
  display: none;
}
#s-9515c1e0-33da-4403-80ca-14e2bbb004c9, #wrap-s-9515c1e0-33da-4403-80ca-14e2bbb004c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9515c1e0-33da-4403-80ca-14e2bbb004c9 {
  display: none;
}
#s-9515c1e0-33da-4403-80ca-14e2bbb004c9, #wrap-s-9515c1e0-33da-4403-80ca-14e2bbb004c9 { display: none !important; }}







#s-9515c1e0-33da-4403-80ca-14e2bbb004c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9515c1e0-33da-4403-80ca-14e2bbb004c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61edbf50-b7ba-4d64-b358-fd71263ea4b6 {
  margin-top: 0px;
margin-bottom: 0%;
margin-right: 0%;
}

#s-68da0225-53c9-4925-bcb6-cc6a547e59c9 {
  margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-68da0225-53c9-4925-bcb6-cc6a547e59c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-68da0225-53c9-4925-bcb6-cc6a547e59c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-68da0225-53c9-4925-bcb6-cc6a547e59c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-68da0225-53c9-4925-bcb6-cc6a547e59c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-e4b38e90-f43e-47f4-a076-7881cb9c0b70 {
  margin-top: 0px;
margin-bottom: -7%;
}

#s-cd9f84f9-ca59-4384-8a28-393b2ba8339d {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-cd9f84f9-ca59-4384-8a28-393b2ba8339d img.shogun-image {
    

    
    
    
  }


#s-cd9f84f9-ca59-4384-8a28-393b2ba8339d .shogun-image-content {
  
    align-items: center;
  
}

#s-8f060f30-7b2c-4f20-84ac-87148d19f55a {
  margin-top: 0px;
margin-bottom: -7%;
}

#s-73339f4d-425f-4560-bfaa-1b6d662a7e4d {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-73339f4d-425f-4560-bfaa-1b6d662a7e4d img.shogun-image {
    

    
    
    
  }


#s-73339f4d-425f-4560-bfaa-1b6d662a7e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-669d0f6d-e2a2-4781-aae7-74d3fbcc6093 {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-669d0f6d-e2a2-4781-aae7-74d3fbcc6093"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-669d0f6d-e2a2-4781-aae7-74d3fbcc6093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-669d0f6d-e2a2-4781-aae7-74d3fbcc6093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-669d0f6d-e2a2-4781-aae7-74d3fbcc6093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8997f9f9-531a-400f-95ca-c81c83fb0581 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8997f9f9-531a-400f-95ca-c81c83fb0581 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-29ca4cba-b72a-4a91-b8b9-fc2ae1ecae7f {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29ca4cba-b72a-4a91-b8b9-fc2ae1ecae7f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-fcd71bd0-9157-4ea4-8aba-394606ba1b41 {
  margin-top: 0px;
margin-right: 0%;
}

#s-eec4c6a1-a837-4e0e-af23-793071d106de {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-eec4c6a1-a837-4e0e-af23-793071d106de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eec4c6a1-a837-4e0e-af23-793071d106de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eec4c6a1-a837-4e0e-af23-793071d106de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec4c6a1-a837-4e0e-af23-793071d106de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794-root {
    text-align: center;
  }


#s-df7eebe9-d1ed-405d-9cfb-438f5e0f5794.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b7efc850-3179-4115-b8b8-264001f6afc9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-b7efc850-3179-4115-b8b8-264001f6afc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7efc850-3179-4115-b8b8-264001f6afc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-b7efc850-3179-4115-b8b8-264001f6afc9-root {
    text-align: center;
  }


#s-b7efc850-3179-4115-b8b8-264001f6afc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-190436a7-3953-4efa-b6b5-88398cc16475 {
  margin-top: -7%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-190436a7-3953-4efa-b6b5-88398cc16475 {
  display: none;
}
#s-190436a7-3953-4efa-b6b5-88398cc16475, #wrap-s-190436a7-3953-4efa-b6b5-88398cc16475 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-190436a7-3953-4efa-b6b5-88398cc16475 {
  display: none;
}
#s-190436a7-3953-4efa-b6b5-88398cc16475, #wrap-s-190436a7-3953-4efa-b6b5-88398cc16475 { display: none !important; }}







#s-190436a7-3953-4efa-b6b5-88398cc16475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190436a7-3953-4efa-b6b5-88398cc16475.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b10c94a6-0674-45ad-b9f1-6137ea60092b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b10c94a6-0674-45ad-b9f1-6137ea60092b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b10c94a6-0674-45ad-b9f1-6137ea60092b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b10c94a6-0674-45ad-b9f1-6137ea60092b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9f55b82-a2da-45c3-bac2-153fb6e5ffaf {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-4f70dc12-3f3b-4a09-9dd9-f22c0e20fdc1 {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-dbca51ca-4352-473d-80a2-8501e2e51f3f {
  margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-dbca51ca-4352-473d-80a2-8501e2e51f3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-dbca51ca-4352-473d-80a2-8501e2e51f3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-dbca51ca-4352-473d-80a2-8501e2e51f3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-dbca51ca-4352-473d-80a2-8501e2e51f3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-4378a1e3-e592-4fb7-a2c2-4dc6a01d7800 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-4378a1e3-e592-4fb7-a2c2-4dc6a01d7800 img.shogun-image {
    

    
    
    
  }


#s-4378a1e3-e592-4fb7-a2c2-4dc6a01d7800 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fa15df1-2ba5-4d94-85c4-2ff824b95ea8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-9fa15df1-2ba5-4d94-85c4-2ff824b95ea8 img.shogun-image {
    

    
    
    
  }


#s-9fa15df1-2ba5-4d94-85c4-2ff824b95ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-17c11d88-43b7-45dc-8551-de09cb732d03 {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-17c11d88-43b7-45dc-8551-de09cb732d03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17c11d88-43b7-45dc-8551-de09cb732d03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17c11d88-43b7-45dc-8551-de09cb732d03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17c11d88-43b7-45dc-8551-de09cb732d03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-866c1161-7890-4511-8b33-a3f771b41cc1 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-866c1161-7890-4511-8b33-a3f771b41cc1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-095d7030-10cf-4175-ac26-841cbfb65dfb {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-095d7030-10cf-4175-ac26-841cbfb65dfb .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-bb56dc29-7146-43c3-9525-aaf05a95ca78 {
  margin-top: 0px;
margin-right: 0%;
}

#s-58d4de17-63f3-466e-85cf-4fef90f19ee1 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-58d4de17-63f3-466e-85cf-4fef90f19ee1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58d4de17-63f3-466e-85cf-4fef90f19ee1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58d4de17-63f3-466e-85cf-4fef90f19ee1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d4de17-63f3-466e-85cf-4fef90f19ee1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7-root {
    text-align: center;
  }


#s-86f16c80-6ca0-4a8c-9a8d-50aac07c49e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ae11d5b9-1220-410a-b90b-aea6f21c6549 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-ae11d5b9-1220-410a-b90b-aea6f21c6549:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae11d5b9-1220-410a-b90b-aea6f21c6549:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-ae11d5b9-1220-410a-b90b-aea6f21c6549-root {
    text-align: center;
  }


#s-ae11d5b9-1220-410a-b90b-aea6f21c6549.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 {
  margin-top: -7%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 {
  display: none;
}
#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335, #wrap-s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 {
  display: none;
}
#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335, #wrap-s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 { display: none !important; }}







#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6990ad4d-77b7-486e-b6c9-fd553b4e2335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dfdea91-7530-49f6-961e-7e2957fdf686 {
  margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-9dfdea91-7530-49f6-961e-7e2957fdf686"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-9dfdea91-7530-49f6-961e-7e2957fdf686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-9dfdea91-7530-49f6-961e-7e2957fdf686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-9dfdea91-7530-49f6-961e-7e2957fdf686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-a669b64f-9c4f-4e85-963b-680fc978cc57 {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-b0571bfb-d665-4888-aca4-e47640adaa8f {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-b0571bfb-d665-4888-aca4-e47640adaa8f img.shogun-image {
    

    
    
    
  }


#s-b0571bfb-d665-4888-aca4-e47640adaa8f .shogun-image-content {
  
    align-items: center;
  
}

#s-b4597677-172f-4c24-8635-c4a294b02424 {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-c9364338-ffeb-4fc7-bf9d-e2ddcb1a0674 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-c9364338-ffeb-4fc7-bf9d-e2ddcb1a0674 img.shogun-image {
    

    
    
    
  }


#s-c9364338-ffeb-4fc7-bf9d-e2ddcb1a0674 .shogun-image-content {
  
    align-items: center;
  
}

#s-24995b95-4ce9-40c6-a51f-5b7f3a4ae3cb {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-24995b95-4ce9-40c6-a51f-5b7f3a4ae3cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24995b95-4ce9-40c6-a51f-5b7f3a4ae3cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24995b95-4ce9-40c6-a51f-5b7f3a4ae3cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24995b95-4ce9-40c6-a51f-5b7f3a4ae3cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-895850ab-05a3-498f-9384-9d973aabcf77 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-895850ab-05a3-498f-9384-9d973aabcf77 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-b1c37162-e8cc-4739-b9f1-8ba1f3d7b3e7 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1c37162-e8cc-4739-b9f1-8ba1f3d7b3e7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-4afa0a58-0a6e-468c-ad25-dce6cfc90f2a {
  margin-top: 0px;
margin-right: 0%;
}

#s-8f38a110-3fac-43d6-a560-44ad843d3d4c {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-8f38a110-3fac-43d6-a560-44ad843d3d4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8f38a110-3fac-43d6-a560-44ad843d3d4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f38a110-3fac-43d6-a560-44ad843d3d4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f38a110-3fac-43d6-a560-44ad843d3d4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd-root {
    text-align: center;
  }


#s-bb63cf1a-56ce-4d6f-bd26-5220518cb0cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7-root {
    text-align: center;
  }


#s-e685ff45-da34-4e38-8cb7-db3f72e3a6e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c {
  margin-top: -7%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c {
  display: none;
}
#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c, #wrap-s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c {
  display: none;
}
#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c, #wrap-s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c { display: none !important; }}







#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d11427f-a3e7-4006-bcdb-f5e53ff9664c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60ca7278-5761-4bb3-a4b7-61025dd70b70 {
  margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-60ca7278-5761-4bb3-a4b7-61025dd70b70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-60ca7278-5761-4bb3-a4b7-61025dd70b70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-60ca7278-5761-4bb3-a4b7-61025dd70b70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-60ca7278-5761-4bb3-a4b7-61025dd70b70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-438204ba-abb0-458c-843a-ad487ed5f62f {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-ea7285e4-bffa-4ba9-9a61-8e122241b145 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-ea7285e4-bffa-4ba9-9a61-8e122241b145 img.shogun-image {
    

    
    
    
  }


#s-ea7285e4-bffa-4ba9-9a61-8e122241b145 .shogun-image-content {
  
    align-items: center;
  
}

#s-773c34b3-0332-4842-b961-6ef704c00db2 {
  margin-top: 4%;
margin-bottom: -7%;
}

#s-cbda2966-88e7-46b6-90a6-0cae4f33caa7 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  #s-cbda2966-88e7-46b6-90a6-0cae4f33caa7 img.shogun-image {
    

    
    
    
  }


#s-cbda2966-88e7-46b6-90a6-0cae4f33caa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2085a74e-fa5b-41f3-b140-6c11a8d9b02c {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-2085a74e-fa5b-41f3-b140-6c11a8d9b02c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2085a74e-fa5b-41f3-b140-6c11a8d9b02c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2085a74e-fa5b-41f3-b140-6c11a8d9b02c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2085a74e-fa5b-41f3-b140-6c11a8d9b02c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-19cba0a9-79de-4ebd-9bdb-a58c457e31e3 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19cba0a9-79de-4ebd-9bdb-a58c457e31e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-7111cf59-7e9a-430a-bb74-da445452b3a5 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7111cf59-7e9a-430a-bb74-da445452b3a5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-741d45d0-16f1-4cb6-8415-ad3d97bfb29f {
  margin-top: 0px;
margin-right: 0%;
}

#s-808a55de-8040-4c9c-af53-3495462ea295 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-808a55de-8040-4c9c-af53-3495462ea295"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-808a55de-8040-4c9c-af53-3495462ea295"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-808a55de-8040-4c9c-af53-3495462ea295"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-808a55de-8040-4c9c-af53-3495462ea295"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59882d6c-9c68-421e-9f90-b519308cc859 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-59882d6c-9c68-421e-9f90-b519308cc859:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59882d6c-9c68-421e-9f90-b519308cc859:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-59882d6c-9c68-421e-9f90-b519308cc859-root {
    text-align: center;
  }


#s-59882d6c-9c68-421e-9f90-b519308cc859.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216-root {
    text-align: center;
  }


#s-4dbcd19b-955d-4c2e-bbe8-4f3f752b4216.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-5acaffcc-11e2-4b16-8409-accbbb16e0ea {
  margin-top: 0px;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5acaffcc-11e2-4b16-8409-accbbb16e0ea {
  display: none;
}
#s-5acaffcc-11e2-4b16-8409-accbbb16e0ea, #wrap-s-5acaffcc-11e2-4b16-8409-accbbb16e0ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5acaffcc-11e2-4b16-8409-accbbb16e0ea {
  display: none;
}
#s-5acaffcc-11e2-4b16-8409-accbbb16e0ea, #wrap-s-5acaffcc-11e2-4b16-8409-accbbb16e0ea { display: none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 {
  display: none;
}
#s-bc605fd7-7089-41b7-918c-f2b9f023fc22, #wrap-s-bc605fd7-7089-41b7-918c-f2b9f023fc22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 {
  display: none;
}
#s-bc605fd7-7089-41b7-918c-f2b9f023fc22, #wrap-s-bc605fd7-7089-41b7-918c-f2b9f023fc22 { display: none !important; }}
#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 .shg-sld-nav-button.shg-sld-left,
#s-bc605fd7-7089-41b7-918c-f2b9f023fc22 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image,
  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
    width: 100%;
    height: auto;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
    
    
  }


.s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
      position: relative;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image,
  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
    width: 100%;
    height: auto;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
    
    
  }


.s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
      position: relative;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image,
  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
    width: 100%;
    height: auto;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
    
    
  }


.s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
      position: relative;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image,
  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
    width: 100%;
    height: auto;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
    
    
  }


.s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
      position: relative;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image,
  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
    width: 100%;
    height: auto;
  }

  #s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
    
    
  }


.s-ea8ec45f-9601-49a7-8dfd-95d797a91259 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container {
      position: relative;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8ec45f-9601-49a7-8dfd-95d797a91259 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-40de6e91-008c-4fbf-b488-ac3526843455 {
  text-align: left;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image,
  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
    width: 100%;
    height: auto;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
    
    
  }


.s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
      position: relative;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image,
  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
    width: 100%;
    height: auto;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
    
    
  }


.s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
      position: relative;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image,
  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
    width: 100%;
    height: auto;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
    
    
  }


.s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
      position: relative;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image,
  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
    width: 100%;
    height: auto;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
    
    
  }


.s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
      position: relative;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image,
  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
    width: 100%;
    height: auto;
  }

  #s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
    
    
  }


.s-92171f63-3a47-40fa-8ce3-8665d355f6f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container {
      position: relative;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92171f63-3a47-40fa-8ce3-8665d355f6f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5ce74215-466d-40ca-901a-c2f5131993f2 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image,
  #s-5ce74215-466d-40ca-901a-c2f5131993f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 {
    width: 100%;
    height: auto;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
    
    
  }


.s-5ce74215-466d-40ca-901a-c2f5131993f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ce74215-466d-40ca-901a-c2f5131993f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
      position: relative;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image,
  #s-5ce74215-466d-40ca-901a-c2f5131993f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 {
    width: 100%;
    height: auto;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
    
    
  }


.s-5ce74215-466d-40ca-901a-c2f5131993f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ce74215-466d-40ca-901a-c2f5131993f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
      position: relative;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image,
  #s-5ce74215-466d-40ca-901a-c2f5131993f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 {
    width: 100%;
    height: auto;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
    
    
  }


.s-5ce74215-466d-40ca-901a-c2f5131993f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ce74215-466d-40ca-901a-c2f5131993f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
      position: relative;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image,
  #s-5ce74215-466d-40ca-901a-c2f5131993f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 {
    width: 100%;
    height: auto;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
    
    
  }


.s-5ce74215-466d-40ca-901a-c2f5131993f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ce74215-466d-40ca-901a-c2f5131993f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
      position: relative;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image,
  #s-5ce74215-466d-40ca-901a-c2f5131993f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 {
    width: 100%;
    height: auto;
  }

  #s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
    
    
  }


.s-5ce74215-466d-40ca-901a-c2f5131993f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ce74215-466d-40ca-901a-c2f5131993f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container {
      position: relative;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ce74215-466d-40ca-901a-c2f5131993f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image,
  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
    width: 100%;
    height: auto;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
    
    
  }


.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
      position: relative;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image,
  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
    width: 100%;
    height: auto;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
    
    
  }


.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
      position: relative;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image,
  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
    width: 100%;
    height: auto;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
    
    
  }


.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
      position: relative;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image,
  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
    width: 100%;
    height: auto;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
    
    
  }


.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
      position: relative;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image,
  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
    width: 100%;
    height: auto;
  }

  #s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
    
    
  }


.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a .shogun-image-content {
  
    align-items: center;
  
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container {
      position: relative;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5875c0b-80c6-43f1-93cf-ca38e090a16a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3ed6d0bf-0866-44ba-aec4-2077a1b25d21 {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-3ed6d0bf-0866-44ba-aec4-2077a1b25d21 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-7c878784-674c-43b1-b930-ddd0ce71dfa5 {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-7c878784-674c-43b1-b930-ddd0ce71dfa5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-c5c349fa-caea-4ed9-9b83-f9cf20f97d4e {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-c5c349fa-caea-4ed9-9b83-f9cf20f97d4e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-4657b665-5ca3-4df3-87b0-ac371ab59c55 {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-4657b665-5ca3-4df3-87b0-ac371ab59c55 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-c539e4f8-b953-42f3-9c99-b30d327acd59 {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
}

#s-b780747d-9e3d-41c5-af80-fa661c271a1b {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
}

#s-c45c1cf8-e8d4-4fd2-bd48-c031d8851f32 {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
}

#s-eeb9e519-c523-49f1-888d-09fad72937f7 {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
}

#s-90b7e7ed-5a22-49de-bbbe-99137e35b4f0 {
  margin-top: -3%;
margin-bottom: 6%;
padding-top: 4%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-bdebee2a-d4bb-43e1-85b2-c16c4eb780a4 {
  margin-top: -3%;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-53f12bbb-4ed5-4fbb-8142-63a544c0416c {
  margin-top: -3%;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-041ca328-9930-480c-a2cf-2123bea6a566 {
  margin-top: -3%;
margin-bottom: 6%;
padding-top: 4%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-4f4146f2-1be8-4930-80c2-6e8614349d1c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-4f4146f2-1be8-4930-80c2-6e8614349d1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f4146f2-1be8-4930-80c2-6e8614349d1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-4f4146f2-1be8-4930-80c2-6e8614349d1c-root {
    text-align: center;
  }


#s-4f4146f2-1be8-4930-80c2-6e8614349d1c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3231f973-8b01-4ccb-aec0-c09b151ac03d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-3231f973-8b01-4ccb-aec0-c09b151ac03d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3231f973-8b01-4ccb-aec0-c09b151ac03d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-3231f973-8b01-4ccb-aec0-c09b151ac03d-root {
    text-align: center;
  }


#s-3231f973-8b01-4ccb-aec0-c09b151ac03d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ec587aac-45fb-4bda-93a5-5105d672dbb9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-ec587aac-45fb-4bda-93a5-5105d672dbb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec587aac-45fb-4bda-93a5-5105d672dbb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-ec587aac-45fb-4bda-93a5-5105d672dbb9-root {
    text-align: center;
  }


#s-ec587aac-45fb-4bda-93a5-5105d672dbb9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-b3798b06-70ff-4bc6-92a8-e69af747ff2e-root {
    text-align: center;
  }


#s-b3798b06-70ff-4bc6-92a8-e69af747ff2e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

@media (min-width: 1200px){#s-8435d1d1-a55d-4333-9562-69c544664641 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-8435d1d1-a55d-4333-9562-69c544664641, #wrap-s-8435d1d1-a55d-4333-9562-69c544664641 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8435d1d1-a55d-4333-9562-69c544664641 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-8435d1d1-a55d-4333-9562-69c544664641, #wrap-s-8435d1d1-a55d-4333-9562-69c544664641 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8435d1d1-a55d-4333-9562-69c544664641 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-8435d1d1-a55d-4333-9562-69c544664641, #wrap-s-8435d1d1-a55d-4333-9562-69c544664641 { display: none !important; }}@media (max-width: 767px){#s-8435d1d1-a55d-4333-9562-69c544664641 {
  display: none;
}
#s-8435d1d1-a55d-4333-9562-69c544664641, #wrap-s-8435d1d1-a55d-4333-9562-69c544664641 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8435d1d1-a55d-4333-9562-69c544664641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8435d1d1-a55d-4333-9562-69c544664641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8435d1d1-a55d-4333-9562-69c544664641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8435d1d1-a55d-4333-9562-69c544664641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e {
  margin-top: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e {
  margin-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-86e28ea6-f2fe-437e-8fb5-5aeb0b266a2e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-74274d8e-1bed-49d8-8684-cfdc4b7480a8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
max-width: 630px;
}
@media (min-width: 1200px){#s-74274d8e-1bed-49d8-8684-cfdc4b7480a8 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74274d8e-1bed-49d8-8684-cfdc4b7480a8 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74274d8e-1bed-49d8-8684-cfdc4b7480a8 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-74274d8e-1bed-49d8-8684-cfdc4b7480a8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}
@media (min-width: 1200px){#s-72109ead-06d2-4416-95a4-ed5298a12729 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-72109ead-06d2-4416-95a4-ed5298a12729, #wrap-s-72109ead-06d2-4416-95a4-ed5298a12729 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72109ead-06d2-4416-95a4-ed5298a12729 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-72109ead-06d2-4416-95a4-ed5298a12729, #wrap-s-72109ead-06d2-4416-95a4-ed5298a12729 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72109ead-06d2-4416-95a4-ed5298a12729 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-72109ead-06d2-4416-95a4-ed5298a12729, #wrap-s-72109ead-06d2-4416-95a4-ed5298a12729 { display: none !important; }}@media (max-width: 767px){#s-72109ead-06d2-4416-95a4-ed5298a12729 {
  display: none;
}
#s-72109ead-06d2-4416-95a4-ed5298a12729, #wrap-s-72109ead-06d2-4416-95a4-ed5298a12729 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72109ead-06d2-4416-95a4-ed5298a12729"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72109ead-06d2-4416-95a4-ed5298a12729"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72109ead-06d2-4416-95a4-ed5298a12729"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72109ead-06d2-4416-95a4-ed5298a12729"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5424779-ed68-4357-aaa6-80966301b88a {
  text-align: center;
}
@media (min-width: 1200px){#s-e5424779-ed68-4357-aaa6-80966301b88a {
  display: none;
}
#s-e5424779-ed68-4357-aaa6-80966301b88a, #wrap-s-e5424779-ed68-4357-aaa6-80966301b88a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5424779-ed68-4357-aaa6-80966301b88a {
  display: none;
}
#s-e5424779-ed68-4357-aaa6-80966301b88a, #wrap-s-e5424779-ed68-4357-aaa6-80966301b88a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5424779-ed68-4357-aaa6-80966301b88a {
  display: none;
}
#s-e5424779-ed68-4357-aaa6-80966301b88a, #wrap-s-e5424779-ed68-4357-aaa6-80966301b88a { display: none !important; }}






  #s-e5424779-ed68-4357-aaa6-80966301b88a img.shogun-image {
    

    
    
    
  }


#s-e5424779-ed68-4357-aaa6-80966301b88a .shogun-image-content {
  
    align-items: center;
  
}

#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 {
  margin-top: 140px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 {
  margin-top: 120px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-7aba01d5-7093-427e-ab88-a40e6e6b9494 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-1f69f395-97a7-4de9-90c9-c03c0a39386e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
max-width: 630px;
}
@media (min-width: 1200px){#s-1f69f395-97a7-4de9-90c9-c03c0a39386e {
  margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f69f395-97a7-4de9-90c9-c03c0a39386e {
  margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f69f395-97a7-4de9-90c9-c03c0a39386e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1f69f395-97a7-4de9-90c9-c03c0a39386e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}
#s-3ad03ac6-a323-4d23-9492-0044605c907b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ad03ac6-a323-4d23-9492-0044605c907b {
  
}
}@media (max-width: 767px){#s-3ad03ac6-a323-4d23-9492-0044605c907b {
  display: none;
}
#s-3ad03ac6-a323-4d23-9492-0044605c907b, #wrap-s-3ad03ac6-a323-4d23-9492-0044605c907b { display: none !important; }}






  #s-3ad03ac6-a323-4d23-9492-0044605c907b img.shogun-image {
    

    
    
    
  }


#s-3ad03ac6-a323-4d23-9492-0044605c907b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538, #wrap-s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538, #wrap-s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 {
  display: none;
}
#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538, #wrap-s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 { display: none !important; }}@media (max-width: 767px){#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 {
  display: none;
}
#s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538, #wrap-s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e66fab6a-e0d2-4ecb-b4fc-2a4cd6ae4538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9e1c1732-8597-40d6-b57b-afbc48b2c850 {
  text-align: center;
}







  #s-9e1c1732-8597-40d6-b57b-afbc48b2c850 img.shogun-image {
    

    
    
    
  }


#s-9e1c1732-8597-40d6-b57b-afbc48b2c850 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d {
  margin-top: 140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-d2c8c48c-b7a6-4526-9d1a-45ce807a732d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-30619843-acd9-498f-8280-144a0c86c5d1 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
max-width: 630px;
}
@media (min-width: 1200px){#s-30619843-acd9-498f-8280-144a0c86c5d1 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30619843-acd9-498f-8280-144a0c86c5d1 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30619843-acd9-498f-8280-144a0c86c5d1 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-30619843-acd9-498f-8280-144a0c86c5d1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}
@media (min-width: 1200px){#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a, #wrap-s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a {
  margin-left: -80px;
margin-right: -80px;
display: none;
}
#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a, #wrap-s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a, #wrap-s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a { display: none !important; }}@media (max-width: 767px){#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a {
  display: none;
}
#s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a, #wrap-s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a { display: none !important; }}
@media (min-width: 0px) {
[id="s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2452a31-75cc-4776-b6b0-5125ffc1ae9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 {
  text-align: center;
}
@media (min-width: 1200px){#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 {
  display: none;
}
#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4, #wrap-s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 {
  display: none;
}
#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4, #wrap-s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 {
  display: none;
}
#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4, #wrap-s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 { display: none !important; }}






  #s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 img.shogun-image {
    

    
    
    
  }


#s-2c102f65-7afc-4c51-9d1c-e7e4bc648de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 {
  margin-top: 140px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 {
  margin-top: 120px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-7c2f85eb-356e-4f5a-a29b-4caf053497d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-1a2d0c9c-d0a1-4e3f-a8d8-04252cb07ab6 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
max-width: 630px;
}
@media (min-width: 1200px){#s-1a2d0c9c-d0a1-4e3f-a8d8-04252cb07ab6 {
  margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a2d0c9c-d0a1-4e3f-a8d8-04252cb07ab6 {
  margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a2d0c9c-d0a1-4e3f-a8d8-04252cb07ab6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1a2d0c9c-d0a1-4e3f-a8d8-04252cb07ab6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}
#s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb {
  
}
}@media (max-width: 767px){#s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb {
  display: none;
}
#s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb, #wrap-s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb { display: none !important; }}






  #s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb img.shogun-image {
    

    
    
    
  }


#s-6c7cd681-2a18-4e9d-b68d-4409710c5dcb .shogun-image-content {
  
    align-items: center;
  
}

#s-3571a8ec-a235-4359-ace9-4696ffd27b19 {
  margin-top: 12%;
margin-bottom: 6%;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-3571a8ec-a235-4359-ace9-4696ffd27b19 {
  display: none;
}
#s-3571a8ec-a235-4359-ace9-4696ffd27b19, #wrap-s-3571a8ec-a235-4359-ace9-4696ffd27b19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3571a8ec-a235-4359-ace9-4696ffd27b19 {
  display: none;
}
#s-3571a8ec-a235-4359-ace9-4696ffd27b19, #wrap-s-3571a8ec-a235-4359-ace9-4696ffd27b19 { display: none !important; }}
#s-096e5780-cd6b-4bff-a598-620b7f79e482 {
  margin-top: -7%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-096e5780-cd6b-4bff-a598-620b7f79e482 {
  display: none;
}
#s-096e5780-cd6b-4bff-a598-620b7f79e482, #wrap-s-096e5780-cd6b-4bff-a598-620b7f79e482 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-096e5780-cd6b-4bff-a598-620b7f79e482 {
  display: none;
}
#s-096e5780-cd6b-4bff-a598-620b7f79e482, #wrap-s-096e5780-cd6b-4bff-a598-620b7f79e482 { display: none !important; }}







#s-096e5780-cd6b-4bff-a598-620b7f79e482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096e5780-cd6b-4bff-a598-620b7f79e482.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69a64f2a-4076-49a8-b4a8-7c0dc6674bd5 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-69a64f2a-4076-49a8-b4a8-7c0dc6674bd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69a64f2a-4076-49a8-b4a8-7c0dc6674bd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69a64f2a-4076-49a8-b4a8-7c0dc6674bd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69a64f2a-4076-49a8-b4a8-7c0dc6674bd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-663252c5-547e-4c15-944e-52e56068d9a6 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image,
  #s-663252c5-547e-4c15-944e-52e56068d9a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 {
    width: 100%;
    height: auto;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
    
    
  }


.s-663252c5-547e-4c15-944e-52e56068d9a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663252c5-547e-4c15-944e-52e56068d9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
      position: relative;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image,
  #s-663252c5-547e-4c15-944e-52e56068d9a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 {
    width: 100%;
    height: auto;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
    
    
  }


.s-663252c5-547e-4c15-944e-52e56068d9a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663252c5-547e-4c15-944e-52e56068d9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
      position: relative;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image,
  #s-663252c5-547e-4c15-944e-52e56068d9a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 {
    width: 100%;
    height: auto;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
    
    
  }


.s-663252c5-547e-4c15-944e-52e56068d9a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663252c5-547e-4c15-944e-52e56068d9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
      position: relative;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image,
  #s-663252c5-547e-4c15-944e-52e56068d9a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 {
    width: 100%;
    height: auto;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
    
    
  }


.s-663252c5-547e-4c15-944e-52e56068d9a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663252c5-547e-4c15-944e-52e56068d9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
      position: relative;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image,
  #s-663252c5-547e-4c15-944e-52e56068d9a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 {
    width: 100%;
    height: auto;
  }

  #s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
    
    
  }


.s-663252c5-547e-4c15-944e-52e56068d9a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663252c5-547e-4c15-944e-52e56068d9a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container {
      position: relative;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663252c5-547e-4c15-944e-52e56068d9a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-92269730-22a7-4937-8360-05e3d5a39624 {
  margin-top: -9%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92269730-22a7-4937-8360-05e3d5a39624 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image,
  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
    width: 100%;
    height: auto;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
    
    
  }


.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
      position: relative;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image,
  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
    width: 100%;
    height: auto;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
    
    
  }


.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
      position: relative;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image,
  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
    width: 100%;
    height: auto;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
    
    
  }


.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
      position: relative;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image,
  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
    width: 100%;
    height: auto;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
    
    
  }


.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
      position: relative;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image,
  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
    width: 100%;
    height: auto;
  }

  #s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
    
    
  }


.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container {
      position: relative;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc77fdc3-491a-4eaf-ad49-6a3c44c5af47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7745d842-ccd6-4340-b155-76d5dc3055d7 {
  margin-top: 0%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7745d842-ccd6-4340-b155-76d5dc3055d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-f1bc55e1-123a-48f0-951e-0974089abfa1 {
  margin-top: 0px;
margin-right: 0%;
}

#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f {
  margin-top: -7%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f {
  display: none;
}
#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f, #wrap-s-097e12fe-78da-42ad-9daf-8b5c709cbe8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f {
  display: none;
}
#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f, #wrap-s-097e12fe-78da-42ad-9daf-8b5c709cbe8f { display: none !important; }}







#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097e12fe-78da-42ad-9daf-8b5c709cbe8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6057ab-eb2c-4a86-8122-c3edd6035ded {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-5b6057ab-eb2c-4a86-8122-c3edd6035ded"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b6057ab-eb2c-4a86-8122-c3edd6035ded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b6057ab-eb2c-4a86-8122-c3edd6035ded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b6057ab-eb2c-4a86-8122-c3edd6035ded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image,
  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
    width: 100%;
    height: auto;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
    
    
  }


.s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
      position: relative;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image,
  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
    width: 100%;
    height: auto;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
    
    
  }


.s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
      position: relative;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image,
  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
    width: 100%;
    height: auto;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
    
    
  }


.s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
      position: relative;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image,
  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
    width: 100%;
    height: auto;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
    
    
  }


.s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
      position: relative;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image,
  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
    width: 100%;
    height: auto;
  }

  #s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
    
    
  }


.s-a466948f-26e6-4d74-8b98-13d7275f5a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container {
      position: relative;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a466948f-26e6-4d74-8b98-13d7275f5a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-19882c5b-9361-4878-bcdf-ee3f3a972668 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19882c5b-9361-4878-bcdf-ee3f3a972668 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-c3a51f90-5229-44f8-a423-e21efe7023ab {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image,
  #s-c3a51f90-5229-44f8-a423-e21efe7023ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab {
    width: 100%;
    height: auto;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
    
    
  }


.s-c3a51f90-5229-44f8-a423-e21efe7023ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3a51f90-5229-44f8-a423-e21efe7023ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
      position: relative;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image,
  #s-c3a51f90-5229-44f8-a423-e21efe7023ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab {
    width: 100%;
    height: auto;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
    
    
  }


.s-c3a51f90-5229-44f8-a423-e21efe7023ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3a51f90-5229-44f8-a423-e21efe7023ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
      position: relative;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image,
  #s-c3a51f90-5229-44f8-a423-e21efe7023ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab {
    width: 100%;
    height: auto;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
    
    
  }


.s-c3a51f90-5229-44f8-a423-e21efe7023ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3a51f90-5229-44f8-a423-e21efe7023ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
      position: relative;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image,
  #s-c3a51f90-5229-44f8-a423-e21efe7023ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab {
    width: 100%;
    height: auto;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
    
    
  }


.s-c3a51f90-5229-44f8-a423-e21efe7023ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3a51f90-5229-44f8-a423-e21efe7023ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
      position: relative;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image,
  #s-c3a51f90-5229-44f8-a423-e21efe7023ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab {
    width: 100%;
    height: auto;
  }

  #s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
    
    
  }


.s-c3a51f90-5229-44f8-a423-e21efe7023ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3a51f90-5229-44f8-a423-e21efe7023ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container {
      position: relative;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3a51f90-5229-44f8-a423-e21efe7023ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c949d0bd-9f4a-41a6-86ed-d69bf9c3fa7e {
  margin-top: 0%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c949d0bd-9f4a-41a6-86ed-d69bf9c3fa7e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-772e4911-7c39-456b-93af-828eec047884 {
  margin-top: 0px;
margin-right: 0%;
}

#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 {
  display: none;
}
#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452, #wrap-s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 {
  display: none;
}
#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452, #wrap-s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 { display: none !important; }}







#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e49e9e1c-57ed-45fa-9eec-90460cdc9452.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
  margin-left: 4%;
margin-right: 4%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image,
  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
    width: 100%;
    height: auto;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
    
    
  }


.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
      position: relative;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image,
  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
    width: 100%;
    height: auto;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
    
    
  }


.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
      position: relative;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image,
  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
    width: 100%;
    height: auto;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
    
    
  }


.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
      position: relative;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image,
  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
    width: 100%;
    height: auto;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
    
    
  }


.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
      position: relative;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image,
  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
    width: 100%;
    height: auto;
  }

  #s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
    
    
  }


.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container {
      position: relative;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f3648bd-4663-4a9f-b15d-6294a6dc2542 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-26637cd3-4ea9-4255-a081-496bc595952c {
  margin-top: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-26637cd3-4ea9-4255-a081-496bc595952c {
  display: none;
}
#s-26637cd3-4ea9-4255-a081-496bc595952c, #wrap-s-26637cd3-4ea9-4255-a081-496bc595952c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26637cd3-4ea9-4255-a081-496bc595952c {
  display: none;
}
#s-26637cd3-4ea9-4255-a081-496bc595952c, #wrap-s-26637cd3-4ea9-4255-a081-496bc595952c { display: none !important; }}
#s-6d84e511-b03f-4a0c-a8cc-6884f63b6258 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-66e4b779-e0de-4c04-b60c-94ddb927cef1 {
  margin-top: 4%;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 2%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-66e4b779-e0de-4c04-b60c-94ddb927cef1 {
  display: none;
}
#s-66e4b779-e0de-4c04-b60c-94ddb927cef1, #wrap-s-66e4b779-e0de-4c04-b60c-94ddb927cef1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66e4b779-e0de-4c04-b60c-94ddb927cef1 {
  display: none;
}
#s-66e4b779-e0de-4c04-b60c-94ddb927cef1, #wrap-s-66e4b779-e0de-4c04-b60c-94ddb927cef1 { display: none !important; }}
#s-aefdd97e-cf76-41b4-9847-ef3e0c0e314e {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: -5%;
margin-right: 8%;
}

@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}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
