.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-b5fa285e-2c29-4e36-84db-06d0cc9bc62e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e {
  display: none;
}
#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e, #wrap-s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e {
  display: none;
}
#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e, #wrap-s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e { display: none !important; }}@media (max-width: 767px){#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e {
  display: none;
}
#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e, #wrap-s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e { display: none !important; }}







#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5fa285e-2c29-4e36-84db-06d0cc9bc62e.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-3eca981b-7eca-4e39-a0be-3134083a7adf {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3eca981b-7eca-4e39-a0be-3134083a7adf {
  display: unset;
}
#s-3eca981b-7eca-4e39-a0be-3134083a7adf, #wrap-s-3eca981b-7eca-4e39-a0be-3134083a7adf { display: unset !important; }}
@media (min-width: 0px) {
[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3eca981b-7eca-4e39-a0be-3134083a7adf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

.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-ce6fdc65-44d6-4d38-8042-981d0e55c75b {
  margin-left: 7%;
margin-right: 7%;
}
@media (max-width: 767px){#s-ce6fdc65-44d6-4d38-8042-981d0e55c75b {
  padding-left: 11%;
padding-right: 11%;
}
}
.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-d208667d-7236-4402-b448-af25c41b6726 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
text-align: left;
}

#s-d208667d-7236-4402-b448-af25c41b6726 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "DM Sans";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-dd203797-e5be-4b5b-aea2-54259759b4cc {
  margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (max-width: 767px){#s-dd203797-e5be-4b5b-aea2-54259759b4cc {
  padding-left: 11%;
padding-right: 11%;
}
}
#s-4f2e6dba-417f-4d25-b5ce-a7f93d41984a {
  padding-left: 7%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-4f2e6dba-417f-4d25-b5ce-a7f93d41984a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f2e6dba-417f-4d25-b5ce-a7f93d41984a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4f2e6dba-417f-4d25-b5ce-a7f93d41984a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f2e6dba-417f-4d25-b5ce-a7f93d41984a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.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-1f0a0217-7de2-4cef-b423-05c42702ccbf {
  max-width: 1163px;
aspect-ratio: 1163/788;
text-align: center;
}





  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image,
  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
    width: 100%;
    height: auto;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
    
    
  }


.s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shogun-image-content {
  
    align-items: center;
  
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
      position: relative;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image,
  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
    width: 100%;
    height: auto;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
    
    
  }


.s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shogun-image-content {
  
    align-items: center;
  
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
      position: relative;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image,
  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
    width: 100%;
    height: auto;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
    
    
  }


.s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shogun-image-content {
  
    align-items: center;
  
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
      position: relative;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image,
  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
    width: 100%;
    height: auto;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
    
    
  }


.s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shogun-image-content {
  
    align-items: center;
  
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
      position: relative;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image,
  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
    width: 100%;
    height: auto;
  }

  #s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
    
    
  }


.s-1f0a0217-7de2-4cef-b423-05c42702ccbf .shogun-image-content {
  
    align-items: center;
  
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container {
      position: relative;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f0a0217-7de2-4cef-b423-05c42702ccbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(250, 245, 245, 1);
  
  font-size: 15px;
  
  line-height: 0.5em;
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-error-msg-container, #s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-field-error-msg-container {
  display: none;
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-eea7516c-3fe5-4107-a824-6b5b044a1f2e .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-6fdbf7bc-a5e5-4b14-ad16-5658c8a32599  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  line-height: 0.5em;
  
}

#s-6fdbf7bc-a5e5-4b14-ad16-5658c8a32599  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-6fdbf7bc-a5e5-4b14-ad16-5658c8a32599 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-6fdbf7bc-a5e5-4b14-ad16-5658c8a32599 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(250, 245, 245, 1);
}


#s-6bf51135-7e1c-442e-bf12-111807f48913  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 20px;
  
  color: #000;
  
  
  
  
}

#s-6bf51135-7e1c-442e-bf12-111807f48913  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-6bf51135-7e1c-442e-bf12-111807f48913 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-6bf51135-7e1c-442e-bf12-111807f48913 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.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-00ee89e2-b07b-477c-b1ff-9e13f1e70be0 {
  margin-top: 11px;
margin-bottom: 11px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(235, 233, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(12, 12, 12, 1);
}
#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0:hover {background-color: rgba(235, 233, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(4, 4, 4, 1) !important;}#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;}

  #s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0-root {
    text-align: center;
  }


#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0.shg-btn {
  color: rgba(12, 12, 12, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0-root {
    text-align: center;
  }


#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0.shg-btn {
  color: rgba(12, 12, 12, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0-root {
    text-align: center;
  }


#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0.shg-btn {
  color: rgba(12, 12, 12, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0-root {
    text-align: center;
  }


#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0.shg-btn {
  color: rgba(12, 12, 12, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0-root {
    text-align: center;
  }


#s-00ee89e2-b07b-477c-b1ff-9e13f1e70be0.shg-btn {
  color: rgba(12, 12, 12, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
  margin-top: 32px;
margin-left: -6%;
margin-bottom: 32px;
margin-right: -6%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
}




  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image,
  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
    width: 100%;
    height: auto;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
    
    
  }


.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
      position: relative;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image,
  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
    width: 100%;
    height: auto;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
    
    
  }


.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
      position: relative;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image,
  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
    width: 100%;
    height: auto;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
    
    
  }


.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
      position: relative;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image,
  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
    width: 100%;
    height: auto;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
    
    
  }


.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
      position: relative;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image,
  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
    width: 100%;
    height: auto;
  }

  #s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
    
    
  }


.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container {
      position: relative;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4fe2c81-62c8-4128-a75a-a75ff8fb4351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 53px;
padding-left: 5%;
padding-bottom: 53px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 650px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  display: none;
}
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904, #wrap-s-fd6c544d-61f5-4185-9ecb-25fac0d16904 { display: none !important; }}
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 {
  background-image: url(https://i.shgcdn.com/16c9d4da-a453-445e-b3c9-bf28ef43b216/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-fd6c544d-61f5-4185-9ecb-25fac0d16904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd6c544d-61f5-4185-9ecb-25fac0d16904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-14388076-1408-439a-af12-5d802deb1054 {
  display: unset;
}
#s-14388076-1408-439a-af12-5d802deb1054, #wrap-s-14388076-1408-439a-af12-5d802deb1054 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-14388076-1408-439a-af12-5d802deb1054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (max-width: 767px){#s-3fce3cd1-8aa4-4bcd-8df2-01792e4b0f25 {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-f131f8fa-e9a6-467b-94b0-c4878473ead1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f131f8fa-e9a6-467b-94b0-c4878473ead1 {
  margin-right: 5%;
padding-left: 2%;
padding-right: 2%;
max-width: 600px;
}
}
#s-f131f8fa-e9a6-467b-94b0-c4878473ead1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}



#s-e03ec8f8-bf10-431c-bdef-5fd5f665bd8e {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-e03ec8f8-bf10-431c-bdef-5fd5f665bd8e {
  padding-left: 3%;
padding-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-e5cfd31c-25d0-4cbb-b810-2a32a34f3a8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5cfd31c-25d0-4cbb-b810-2a32a34f3a8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e5cfd31c-25d0-4cbb-b810-2a32a34f3a8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5cfd31c-25d0-4cbb-b810-2a32a34f3a8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
  max-width: 1163px;
aspect-ratio: 1163/788;
text-align: center;
}





  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image,
  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
    width: 100%;
    height: auto;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
    
    
  }


.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
      position: relative;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image,
  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
    width: 100%;
    height: auto;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
    
    
  }


.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
      position: relative;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image,
  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
    width: 100%;
    height: auto;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
    
    
  }


.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
      position: relative;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image,
  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
    width: 100%;
    height: auto;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
    
    
  }


.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
      position: relative;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image,
  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
    width: 100%;
    height: auto;
  }

  #s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
    
    
  }


.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container {
      position: relative;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e7b18f-bc8d-4c75-9c86-23089bf5537a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 {
  margin-top: -23px;
margin-bottom: -23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 {
  margin-top: -5px;
margin-bottom: -5px;
}
}
#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(235, 233, 227, 1);
  font-family: Inconsolata;
  font-size: 21px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: ;
  color: #008000;
  font-family: Inconsolata;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: 0px;
  justify-content: center;
}

#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-error-msg-container, #s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-field-error-msg-container {
  display: none;
}

#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-2b509aeb-2a8e-4550-9cd5-b6b6b08e1970 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-21c7a929-13b9-406d-a430-52f33324c7ef {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-21c7a929-13b9-406d-a430-52f33324c7ef  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 22px;
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}

#s-21c7a929-13b9-406d-a430-52f33324c7ef  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(235, 233, 227, 1);
  
  
  
  
}


#s-21c7a929-13b9-406d-a430-52f33324c7ef .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-21c7a929-13b9-406d-a430-52f33324c7ef .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-32a06475-64ed-4172-9dcf-c007752b9f15  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 22px;
  
  color: #000;
  
  
  
  
}

#s-32a06475-64ed-4172-9dcf-c007752b9f15  .shogun-form-text-input-field::placeholder {
  font-size: 1px;
  
  color: #000;
  
  
  
  
}


#s-32a06475-64ed-4172-9dcf-c007752b9f15 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-32a06475-64ed-4172-9dcf-c007752b9f15 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-47b76728-99ce-448d-b95d-cd1bad0f6b93 {
  margin-top: -17px;
margin-bottom: -17px;
}

#s-47b76728-99ce-448d-b95d-cd1bad0f6b93 hr {
  border-top: 1px solid rgba(3, 3, 3, 1);
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-29f8f859-2a31-43a1-bcf5-4db6690b7a2b {
  background-size: 0px 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: rgba(10, 10, 10, 1);
background-color: rgba(235, 233, 227, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-size: 24px;
}
#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b:hover {background-color: rgba(235, 233, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b:active {background-color: rgba(235, 233, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b[disabled],
#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b[disabled]:hover,
#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-29f8f859-2a31-43a1-bcf5-4db6690b7a2b {
  display:  inline-block ;
  width:  auto ;
}


#s-4161166f-024f-4ef6-8765-39350eac6ba4 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-4161166f-024f-4ef6-8765-39350eac6ba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4161166f-024f-4ef6-8765-39350eac6ba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1b6b042-cfea-4e87-bbec-35fccd51fa79 {
  margin-left: 14%;
margin-right: 14%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-e1b6b042-cfea-4e87-bbec-35fccd51fa79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1b6b042-cfea-4e87-bbec-35fccd51fa79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1b6b042-cfea-4e87-bbec-35fccd51fa79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1b6b042-cfea-4e87-bbec-35fccd51fa79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image,
  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
    width: 100%;
    height: auto;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
    
    
  }


.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shogun-image-content {
  
    align-items: center;
  
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
      position: relative;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image,
  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
    width: 100%;
    height: auto;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
    
    
  }


.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shogun-image-content {
  
    align-items: center;
  
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
      position: relative;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image,
  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
    width: 100%;
    height: auto;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
    
    
  }


.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shogun-image-content {
  
    align-items: center;
  
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
      position: relative;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image,
  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
    width: 100%;
    height: auto;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
    
    
  }


.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shogun-image-content {
  
    align-items: center;
  
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
      position: relative;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image,
  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
    width: 100%;
    height: auto;
  }

  #s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
    
    
  }


.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 .shogun-image-content {
  
    align-items: center;
  
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container {
      position: relative;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589b02d4-dc6c-4690-b4c0-f521e3de9de7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image,
  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
    width: 100%;
    height: auto;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
    
    
  }


.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shogun-image-content {
  
    align-items: center;
  
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
      position: relative;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image,
  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
    width: 100%;
    height: auto;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
    
    
  }


.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shogun-image-content {
  
    align-items: center;
  
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
      position: relative;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image,
  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
    width: 100%;
    height: auto;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
    
    
  }


.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shogun-image-content {
  
    align-items: center;
  
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
      position: relative;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image,
  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
    width: 100%;
    height: auto;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
    
    
  }


.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shogun-image-content {
  
    align-items: center;
  
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
      position: relative;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image,
  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
    width: 100%;
    height: auto;
  }

  #s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
    
    
  }


.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d .shogun-image-content {
  
    align-items: center;
  
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container {
      position: relative;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b5bdb0-3add-4d3a-8e83-c8d71617398d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image,
  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
    width: 100%;
    height: auto;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
    
    
  }


.s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
      position: relative;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image,
  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
    width: 100%;
    height: auto;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
    
    
  }


.s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
      position: relative;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image,
  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
    width: 100%;
    height: auto;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
    
    
  }


.s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
      position: relative;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image,
  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
    width: 100%;
    height: auto;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
    
    
  }


.s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
      position: relative;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image,
  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
    width: 100%;
    height: auto;
  }

  #s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
    
    
  }


.s-a4b5e7c2-9df1-458e-8994-e624412c8851 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container {
      position: relative;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4b5e7c2-9df1-458e-8994-e624412c8851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc16a494-b02e-4bb8-b14b-688092707c94 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 0px;
margin-right: 14%;
padding-top: 13px;
padding-bottom: 10px;
text-align: center;
}

#s-fc16a494-b02e-4bb8-b14b-688092707c94 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-b1095e8f-0118-4a3e-a7b1-20dfc025f613 {
  margin-top: 64px;
margin-left: 7%;
margin-bottom: 64px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b1095e8f-0118-4a3e-a7b1-20dfc025f613 {
  margin-top: 56px;
margin-bottom: 56px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-b1095e8f-0118-4a3e-a7b1-20dfc025f613 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  
}



#s-78daed9f-882a-409e-980d-a9a0d3f87230 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-78daed9f-882a-409e-980d-a9a0d3f87230"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78daed9f-882a-409e-980d-a9a0d3f87230"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-78daed9f-882a-409e-980d-a9a0d3f87230"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-78daed9f-882a-409e-980d-a9a0d3f87230"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-06ed582a-e851-45fc-8359-98aa5d97973b {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image,
  #s-06ed582a-e851-45fc-8359-98aa5d97973b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b {
    width: 100%;
    height: auto;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
    
    
  }


.s-06ed582a-e851-45fc-8359-98aa5d97973b .shogun-image-content {
  
    align-items: center;
  
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ed582a-e851-45fc-8359-98aa5d97973b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
      position: relative;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image,
  #s-06ed582a-e851-45fc-8359-98aa5d97973b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b {
    width: 100%;
    height: auto;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
    
    
  }


.s-06ed582a-e851-45fc-8359-98aa5d97973b .shogun-image-content {
  
    align-items: center;
  
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ed582a-e851-45fc-8359-98aa5d97973b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
      position: relative;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image,
  #s-06ed582a-e851-45fc-8359-98aa5d97973b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b {
    width: 100%;
    height: auto;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
    
    
  }


.s-06ed582a-e851-45fc-8359-98aa5d97973b .shogun-image-content {
  
    align-items: center;
  
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ed582a-e851-45fc-8359-98aa5d97973b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
      position: relative;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image,
  #s-06ed582a-e851-45fc-8359-98aa5d97973b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b {
    width: 100%;
    height: auto;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
    
    
  }


.s-06ed582a-e851-45fc-8359-98aa5d97973b .shogun-image-content {
  
    align-items: center;
  
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ed582a-e851-45fc-8359-98aa5d97973b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
      position: relative;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image,
  #s-06ed582a-e851-45fc-8359-98aa5d97973b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b {
    width: 100%;
    height: auto;
  }

  #s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
    
    
  }


.s-06ed582a-e851-45fc-8359-98aa5d97973b .shogun-image-content {
  
    align-items: center;
  
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06ed582a-e851-45fc-8359-98aa5d97973b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container {
      position: relative;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06ed582a-e851-45fc-8359-98aa5d97973b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8732525f-d955-4831-8373-938274dc0e34 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image,
  #s-8732525f-d955-4831-8373-938274dc0e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 {
    width: 100%;
    height: auto;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
    
    
  }


.s-8732525f-d955-4831-8373-938274dc0e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8732525f-d955-4831-8373-938274dc0e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8732525f-d955-4831-8373-938274dc0e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
      position: relative;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image,
  #s-8732525f-d955-4831-8373-938274dc0e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 {
    width: 100%;
    height: auto;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
    
    
  }


.s-8732525f-d955-4831-8373-938274dc0e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8732525f-d955-4831-8373-938274dc0e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8732525f-d955-4831-8373-938274dc0e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
      position: relative;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image,
  #s-8732525f-d955-4831-8373-938274dc0e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 {
    width: 100%;
    height: auto;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
    
    
  }


.s-8732525f-d955-4831-8373-938274dc0e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8732525f-d955-4831-8373-938274dc0e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8732525f-d955-4831-8373-938274dc0e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
      position: relative;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image,
  #s-8732525f-d955-4831-8373-938274dc0e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 {
    width: 100%;
    height: auto;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
    
    
  }


.s-8732525f-d955-4831-8373-938274dc0e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8732525f-d955-4831-8373-938274dc0e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8732525f-d955-4831-8373-938274dc0e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
      position: relative;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image,
  #s-8732525f-d955-4831-8373-938274dc0e34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 {
    width: 100%;
    height: auto;
  }

  #s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
    
    
  }


.s-8732525f-d955-4831-8373-938274dc0e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8732525f-d955-4831-8373-938274dc0e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8732525f-d955-4831-8373-938274dc0e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8732525f-d955-4831-8373-938274dc0e34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container {
      position: relative;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8732525f-d955-4831-8373-938274dc0e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8732525f-d955-4831-8373-938274dc0e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c9051674-b941-49a4-8b46-1d144b59e777 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image,
  #s-c9051674-b941-49a4-8b46-1d144b59e777 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 {
    width: 100%;
    height: auto;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
    
    
  }


.s-c9051674-b941-49a4-8b46-1d144b59e777 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9051674-b941-49a4-8b46-1d144b59e777 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
      position: relative;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image,
  #s-c9051674-b941-49a4-8b46-1d144b59e777 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 {
    width: 100%;
    height: auto;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
    
    
  }


.s-c9051674-b941-49a4-8b46-1d144b59e777 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9051674-b941-49a4-8b46-1d144b59e777 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
      position: relative;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image,
  #s-c9051674-b941-49a4-8b46-1d144b59e777 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 {
    width: 100%;
    height: auto;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
    
    
  }


.s-c9051674-b941-49a4-8b46-1d144b59e777 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9051674-b941-49a4-8b46-1d144b59e777 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
      position: relative;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image,
  #s-c9051674-b941-49a4-8b46-1d144b59e777 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 {
    width: 100%;
    height: auto;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
    
    
  }


.s-c9051674-b941-49a4-8b46-1d144b59e777 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9051674-b941-49a4-8b46-1d144b59e777 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
      position: relative;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image,
  #s-c9051674-b941-49a4-8b46-1d144b59e777 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 {
    width: 100%;
    height: auto;
  }

  #s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
    
    
  }


.s-c9051674-b941-49a4-8b46-1d144b59e777 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9051674-b941-49a4-8b46-1d144b59e777 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container {
      position: relative;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9051674-b941-49a4-8b46-1d144b59e777 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63bd3ada-6c45-406d-9f5e-50a037796670 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image,
  #s-63bd3ada-6c45-406d-9f5e-50a037796670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 {
    width: 100%;
    height: auto;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
    
    
  }


.s-63bd3ada-6c45-406d-9f5e-50a037796670 .shogun-image-content {
  
    align-items: center;
  
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63bd3ada-6c45-406d-9f5e-50a037796670 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
      position: relative;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image,
  #s-63bd3ada-6c45-406d-9f5e-50a037796670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 {
    width: 100%;
    height: auto;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
    
    
  }


.s-63bd3ada-6c45-406d-9f5e-50a037796670 .shogun-image-content {
  
    align-items: center;
  
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63bd3ada-6c45-406d-9f5e-50a037796670 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
      position: relative;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image,
  #s-63bd3ada-6c45-406d-9f5e-50a037796670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 {
    width: 100%;
    height: auto;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
    
    
  }


.s-63bd3ada-6c45-406d-9f5e-50a037796670 .shogun-image-content {
  
    align-items: center;
  
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63bd3ada-6c45-406d-9f5e-50a037796670 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
      position: relative;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image,
  #s-63bd3ada-6c45-406d-9f5e-50a037796670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 {
    width: 100%;
    height: auto;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
    
    
  }


.s-63bd3ada-6c45-406d-9f5e-50a037796670 .shogun-image-content {
  
    align-items: center;
  
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63bd3ada-6c45-406d-9f5e-50a037796670 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
      position: relative;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image,
  #s-63bd3ada-6c45-406d-9f5e-50a037796670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 {
    width: 100%;
    height: auto;
  }

  #s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
    
    
  }


.s-63bd3ada-6c45-406d-9f5e-50a037796670 .shogun-image-content {
  
    align-items: center;
  
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63bd3ada-6c45-406d-9f5e-50a037796670 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container {
      position: relative;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63bd3ada-6c45-406d-9f5e-50a037796670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a46fdd05-ae11-44e0-978e-ade20b8a62bc hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-cd028a08-6d66-40ed-bcf9-f05cf85cece3 {
  margin-top: -18px;
margin-bottom: -18px;
}
}
@media (min-width: 0px) {
[id="s-cd028a08-6d66-40ed-bcf9-f05cf85cece3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd028a08-6d66-40ed-bcf9-f05cf85cece3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd028a08-6d66-40ed-bcf9-f05cf85cece3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd028a08-6d66-40ed-bcf9-f05cf85cece3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bf882e90-aa11-40d7-8a74-f0228d5322e2 {
  margin-top: 99px;
margin-left: 11%;
margin-bottom: 99px;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf882e90-aa11-40d7-8a74-f0228d5322e2 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bf882e90-aa11-40d7-8a74-f0228d5322e2 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}




  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image,
  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
    width: 100%;
    height: auto;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
    
    
  }


.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
      position: relative;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image,
  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
    width: 100%;
    height: auto;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
    
    
  }


.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
      position: relative;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image,
  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
    width: 100%;
    height: auto;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
    
    
  }


.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
      position: relative;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image,
  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
    width: 100%;
    height: auto;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
    
    
  }


.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
      position: relative;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image,
  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
    width: 100%;
    height: auto;
  }

  #s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
    
    
  }


.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container {
      position: relative;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06fdeb4-3c33-434f-8ab1-a8ab33545c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px){#s-bdd881f7-f539-404f-a023-3aba9f4ca54e {
  margin-top: -8px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-bdd881f7-f539-404f-a023-3aba9f4ca54e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdd881f7-f539-404f-a023-3aba9f4ca54e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdd881f7-f539-404f-a023-3aba9f4ca54e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdd881f7-f539-404f-a023-3aba9f4ca54e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bdd881f7-f539-404f-a023-3aba9f4ca54e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-left: 0%;
padding-right: 0%;
}
}




  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image,
  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
    width: 100%;
    height: auto;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
    
    
  }


.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shogun-image-content {
  
    align-items: center;
  
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
      position: relative;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image,
  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
    width: 100%;
    height: auto;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
    
    
  }


.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shogun-image-content {
  
    align-items: center;
  
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
      position: relative;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image,
  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
    width: 100%;
    height: auto;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
    
    
  }


.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shogun-image-content {
  
    align-items: center;
  
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
      position: relative;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image,
  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
    width: 100%;
    height: auto;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
    
    
  }


.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shogun-image-content {
  
    align-items: center;
  
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
      position: relative;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image,
  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
    width: 100%;
    height: auto;
  }

  #s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
    
    
  }


.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa .shogun-image-content {
  
    align-items: center;
  
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container {
      position: relative;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60b66b85-73d0-46e5-ab1b-bad9235cc7fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ef037b98-f1b2-4af3-a07b-481c234bdd54 {
  margin-top: 100px;
margin-left: 11%;
margin-bottom: 100px;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ef037b98-f1b2-4af3-a07b-481c234bdd54 {
  margin-top: 300px;
margin-bottom: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef037b98-f1b2-4af3-a07b-481c234bdd54 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-ef037b98-f1b2-4af3-a07b-481c234bdd54 .shogun-heading-component h1 {
  color: rgba(12, 12, 12, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ef037b98-f1b2-4af3-a07b-481c234bdd54 .shogun-heading-component h1 {
  color: rgba(12, 12, 12, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-5bf2577f-8da3-41ab-b96e-985f3c715b68 hr {
  border-top: 2px solid rgba(240, 234, 215, 1);
}

#s-3afee581-2670-48ef-82a2-dd93c221dd39 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3afee581-2670-48ef-82a2-dd93c221dd39 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-c51bcf23-181d-4c24-a274-f8b64912be7e {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image,
  #s-c51bcf23-181d-4c24-a274-f8b64912be7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e {
    width: 100%;
    height: auto;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
    
    
  }


.s-c51bcf23-181d-4c24-a274-f8b64912be7e .shogun-image-content {
  
    align-items: center;
  
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51bcf23-181d-4c24-a274-f8b64912be7e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
      position: relative;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image,
  #s-c51bcf23-181d-4c24-a274-f8b64912be7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e {
    width: 100%;
    height: auto;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
    
    
  }


.s-c51bcf23-181d-4c24-a274-f8b64912be7e .shogun-image-content {
  
    align-items: center;
  
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51bcf23-181d-4c24-a274-f8b64912be7e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
      position: relative;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image,
  #s-c51bcf23-181d-4c24-a274-f8b64912be7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e {
    width: 100%;
    height: auto;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
    
    
  }


.s-c51bcf23-181d-4c24-a274-f8b64912be7e .shogun-image-content {
  
    align-items: center;
  
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51bcf23-181d-4c24-a274-f8b64912be7e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
      position: relative;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image,
  #s-c51bcf23-181d-4c24-a274-f8b64912be7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e {
    width: 100%;
    height: auto;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
    
    
  }


.s-c51bcf23-181d-4c24-a274-f8b64912be7e .shogun-image-content {
  
    align-items: center;
  
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51bcf23-181d-4c24-a274-f8b64912be7e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
      position: relative;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image,
  #s-c51bcf23-181d-4c24-a274-f8b64912be7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e {
    width: 100%;
    height: auto;
  }

  #s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
    
    
  }


.s-c51bcf23-181d-4c24-a274-f8b64912be7e .shogun-image-content {
  
    align-items: center;
  
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c51bcf23-181d-4c24-a274-f8b64912be7e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container {
      position: relative;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c51bcf23-181d-4c24-a274-f8b64912be7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image,
  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
    width: 100%;
    height: auto;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
    
    
  }


.s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shogun-image-content {
  
    align-items: center;
  
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
      position: relative;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image,
  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
    width: 100%;
    height: auto;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
    
    
  }


.s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shogun-image-content {
  
    align-items: center;
  
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
      position: relative;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image,
  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
    width: 100%;
    height: auto;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
    
    
  }


.s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shogun-image-content {
  
    align-items: center;
  
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
      position: relative;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image,
  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
    width: 100%;
    height: auto;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
    
    
  }


.s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shogun-image-content {
  
    align-items: center;
  
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
      position: relative;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image,
  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
    width: 100%;
    height: auto;
  }

  #s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
    
    
  }


.s-d829366b-3cbd-4bf7-9cdd-75e813701403 .shogun-image-content {
  
    align-items: center;
  
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container {
      position: relative;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d829366b-3cbd-4bf7-9cdd-75e813701403 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9bb56f1e-a7ec-4f31-a5a1-2e2907915e30 {
  min-height: 50px;
}








#s-9bb56f1e-a7ec-4f31-a5a1-2e2907915e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb56f1e-a7ec-4f31-a5a1-2e2907915e30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-199a2f81-3f47-4f97-969d-2eacb6f0accd {
  min-height: 50px;
}








#s-199a2f81-3f47-4f97-969d-2eacb6f0accd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199a2f81-3f47-4f97-969d-2eacb6f0accd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image,
  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
    width: 100%;
    height: auto;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
    
    
  }


.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
      position: relative;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image,
  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
    width: 100%;
    height: auto;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
    
    
  }


.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
      position: relative;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image,
  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
    width: 100%;
    height: auto;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
    
    
  }


.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
      position: relative;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image,
  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
    width: 100%;
    height: auto;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
    
    
  }


.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
      position: relative;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image,
  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
    width: 100%;
    height: auto;
  }

  #s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
    
    
  }


.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container {
      position: relative;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93aadd71-7941-4e8c-9369-d4f659e5b0f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1728eebf-2ea0-48da-95e7-50f7436fa36f {
  min-height: 50px;
}








#s-1728eebf-2ea0-48da-95e7-50f7436fa36f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1728eebf-2ea0-48da-95e7-50f7436fa36f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a228eeee-ee17-4a85-bf78-fcd46dcdec5a {
  margin-top: 1px;
margin-left: 22%;
margin-bottom: 1px;
margin-right: 22%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a228eeee-ee17-4a85-bf78-fcd46dcdec5a {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-a228eeee-ee17-4a85-bf78-fcd46dcdec5a .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-a228eeee-ee17-4a85-bf78-fcd46dcdec5a .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


}
#s-2bb1e99b-f95b-448e-baef-de84a2f34525 hr {
  border-top: 2px solid #ddd;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
  min-height: 0px;
max-width: 1920px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
}
}




  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image,
  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
    width: 100%;
    height: auto;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
    
    
  }


.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
      position: relative;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image,
  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
    width: 100%;
    height: auto;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
    
    
  }


.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
      position: relative;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image,
  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
    width: 100%;
    height: auto;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
    
    
  }


.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
      position: relative;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image,
  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
    width: 100%;
    height: auto;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
    
    
  }


.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
      position: relative;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image,
  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
    width: 100%;
    height: auto;
  }

  #s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
    
    
  }


.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container {
      position: relative;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b4ba23-730d-4ab3-b754-5a4de6329dd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-113e70ae-f62d-4cf1-9c91-2cad15246002 hr {
  border-top: 2px solid #ddd;
}

#s-c779d0bc-a717-43cd-9eb5-5bf7c0155957 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c779d0bc-a717-43cd-9eb5-5bf7c0155957 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-88f6deae-b30e-4e2b-9813-6a465f06428d hr {
  border-top: 2px solid rgba(237, 235, 233, 1);
}

@media (min-width: 0px) {
[id="s-b8460194-c0e4-497c-90b5-abb72356865e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8460194-c0e4-497c-90b5-abb72356865e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8460194-c0e4-497c-90b5-abb72356865e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8460194-c0e4-497c-90b5-abb72356865e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
  max-width: 870px;
aspect-ratio: 870/1544;
text-align: center;
}





  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image,
  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
    width: 100%;
    height: auto;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
    
    
  }


.s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
      position: relative;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image,
  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
    width: 100%;
    height: auto;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
    
    
  }


.s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
      position: relative;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image,
  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
    width: 100%;
    height: auto;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
    
    
  }


.s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
      position: relative;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image,
  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
    width: 100%;
    height: auto;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
    
    
  }


.s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
      position: relative;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image,
  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
    width: 100%;
    height: auto;
  }

  #s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
    
    
  }


.s-4525fba3-cc6e-4966-a15a-71464fdd3df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container {
      position: relative;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525fba3-cc6e-4966-a15a-71464fdd3df2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
  max-width: 870px;
aspect-ratio: 870/1544;
text-align: center;
}





  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image,
  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
    width: 100%;
    height: auto;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
    
    
  }


.s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
      position: relative;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image,
  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
    width: 100%;
    height: auto;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
    
    
  }


.s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
      position: relative;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image,
  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
    width: 100%;
    height: auto;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
    
    
  }


.s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
      position: relative;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image,
  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
    width: 100%;
    height: auto;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
    
    
  }


.s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
      position: relative;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image,
  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
    width: 100%;
    height: auto;
  }

  #s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
    
    
  }


.s-2c15480e-0110-4728-b22c-72aaa338ffe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 {
      --shg-aspect-ratio: calc(870/1544); 
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container {
      position: relative;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c15480e-0110-4728-b22c-72aaa338ffe6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8b60c1b2-5bdf-4166-b870-77e5910c51e6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-8b60c1b2-5bdf-4166-b870-77e5910c51e6 .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  
  line-height: 4.5em;
  letter-spacing: 0px;
  
}



@media (min-width: 0px) {
[id="s-82df0a19-0371-432a-a539-f5d53aa9a0ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82df0a19-0371-432a-a539-f5d53aa9a0ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82df0a19-0371-432a-a539-f5d53aa9a0ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82df0a19-0371-432a-a539-f5d53aa9a0ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2001fa14-ca3a-4ad2-bdd8-7b5ae02bd0a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2001fa14-ca3a-4ad2-bdd8-7b5ae02bd0a2 .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
  margin-left: 23%;
margin-right: 23%;
}
}@media (max-width: 767px){#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
  margin-left: 20%;
margin-right: 20%;
}
}




  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image,
  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
    width: 100%;
    height: auto;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
    
    
  }


.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
      position: relative;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image,
  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
    width: 100%;
    height: auto;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
    
    
  }


.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
      position: relative;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image,
  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
    width: 100%;
    height: auto;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
    
    
  }


.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
      position: relative;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image,
  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
    width: 100%;
    height: auto;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
    
    
  }


.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
      position: relative;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image,
  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
    width: 100%;
    height: auto;
  }

  #s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
    
    
  }


.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container {
      position: relative;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81c43a6-3225-403f-a9e5-ca75828ff4a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0589a01f-5f5f-44b2-8f43-26b04ae2b451 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0589a01f-5f5f-44b2-8f43-26b04ae2b451 .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
  margin-left: 15%;
margin-right: 15%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
  margin-left: 23%;
margin-right: 23%;
}
}@media (max-width: 767px){#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
  margin-left: 20%;
margin-right: 20%;
}
}




  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image,
  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
    width: 100%;
    height: auto;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
    
    
  }


.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
      position: relative;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image,
  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
    width: 100%;
    height: auto;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
    
    
  }


.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
      position: relative;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image,
  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
    width: 100%;
    height: auto;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
    
    
  }


.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
      position: relative;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image,
  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
    width: 100%;
    height: auto;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
    
    
  }


.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
      position: relative;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image,
  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
    width: 100%;
    height: auto;
  }

  #s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
    
    
  }


.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container {
      position: relative;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef998be2-e6f9-4bf0-9dae-3dc7f19a7e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6a6b6641-6ba6-474b-9263-24c75750af6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a6b6641-6ba6-474b-9263-24c75750af6a .shogun-heading-component h1 {
  color: rgba(13, 13, 12, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-31b47be4-3845-4196-9a0d-15066f8389c6 {
  margin-left: 15%;
margin-right: 15%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-31b47be4-3845-4196-9a0d-15066f8389c6 {
  margin-left: 23%;
margin-right: 23%;
}
}@media (max-width: 767px){#s-31b47be4-3845-4196-9a0d-15066f8389c6 {
  margin-left: 20%;
margin-right: 20%;
}
}




  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image,
  #s-31b47be4-3845-4196-9a0d-15066f8389c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 {
    width: 100%;
    height: auto;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
    
    
  }


.s-31b47be4-3845-4196-9a0d-15066f8389c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31b47be4-3845-4196-9a0d-15066f8389c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
      position: relative;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image,
  #s-31b47be4-3845-4196-9a0d-15066f8389c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 {
    width: 100%;
    height: auto;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
    
    
  }


.s-31b47be4-3845-4196-9a0d-15066f8389c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31b47be4-3845-4196-9a0d-15066f8389c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
      position: relative;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image,
  #s-31b47be4-3845-4196-9a0d-15066f8389c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 {
    width: 100%;
    height: auto;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
    
    
  }


.s-31b47be4-3845-4196-9a0d-15066f8389c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31b47be4-3845-4196-9a0d-15066f8389c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
      position: relative;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image,
  #s-31b47be4-3845-4196-9a0d-15066f8389c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 {
    width: 100%;
    height: auto;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
    
    
  }


.s-31b47be4-3845-4196-9a0d-15066f8389c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31b47be4-3845-4196-9a0d-15066f8389c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
      position: relative;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image,
  #s-31b47be4-3845-4196-9a0d-15066f8389c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 {
    width: 100%;
    height: auto;
  }

  #s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
    
    
  }


.s-31b47be4-3845-4196-9a0d-15066f8389c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31b47be4-3845-4196-9a0d-15066f8389c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container {
      position: relative;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31b47be4-3845-4196-9a0d-15066f8389c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-76ee0165-3945-4cef-8f08-caaa45ce3881 {
  margin-top: -24px;
margin-bottom: -24px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (max-width: 767px){#s-76ee0165-3945-4cef-8f08-caaa45ce3881 {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-76ee0165-3945-4cef-8f08-caaa45ce3881 .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  normal ;
  font-family: "Inconsolata";
  font-style:  normal ;
  
  line-height: 1.5em;
  
  
}



#s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 1px;
padding-bottom: 1px;
max-width: 1000px;
aspect-ratio: 1000/500;
text-align: center;
}





  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image,
  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
    width: 100%;
    height: auto;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
    
    
  }


.s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
      position: relative;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image,
  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
    width: 100%;
    height: auto;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
    
    
  }


.s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
      position: relative;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image,
  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
    width: 100%;
    height: auto;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
    
    
  }


.s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
      position: relative;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image,
  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
    width: 100%;
    height: auto;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
    
    
  }


.s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
      position: relative;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image,
  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
    width: 100%;
    height: auto;
  }

  #s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
    
    
  }


.s-86b0ed48-2696-45a1-ac38-e887c40534b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 {
      --shg-aspect-ratio: calc(1000/500); 
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container {
      position: relative;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b0ed48-2696-45a1-ac38-e887c40534b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-17d9e6c4-a9b3-48a2-a8ae-cb0d8f3f4be1 hr {
  border-top: 2px solid #ddd;
}

#s-aeb9a51c-6816-43c3-811f-c143c10fcfb5 hr {
  border-top: 20px solid #ddd;
}

#s-2b73b5ce-e308-450f-b4a3-ba93ad5174c1 hr {
  border-top: 2px solid #ddd;
}

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
background-position: center center;
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9c709add-f82a-42b3-a9dd-744e620401e8 {
  display: none;
}
#s-9c709add-f82a-42b3-a9dd-744e620401e8, #wrap-s-9c709add-f82a-42b3-a9dd-744e620401e8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c709add-f82a-42b3-a9dd-744e620401e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c709add-f82a-42b3-a9dd-744e620401e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c709add-f82a-42b3-a9dd-744e620401e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c709add-f82a-42b3-a9dd-744e620401e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d22671f4-10a9-4550-95e5-319bac8824f7 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image,
  #s-d22671f4-10a9-4550-95e5-319bac8824f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 {
    width: 100%;
    height: auto;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
    
    
  }


.s-d22671f4-10a9-4550-95e5-319bac8824f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d22671f4-10a9-4550-95e5-319bac8824f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
      position: relative;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image,
  #s-d22671f4-10a9-4550-95e5-319bac8824f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 {
    width: 100%;
    height: auto;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
    
    
  }


.s-d22671f4-10a9-4550-95e5-319bac8824f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d22671f4-10a9-4550-95e5-319bac8824f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
      position: relative;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image,
  #s-d22671f4-10a9-4550-95e5-319bac8824f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 {
    width: 100%;
    height: auto;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
    
    
  }


.s-d22671f4-10a9-4550-95e5-319bac8824f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d22671f4-10a9-4550-95e5-319bac8824f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
      position: relative;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image,
  #s-d22671f4-10a9-4550-95e5-319bac8824f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 {
    width: 100%;
    height: auto;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
    
    
  }


.s-d22671f4-10a9-4550-95e5-319bac8824f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d22671f4-10a9-4550-95e5-319bac8824f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
      position: relative;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image,
  #s-d22671f4-10a9-4550-95e5-319bac8824f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 {
    width: 100%;
    height: auto;
  }

  #s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
    
    
  }


.s-d22671f4-10a9-4550-95e5-319bac8824f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d22671f4-10a9-4550-95e5-319bac8824f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container {
      position: relative;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d22671f4-10a9-4550-95e5-319bac8824f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ba708606-4d4d-4e71-a355-15a0d409b8c5 {
  margin-top: 18px;
margin-bottom: 18px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-ba708606-4d4d-4e71-a355-15a0d409b8c5 {
  margin-left: 13%;
margin-right: 13%;
max-width: 600px;
}
}







#s-ba708606-4d4d-4e71-a355-15a0d409b8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba708606-4d4d-4e71-a355-15a0d409b8c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
  max-width: 500px;
aspect-ratio: 500/250;
text-align: center;
}
@media (max-width: 767px){#s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image,
  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
    width: 100%;
    height: auto;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
    
    
  }


.s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shogun-image-content {
  
    align-items: center;
  
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
      position: relative;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image,
  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
    width: 100%;
    height: auto;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
    
    
  }


.s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shogun-image-content {
  
    align-items: center;
  
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
      position: relative;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image,
  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
    width: 100%;
    height: auto;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
    
    
  }


.s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shogun-image-content {
  
    align-items: center;
  
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
      position: relative;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image,
  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
    width: 100%;
    height: auto;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
    
    
  }


.s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shogun-image-content {
  
    align-items: center;
  
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
      position: relative;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image,
  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
    width: 100%;
    height: auto;
  }

  #s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
    
    
  }


.s-64f9e6c0-2149-4989-a0bb-518ef1188608 .shogun-image-content {
  
    align-items: center;
  
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container {
      position: relative;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64f9e6c0-2149-4989-a0bb-518ef1188608 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-14a69e3b-57cb-405b-abf5-a712595578c0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  font-size: 24px;
  
  
  
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 30px;
  
  color: #008000;
  font-family: League Spartan;
  
  
  
  justify-content: center;
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-error-msg-container, #s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-field-error-msg-container {
  display: none;
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-14a69e3b-57cb-405b-abf5-a712595578c0 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-395aecdb-60d2-4446-bc0d-354bb9146c47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-395aecdb-60d2-4446-bc0d-354bb9146c47 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-308afbd5-71c8-473c-bbfc-b1c89850e9a6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 30px;
  
  color: rgba(255, 255, 255, 1);
  
  
  line-height: 1.5em;
  
}

#s-308afbd5-71c8-473c-bbfc-b1c89850e9a6  .shogun-form-text-input-field::placeholder {
  font-size: 0px;
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-308afbd5-71c8-473c-bbfc-b1c89850e9a6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(249, 242, 242, 1);
}



#s-308afbd5-71c8-473c-bbfc-b1c89850e9a6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-373b97f4-dd71-4530-80a2-c28a8d0874f6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 30px;
  
  color: rgba(255, 255, 255, 1);
  
  
  line-height: 1.5em;
  
}

#s-373b97f4-dd71-4530-80a2-c28a8d0874f6  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(248, 245, 245, 1);
  
  
  
  
}


#s-373b97f4-dd71-4530-80a2-c28a8d0874f6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-373b97f4-dd71-4530-80a2-c28a8d0874f6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-496e75ba-0858-4f7d-aa1e-19d8b7aaa677 hr {
  border-top: 2px solid #ddd;
}

#s-7d8d2a40-960c-4d28-bde3-739c744fd329 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(95, 98, 89, 1);
text-align: center;
cursor: pointer;
font-family: League Spartan;
font-size: 23px;
background-image: none;
hover-type: color;
}
#s-7d8d2a40-960c-4d28-bde3-739c744fd329:hover {background-color: rgba(95, 98, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d8d2a40-960c-4d28-bde3-739c744fd329:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-7d8d2a40-960c-4d28-bde3-739c744fd329[disabled],
#s-7d8d2a40-960c-4d28-bde3-739c744fd329[disabled]:hover,
#s-7d8d2a40-960c-4d28-bde3-739c744fd329[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7d8d2a40-960c-4d28-bde3-739c744fd329 {
  display:  inline-block ;
  width:  auto ;
}


#s-d4a97b39-9ee2-4b44-a86c-664cdba79ff3 hr {
  border-top: 2px solid #ddd;
}

#s-28b4a71f-0071-453f-a96a-40649c4b1258 {
  min-height: 50px;
}








#s-28b4a71f-0071-453f-a96a-40649c4b1258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b4a71f-0071-453f-a96a-40649c4b1258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-960adca8-f002-430b-8727-8e54121c04b9 {
  margin-top: 17px;
margin-bottom: 17px;
min-height: 0px;
}
@media (min-width: 1200px){#s-960adca8-f002-430b-8727-8e54121c04b9 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 4px;
padding-bottom: 4px;
max-width: 600px;
display: none;
}
#s-960adca8-f002-430b-8727-8e54121c04b9, #wrap-s-960adca8-f002-430b-8727-8e54121c04b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-960adca8-f002-430b-8727-8e54121c04b9 {
  display: none;
}
#s-960adca8-f002-430b-8727-8e54121c04b9, #wrap-s-960adca8-f002-430b-8727-8e54121c04b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-960adca8-f002-430b-8727-8e54121c04b9 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 1px;
padding-bottom: 1px;
}
}@media (max-width: 767px){#s-960adca8-f002-430b-8727-8e54121c04b9 {
  margin-top: 90px;
margin-bottom: 90px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-960adca8-f002-430b-8727-8e54121c04b9, #wrap-s-960adca8-f002-430b-8727-8e54121c04b9 { display: none !important; }}







#s-960adca8-f002-430b-8727-8e54121c04b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-960adca8-f002-430b-8727-8e54121c04b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-73cdbd4c-210a-46b9-8f26-39225972480b {
  margin-bottom: 20px;
}

#s-73cdbd4c-210a-46b9-8f26-39225972480b .shogun-countdown span, #s-73cdbd4c-210a-46b9-8f26-39225972480b .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-46b09842-93de-4e1b-8524-379f7d631f19 {
  max-width: 500px;
aspect-ratio: 500/250;
text-align: center;
}





  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image,
  #s-46b09842-93de-4e1b-8524-379f7d631f19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 {
    width: 100%;
    height: auto;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
    
    
  }


.s-46b09842-93de-4e1b-8524-379f7d631f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46b09842-93de-4e1b-8524-379f7d631f19 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
      position: relative;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image,
  #s-46b09842-93de-4e1b-8524-379f7d631f19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 {
    width: 100%;
    height: auto;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
    
    
  }


.s-46b09842-93de-4e1b-8524-379f7d631f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46b09842-93de-4e1b-8524-379f7d631f19 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
      position: relative;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image,
  #s-46b09842-93de-4e1b-8524-379f7d631f19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 {
    width: 100%;
    height: auto;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
    
    
  }


.s-46b09842-93de-4e1b-8524-379f7d631f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46b09842-93de-4e1b-8524-379f7d631f19 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
      position: relative;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image,
  #s-46b09842-93de-4e1b-8524-379f7d631f19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 {
    width: 100%;
    height: auto;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
    
    
  }


.s-46b09842-93de-4e1b-8524-379f7d631f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46b09842-93de-4e1b-8524-379f7d631f19 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
      position: relative;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image,
  #s-46b09842-93de-4e1b-8524-379f7d631f19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 {
    width: 100%;
    height: auto;
  }

  #s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
    
    
  }


.s-46b09842-93de-4e1b-8524-379f7d631f19 .shogun-image-content {
  
    align-items: center;
  
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46b09842-93de-4e1b-8524-379f7d631f19 {
      --shg-aspect-ratio: calc(500/250); 
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container {
      position: relative;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46b09842-93de-4e1b-8524-379f7d631f19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  
  
  
  
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 30px;
  
  color: #008000;
  font-family: League Spartan;
  
  
  
  justify-content: center;
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-error-msg-container, #s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-field-error-msg-container {
  display: none;
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-26147ad1-2096-4b1e-9f55-38c7b3abb84b .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 768px) and (max-width: 991px){#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8 {
  margin-left: 30%;
margin-right: 30%;
max-width: 250px;
}
}
#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}

#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(249, 242, 242, 1);
}



#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 30px;
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}

#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(249, 242, 242, 1);
}



#s-e0b8f7e4-cd2d-4bf8-854c-8c60d278cfe8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

}
@media (min-width: 768px) and (max-width: 991px){#s-23da4c3c-0c26-4d07-af4e-3b28e6721399 {
  margin-left: 30%;
margin-right: 30%;
padding-left: 0%;
padding-right: 0%;
max-width: 250px;
}
}
#s-23da4c3c-0c26-4d07-af4e-3b28e6721399  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  
  
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}

#s-23da4c3c-0c26-4d07-af4e-3b28e6721399  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(248, 245, 245, 1);
  
  
  
  
}


#s-23da4c3c-0c26-4d07-af4e-3b28e6721399 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-23da4c3c-0c26-4d07-af4e-3b28e6721399 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-23da4c3c-0c26-4d07-af4e-3b28e6721399  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  
  
  font-size: 30px;
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}

#s-23da4c3c-0c26-4d07-af4e-3b28e6721399  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(248, 245, 245, 1);
  
  
  
  
}


#s-23da4c3c-0c26-4d07-af4e-3b28e6721399 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-23da4c3c-0c26-4d07-af4e-3b28e6721399 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

}
#s-4b9e8631-c7f0-4be8-b55c-c3cf65dcc6df hr {
  border-top: 2px solid #ddd;
}

#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(95, 98, 89, 1);
text-align: center;
cursor: pointer;
font-family: League Spartan;
font-size: 40px;
background-image: none;
hover-type: color;
}
#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87[disabled],
#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87[disabled]:hover,
#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-17e6f5e6-80cc-4c44-a16e-c02949bb8b87 {
  display:  inline-block ;
  width:  auto ;
}


#s-d5115dca-d596-4b6b-8657-bc6514c04f6d hr {
  border-top: 2px solid #ddd;
}

#s-32669881-6362-4372-9796-5941bfd22e1d hr {
  border-top: 20px solid #ddd;
}

@media (min-width: 0px) {
[id="s-06262583-d6a7-4e5c-b1b2-5e7b2d9fe1cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06262583-d6a7-4e5c-b1b2-5e7b2d9fe1cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06262583-d6a7-4e5c-b1b2-5e7b2d9fe1cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06262583-d6a7-4e5c-b1b2-5e7b2d9fe1cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe0ac741-7097-4433-a216-abde50645280 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fe0ac741-7097-4433-a216-abde50645280 {
  margin-left: -2%;
margin-right: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe0ac741-7097-4433-a216-abde50645280 {
  margin-left: -5%;
margin-right: -5%;
}
}




  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image,
  #s-fe0ac741-7097-4433-a216-abde50645280 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 {
    width: 100%;
    height: auto;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
    
    
  }


.s-fe0ac741-7097-4433-a216-abde50645280 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0ac741-7097-4433-a216-abde50645280.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0ac741-7097-4433-a216-abde50645280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
      position: relative;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image,
  #s-fe0ac741-7097-4433-a216-abde50645280 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 {
    width: 100%;
    height: auto;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
    
    
  }


.s-fe0ac741-7097-4433-a216-abde50645280 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0ac741-7097-4433-a216-abde50645280.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0ac741-7097-4433-a216-abde50645280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
      position: relative;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image,
  #s-fe0ac741-7097-4433-a216-abde50645280 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 {
    width: 100%;
    height: auto;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
    
    
  }


.s-fe0ac741-7097-4433-a216-abde50645280 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0ac741-7097-4433-a216-abde50645280.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0ac741-7097-4433-a216-abde50645280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
      position: relative;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image,
  #s-fe0ac741-7097-4433-a216-abde50645280 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 {
    width: 100%;
    height: auto;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
    
    
  }


.s-fe0ac741-7097-4433-a216-abde50645280 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0ac741-7097-4433-a216-abde50645280.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0ac741-7097-4433-a216-abde50645280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
      position: relative;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image,
  #s-fe0ac741-7097-4433-a216-abde50645280 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 {
    width: 100%;
    height: auto;
  }

  #s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
    
    
  }


.s-fe0ac741-7097-4433-a216-abde50645280 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0ac741-7097-4433-a216-abde50645280.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0ac741-7097-4433-a216-abde50645280.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0ac741-7097-4433-a216-abde50645280 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container {
      position: relative;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0ac741-7097-4433-a216-abde50645280.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0ac741-7097-4433-a216-abde50645280 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-90804d12-a3d5-4c2f-8d48-b357f94ea310 {
  margin-top: 100px;
margin-left: 11%;
margin-bottom: 100px;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-90804d12-a3d5-4c2f-8d48-b357f94ea310 {
  margin-top: 300px;
margin-bottom: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90804d12-a3d5-4c2f-8d48-b357f94ea310 {
  margin-top: 78px;
margin-bottom: 78px;
}
}
#s-90804d12-a3d5-4c2f-8d48-b357f94ea310 .shogun-heading-component h1 {
  color: rgba(14, 13, 13, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -2px;
  
}



@media (min-width: 1200px){#s-b8aa3bdd-e32b-47b9-a047-8f347db6b411 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b8aa3bdd-e32b-47b9-a047-8f347db6b411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8aa3bdd-e32b-47b9-a047-8f347db6b411"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8aa3bdd-e32b-47b9-a047-8f347db6b411"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8aa3bdd-e32b-47b9-a047-8f347db6b411"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b8aa3bdd-e32b-47b9-a047-8f347db6b411"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a8d4468-3899-4c00-9d87-5d719e900945 {
  margin-top: 140px;
margin-left: 11%;
margin-bottom: 140px;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6a8d4468-3899-4c00-9d87-5d719e900945 {
  margin-top: 300px;
margin-bottom: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a8d4468-3899-4c00-9d87-5d719e900945 {
  margin-top: 37px;
margin-left: 11%;
margin-bottom: 37px;
margin-right: 11%;
}
}
#s-6a8d4468-3899-4c00-9d87-5d719e900945 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: left;
}



#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
  margin-top: -11px;
margin-bottom: -11px;
}
}




  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image,
  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
    width: 100%;
    height: auto;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
    
    
  }


.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
      position: relative;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image,
  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
    width: 100%;
    height: auto;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
    
    
  }


.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
      position: relative;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image,
  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
    width: 100%;
    height: auto;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
    
    
  }


.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
      position: relative;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image,
  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
    width: 100%;
    height: auto;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
    
    
  }


.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
      position: relative;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image,
  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
    width: 100%;
    height: auto;
  }

  #s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
    
    
  }


.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container {
      position: relative;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e9505f5-b461-4e2a-b3a3-d05b02f4f4bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-d2fc59bf-4d27-4545-9fce-bdebab21a04a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2fc59bf-4d27-4545-9fce-bdebab21a04a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2fc59bf-4d27-4545-9fce-bdebab21a04a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2fc59bf-4d27-4545-9fce-bdebab21a04a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aa8f868c-6bec-4437-a620-3262d9681c4f {
  margin-left: -2%;
margin-right: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa8f868c-6bec-4437-a620-3262d9681c4f {
  margin-top: -7px;
margin-left: -5%;
margin-bottom: -7px;
margin-right: -5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}




  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image,
  #s-aa8f868c-6bec-4437-a620-3262d9681c4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f {
    width: 100%;
    height: auto;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
    
    
  }


.s-aa8f868c-6bec-4437-a620-3262d9681c4f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa8f868c-6bec-4437-a620-3262d9681c4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
      position: relative;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image,
  #s-aa8f868c-6bec-4437-a620-3262d9681c4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f {
    width: 100%;
    height: auto;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
    
    
  }


.s-aa8f868c-6bec-4437-a620-3262d9681c4f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa8f868c-6bec-4437-a620-3262d9681c4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
      position: relative;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image,
  #s-aa8f868c-6bec-4437-a620-3262d9681c4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f {
    width: 100%;
    height: auto;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
    
    
  }


.s-aa8f868c-6bec-4437-a620-3262d9681c4f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa8f868c-6bec-4437-a620-3262d9681c4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
      position: relative;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image,
  #s-aa8f868c-6bec-4437-a620-3262d9681c4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f {
    width: 100%;
    height: auto;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
    
    
  }


.s-aa8f868c-6bec-4437-a620-3262d9681c4f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa8f868c-6bec-4437-a620-3262d9681c4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
      position: relative;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image,
  #s-aa8f868c-6bec-4437-a620-3262d9681c4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f {
    width: 100%;
    height: auto;
  }

  #s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
    
    
  }


.s-aa8f868c-6bec-4437-a620-3262d9681c4f .shogun-image-content {
  
    align-items: center;
  
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa8f868c-6bec-4437-a620-3262d9681c4f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container {
      position: relative;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa8f868c-6bec-4437-a620-3262d9681c4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9c5065ac-db20-493d-b8bc-2bf84ee07619 {
  margin-top: 140px;
margin-left: 11%;
margin-bottom: 140px;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9c5065ac-db20-493d-b8bc-2bf84ee07619 {
  margin-top: 300px;
margin-bottom: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c5065ac-db20-493d-b8bc-2bf84ee07619 {
  margin-top: 89px;
margin-bottom: 89px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9c5065ac-db20-493d-b8bc-2bf84ee07619 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -2px;
  
}



#s-2b29134c-3712-42df-bc08-9848d3745723 {
  min-height: 50px;
}








#s-2b29134c-3712-42df-bc08-9848d3745723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b29134c-3712-42df-bc08-9848d3745723.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb201bfa-037d-4c6c-9ef8-4e8c67d5e2e3 hr {
  border-top: 2px solid #ddd;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 11px;
padding-left: 10px;
padding-bottom: 11px;
padding-right: 10px;
}
@media (max-width: 767px){#s-632d8fed-ac44-4d89-9b3f-2314da5a929d {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
}
}
#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(5, 5, 5, 1);
  
  font-size: 32px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-error-msg-container, #s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-field-error-msg-container {
  display: none;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}
@media (max-width: 767px){#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(5, 5, 5, 1);
  
  font-size: 32px;
  
  
  
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-error-msg-container, #s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-field-error-msg-container {
  display: none;
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-632d8fed-ac44-4d89-9b3f-2314da5a929d .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}
}
#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
  max-width: 1163px;
aspect-ratio: 1163/788;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
  margin-top: -13px;
margin-left: -10%;
margin-bottom: -13px;
margin-right: -10%;
padding-top: 1px;
padding-left: 11%;
padding-bottom: 1px;
padding-right: 11%;
}
}@media (max-width: 767px){#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
  margin-left: 24%;
margin-right: 24%;
padding-left: 0%;
padding-right: 0%;
}
}




  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image,
  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
    width: 100%;
    height: auto;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
    
    
  }


.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
      position: relative;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image,
  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
    width: 100%;
    height: auto;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
    
    
  }


.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
      position: relative;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image,
  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
    width: 100%;
    height: auto;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
    
    
  }


.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
      position: relative;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image,
  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
    width: 100%;
    height: auto;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
    
    
  }


.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
      position: relative;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image,
  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
    width: 100%;
    height: auto;
  }

  #s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
    
    
  }


.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 {
      --shg-aspect-ratio: calc(1163/788); 
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container {
      position: relative;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a3e35e2-666a-46f4-ac73-ff64a4e7cca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aca7952c-e2d5-4d71-a789-5e2c4320757a {
  margin-left: 30%;
margin-right: 30%;
}
@media (max-width: 767px){#s-aca7952c-e2d5-4d71-a789-5e2c4320757a {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-aca7952c-e2d5-4d71-a789-5e2c4320757a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 40px;
  
  color: #000;
  
  
  
  
}

#s-aca7952c-e2d5-4d71-a789-5e2c4320757a  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-aca7952c-e2d5-4d71-a789-5e2c4320757a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-aca7952c-e2d5-4d71-a789-5e2c4320757a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810 {
  margin-left: 30%;
margin-right: 30%;
}
@media (max-width: 767px){#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 40px;
  
  color: #000;
  
  
  
  
}

#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-2c6837ff-ed9f-48d5-b8ef-fca97f94b810 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-96d8ce01-9238-46f1-aaad-f35454db5270 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977 {
  box-shadow:0px 0px 0px 0px rgba(239, 237, 237, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(95, 98, 89, 1);
text-align: center;
cursor: pointer;
font-family: League Spartan;
font-weight: 500;
font-size: 33px;
background-image: none;
hover-type: color;
}
#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977[disabled],
#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977[disabled]:hover,
#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-0ac2155f-129c-40c4-9ced-f67d3ea4e977 {
  display:  inline-block ;
  width:  auto ;
}


#s-44c9b284-8c22-4a2c-8c62-50e1cde7080a {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-44c9b284-8c22-4a2c-8c62-50e1cde7080a {
  margin-left: 12%;
margin-right: 12%;
padding-left: 2%;
padding-right: 2%;
}
}
#s-44c9b284-8c22-4a2c-8c62-50e1cde7080a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-44c9b284-8c22-4a2c-8c62-50e1cde7080a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-44c9b284-8c22-4a2c-8c62-50e1cde7080a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Inconsolata";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-6b405ef0-93d1-4bf5-9a33-34b53b671e52 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-243e58d1-b734-4576-88bd-b82d6fc7b4f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-243e58d1-b734-4576-88bd-b82d6fc7b4f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-243e58d1-b734-4576-88bd-b82d6fc7b4f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-243e58d1-b734-4576-88bd-b82d6fc7b4f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
  max-width: 500px;
aspect-ratio: 500/600;
text-align: right;
}





  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image,
  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
    width: 100%;
    height: auto;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
    
    
  }


.s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
      position: relative;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image,
  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
    width: 100%;
    height: auto;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
    
    
  }


.s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
      position: relative;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image,
  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
    width: 100%;
    height: auto;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
    
    
  }


.s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
      position: relative;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image,
  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
    width: 100%;
    height: auto;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
    
    
  }


.s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
      position: relative;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image,
  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
    width: 100%;
    height: auto;
  }

  #s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
    
    
  }


.s-0b583599-7349-4407-bce0-e2c1d63a2be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container {
      position: relative;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b583599-7349-4407-bce0-e2c1d63a2be2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-10207654-09a4-49b8-9346-de405899d7ec {
  max-width: 500px;
aspect-ratio: 500/600;
text-align: left;
}





  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image,
  #s-10207654-09a4-49b8-9346-de405899d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec {
    width: 100%;
    height: auto;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
    
    
  }


.s-10207654-09a4-49b8-9346-de405899d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10207654-09a4-49b8-9346-de405899d7ec {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
      position: relative;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image,
  #s-10207654-09a4-49b8-9346-de405899d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec {
    width: 100%;
    height: auto;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
    
    
  }


.s-10207654-09a4-49b8-9346-de405899d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10207654-09a4-49b8-9346-de405899d7ec {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
      position: relative;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image,
  #s-10207654-09a4-49b8-9346-de405899d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec {
    width: 100%;
    height: auto;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
    
    
  }


.s-10207654-09a4-49b8-9346-de405899d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10207654-09a4-49b8-9346-de405899d7ec {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
      position: relative;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image,
  #s-10207654-09a4-49b8-9346-de405899d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec {
    width: 100%;
    height: auto;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
    
    
  }


.s-10207654-09a4-49b8-9346-de405899d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10207654-09a4-49b8-9346-de405899d7ec {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
      position: relative;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image,
  #s-10207654-09a4-49b8-9346-de405899d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec {
    width: 100%;
    height: auto;
  }

  #s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
    
    
  }


.s-10207654-09a4-49b8-9346-de405899d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10207654-09a4-49b8-9346-de405899d7ec {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container {
      position: relative;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10207654-09a4-49b8-9346-de405899d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-c973d953-114f-4e47-80a7-ed611ab6e65d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c973d953-114f-4e47-80a7-ed611ab6e65d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c973d953-114f-4e47-80a7-ed611ab6e65d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c973d953-114f-4e47-80a7-ed611ab6e65d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
  max-width: 500px;
aspect-ratio: 500/600;
text-align: right;
}





  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image,
  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
    width: 100%;
    height: auto;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
    
    
  }


.s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
      position: relative;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image,
  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
    width: 100%;
    height: auto;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
    
    
  }


.s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
      position: relative;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image,
  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
    width: 100%;
    height: auto;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
    
    
  }


.s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
      position: relative;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image,
  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
    width: 100%;
    height: auto;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
    
    
  }


.s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
      position: relative;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image,
  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
    width: 100%;
    height: auto;
  }

  #s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
    
    
  }


.s-ea84fdba-f2be-4be9-b248-6e10baa23b28 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container {
      position: relative;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea84fdba-f2be-4be9-b248-6e10baa23b28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-baf9819a-9532-4953-ad13-a28210e74958 {
  max-width: 500px;
aspect-ratio: 500/600;
text-align: left;
}





  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image,
  #s-baf9819a-9532-4953-ad13-a28210e74958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 {
    width: 100%;
    height: auto;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
    
    
  }


.s-baf9819a-9532-4953-ad13-a28210e74958 .shogun-image-content {
  
    align-items: center;
  
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-baf9819a-9532-4953-ad13-a28210e74958 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
      position: relative;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image,
  #s-baf9819a-9532-4953-ad13-a28210e74958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 {
    width: 100%;
    height: auto;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
    
    
  }


.s-baf9819a-9532-4953-ad13-a28210e74958 .shogun-image-content {
  
    align-items: center;
  
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-baf9819a-9532-4953-ad13-a28210e74958 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
      position: relative;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image,
  #s-baf9819a-9532-4953-ad13-a28210e74958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 {
    width: 100%;
    height: auto;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
    
    
  }


.s-baf9819a-9532-4953-ad13-a28210e74958 .shogun-image-content {
  
    align-items: center;
  
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-baf9819a-9532-4953-ad13-a28210e74958 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
      position: relative;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image,
  #s-baf9819a-9532-4953-ad13-a28210e74958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 {
    width: 100%;
    height: auto;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
    
    
  }


.s-baf9819a-9532-4953-ad13-a28210e74958 .shogun-image-content {
  
    align-items: center;
  
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-baf9819a-9532-4953-ad13-a28210e74958 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
      position: relative;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image,
  #s-baf9819a-9532-4953-ad13-a28210e74958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 {
    width: 100%;
    height: auto;
  }

  #s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
    
    
  }


.s-baf9819a-9532-4953-ad13-a28210e74958 .shogun-image-content {
  
    align-items: center;
  
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-baf9819a-9532-4953-ad13-a28210e74958 {
      --shg-aspect-ratio: calc(500/600); 
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container {
      position: relative;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-baf9819a-9532-4953-ad13-a28210e74958 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c449fa3d-0d23-4ae2-a0b0-3b8289969f1e hr {
  border-top: 2px solid #ddd;
}

#s-b93e178e-db02-4007-b8f4-f12202b30442 {
  background-repeat: no-repeat;
padding-top: 120px;
padding-left: 5%;
padding-bottom: 120px;
padding-right: 5%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-b93e178e-db02-4007-b8f4-f12202b30442 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-b93e178e-db02-4007-b8f4-f12202b30442 {
  padding-top: 60px;
padding-bottom: 60px;
}
}
#s-b93e178e-db02-4007-b8f4-f12202b30442 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDI0YjIyYTAtNDQ0Ny00OWU3LTkwOTEtMDEwODYzYTY2ZGQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzMjMyMzI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2QyNGIyMmEwLTQ0NDctNDllNy05MDkxLTAxMDg2M2E2NmRkNykiLz48L3N2Zz4=);
}








#s-b93e178e-db02-4007-b8f4-f12202b30442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b93e178e-db02-4007-b8f4-f12202b30442.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-1a1f128e-e087-490a-ab6f-fa6f9229d5ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a1f128e-e087-490a-ab6f-fa6f9229d5ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1a1f128e-e087-490a-ab6f-fa6f9229d5ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1a1f128e-e087-490a-ab6f-fa6f9229d5ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f7215b43-0275-47d6-962c-5efe863892a1 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image,
  #s-f7215b43-0275-47d6-962c-5efe863892a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 {
    width: 100%;
    height: auto;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
    
    
  }


.s-f7215b43-0275-47d6-962c-5efe863892a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7215b43-0275-47d6-962c-5efe863892a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
      position: relative;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image,
  #s-f7215b43-0275-47d6-962c-5efe863892a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 {
    width: 100%;
    height: auto;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
    
    
  }


.s-f7215b43-0275-47d6-962c-5efe863892a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7215b43-0275-47d6-962c-5efe863892a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
      position: relative;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image,
  #s-f7215b43-0275-47d6-962c-5efe863892a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 {
    width: 100%;
    height: auto;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
    
    
  }


.s-f7215b43-0275-47d6-962c-5efe863892a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7215b43-0275-47d6-962c-5efe863892a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
      position: relative;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image,
  #s-f7215b43-0275-47d6-962c-5efe863892a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 {
    width: 100%;
    height: auto;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
    
    
  }


.s-f7215b43-0275-47d6-962c-5efe863892a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7215b43-0275-47d6-962c-5efe863892a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
      position: relative;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image,
  #s-f7215b43-0275-47d6-962c-5efe863892a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 {
    width: 100%;
    height: auto;
  }

  #s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
    
    
  }


.s-f7215b43-0275-47d6-962c-5efe863892a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7215b43-0275-47d6-962c-5efe863892a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container {
      position: relative;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7215b43-0275-47d6-962c-5efe863892a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image,
  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
    width: 100%;
    height: auto;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
    
    
  }


.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
      position: relative;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image,
  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
    width: 100%;
    height: auto;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
    
    
  }


.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
      position: relative;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image,
  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
    width: 100%;
    height: auto;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
    
    
  }


.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
      position: relative;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image,
  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
    width: 100%;
    height: auto;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
    
    
  }


.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
      position: relative;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image,
  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
    width: 100%;
    height: auto;
  }

  #s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
    
    
  }


.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container {
      position: relative;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1f6dae9-c08d-42b0-97e8-baec8b9f61c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image,
  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
    width: 100%;
    height: auto;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
    
    
  }


.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
      position: relative;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image,
  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
    width: 100%;
    height: auto;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
    
    
  }


.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
      position: relative;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image,
  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
    width: 100%;
    height: auto;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
    
    
  }


.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
      position: relative;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image,
  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
    width: 100%;
    height: auto;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
    
    
  }


.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
      position: relative;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image,
  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
    width: 100%;
    height: auto;
  }

  #s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
    
    
  }


.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container {
      position: relative;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdea697-8fc9-4b16-b826-9bcaf29234a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f5fe9eb6-ba55-42e6-886f-bbbc7b74b4bc hr {
  border-top: 2px solid #ddd;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
  max-width: 1000px;
aspect-ratio: 1200/4700;
text-align: center;
}





  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image,
  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
    width: 100%;
    height: auto;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
    
    
  }


.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
      --shg-aspect-ratio: calc(1200/4700); 
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
      position: relative;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image,
  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
    width: 100%;
    height: auto;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
    
    
  }


.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
      --shg-aspect-ratio: calc(1200/4700); 
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
      position: relative;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image,
  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
    width: 100%;
    height: auto;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
    
    
  }


.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
      --shg-aspect-ratio: calc(1200/4700); 
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
      position: relative;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image,
  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
    width: 100%;
    height: auto;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
    
    
  }


.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
      --shg-aspect-ratio: calc(1200/4700); 
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
      position: relative;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image,
  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
    width: 100%;
    height: auto;
  }

  #s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
    
    
  }


.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 {
      --shg-aspect-ratio: calc(1200/4700); 
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container {
      position: relative;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c8f094a-89a3-440e-8857-4cdcc563fdd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2da9ee9c-0c7a-4c01-8244-87d6fd92bce0 {
  margin-left: 15%;
margin-right: 15%;
}

#s-2da9ee9c-0c7a-4c01-8244-87d6fd92bce0 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
  max-width: 1000px;
aspect-ratio: 1200/3500;
text-align: center;
}





  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image,
  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
    width: 100%;
    height: auto;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
    
    
  }


.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
      --shg-aspect-ratio: calc(1200/3500); 
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
      position: relative;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image,
  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
    width: 100%;
    height: auto;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
    
    
  }


.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
      --shg-aspect-ratio: calc(1200/3500); 
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
      position: relative;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image,
  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
    width: 100%;
    height: auto;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
    
    
  }


.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
      --shg-aspect-ratio: calc(1200/3500); 
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
      position: relative;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image,
  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
    width: 100%;
    height: auto;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
    
    
  }


.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
      --shg-aspect-ratio: calc(1200/3500); 
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
      position: relative;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image,
  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
    width: 100%;
    height: auto;
  }

  #s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
    
    
  }


.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae {
      --shg-aspect-ratio: calc(1200/3500); 
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container {
      position: relative;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2b9c4be-b483-40dd-90a8-2abd8ea0b2ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-25bec1b1-9c0c-4670-904c-7dd327ad2967 hr {
  border-top: 2px solid #ddd;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f {
  max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image,
  #s-ff7e65ac-4907-4956-881f-8381db48070f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f {
    width: 100%;
    height: auto;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
    
    
  }


.s-ff7e65ac-4907-4956-881f-8381db48070f .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff7e65ac-4907-4956-881f-8381db48070f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
      position: relative;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image,
  #s-ff7e65ac-4907-4956-881f-8381db48070f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f {
    width: 100%;
    height: auto;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
    
    
  }


.s-ff7e65ac-4907-4956-881f-8381db48070f .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff7e65ac-4907-4956-881f-8381db48070f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
      position: relative;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image,
  #s-ff7e65ac-4907-4956-881f-8381db48070f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f {
    width: 100%;
    height: auto;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
    
    
  }


.s-ff7e65ac-4907-4956-881f-8381db48070f .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff7e65ac-4907-4956-881f-8381db48070f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
      position: relative;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image,
  #s-ff7e65ac-4907-4956-881f-8381db48070f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f {
    width: 100%;
    height: auto;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
    
    
  }


.s-ff7e65ac-4907-4956-881f-8381db48070f .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff7e65ac-4907-4956-881f-8381db48070f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
      position: relative;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image,
  #s-ff7e65ac-4907-4956-881f-8381db48070f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f {
    width: 100%;
    height: auto;
  }

  #s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
    
    
  }


.s-ff7e65ac-4907-4956-881f-8381db48070f .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff7e65ac-4907-4956-881f-8381db48070f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container {
      position: relative;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff7e65ac-4907-4956-881f-8381db48070f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1a19519f-0120-4108-a517-010e7ffd88b4 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3be7bc26-9b85-43a1-96d5-ca80d4c73fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  background-repeat: no-repeat;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-attachment: scroll;
}
@media (max-width: 767px){#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-7ea38939-ea29-48eb-8daf-87c022940ba8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDYzNTJjNTQtZTVkNC00ZDliLWE4ZGUtYzIxM2VmMDczMmVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDlkOWQ5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzA2MzUyYzU0LWU1ZDQtNGQ5Yi1hOGRlLWMyMTNlZjA3MzJlYSkiLz48L3N2Zz4=);
}








#s-7ea38939-ea29-48eb-8daf-87c022940ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea38939-ea29-48eb-8daf-87c022940ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8353206-73df-44bb-b513-d67a85f865fe {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8353206-73df-44bb-b513-d67a85f865fe .shogun-heading-component h2 {
  color: rgba(5, 5, 5, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-18759093-b97f-427b-91a5-86739bc39534 {
  margin-bottom: 30px;
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e {
  margin-top: -8px;
margin-bottom: -8px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 1px;
max-width: 600px;
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  font-size: 24px;
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-error-msg-container, #s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-field-error-msg-container {
  display: none;
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-98cb361e-6341-44a1-b340-71d6bba7520e .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-a4f15af7-abad-44ae-8ab6-d788f683aa01 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 11px;
padding-bottom: 11px;
min-height: 0px;
}

#s-a4f15af7-abad-44ae-8ab6-d788f683aa01  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 25px;
  
  color: #000;
  
  
  
  
}

#s-a4f15af7-abad-44ae-8ab6-d788f683aa01  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a4f15af7-abad-44ae-8ab6-d788f683aa01 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a4f15af7-abad-44ae-8ab6-d788f683aa01 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-3221962a-e62a-48cf-8522-5f4e73415fa7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 25px;
  
  color: #000;
  
  
  
  
}

#s-3221962a-e62a-48cf-8522-5f4e73415fa7  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-3221962a-e62a-48cf-8522-5f4e73415fa7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3221962a-e62a-48cf-8522-5f4e73415fa7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(95, 98, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4eda2764-200b-4e68-968d-57d6e7ba7f66:hover {background-color: rgba(95, 98, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4eda2764-200b-4e68-968d-57d6e7ba7f66:active {background-color: rgba(95, 98, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(251, 251, 251, 1) !important;}

  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4eda2764-200b-4e68-968d-57d6e7ba7f66-root {
    text-align: center;
  }


#s-4eda2764-200b-4e68-968d-57d6e7ba7f66.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b3be56ba-d60e-4cd8-a413-b66adc35b1a6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b3be56ba-d60e-4cd8-a413-b66adc35b1a6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 700px;
}
}







#s-b3be56ba-d60e-4cd8-a413-b66adc35b1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3be56ba-d60e-4cd8-a413-b66adc35b1a6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ef787f96-4581-4146-b4d4-ecdc899ca64c {
  margin-left: 8%;
margin-right: 8%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ef787f96-4581-4146-b4d4-ecdc899ca64c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef787f96-4581-4146-b4d4-ecdc899ca64c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef787f96-4581-4146-b4d4-ecdc899ca64c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef787f96-4581-4146-b4d4-ecdc899ca64c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
  max-width: 200px;
aspect-ratio: 200/120;
text-align: center;
}





  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image,
  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
    width: 100%;
    height: auto;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
    
    
  }


.s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
      position: relative;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image,
  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
    width: 100%;
    height: auto;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
    
    
  }


.s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
      position: relative;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image,
  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
    width: 100%;
    height: auto;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
    
    
  }


.s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
      position: relative;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image,
  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
    width: 100%;
    height: auto;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
    
    
  }


.s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
      position: relative;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image,
  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
    width: 100%;
    height: auto;
  }

  #s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
    
    
  }


.s-f548290a-e8ab-4846-bb0f-6c9253896c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container {
      position: relative;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f548290a-e8ab-4846-bb0f-6c9253896c16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
  max-width: 200px;
aspect-ratio: 200/120;
text-align: center;
}





  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image,
  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
    width: 100%;
    height: auto;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
    
    
  }


.s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
      position: relative;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image,
  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
    width: 100%;
    height: auto;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
    
    
  }


.s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
      position: relative;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image,
  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
    width: 100%;
    height: auto;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
    
    
  }


.s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
      position: relative;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image,
  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
    width: 100%;
    height: auto;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
    
    
  }


.s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
      position: relative;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image,
  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
    width: 100%;
    height: auto;
  }

  #s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
    
    
  }


.s-b0798be0-5771-4337-b7a0-8d5b5c14e758 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 {
      --shg-aspect-ratio: calc(200/120); 
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container {
      position: relative;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0798be0-5771-4337-b7a0-8d5b5c14e758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $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}
