.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-6ff8fc5d-c0a1-4849-bd5a-be7fdf86b7c3 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: -69px;
margin-left: auto;
margin-right: auto;
background-color: rgba(243, 238, 231, 1);
}








#s-6ff8fc5d-c0a1-4849-bd5a-be7fdf86b7c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-6ff8fc5d-c0a1-4849-bd5a-be7fdf86b7c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-612fc3a7-0ab0-4f22-a6e0-4409072d9658 {
  text-align: left;
}

#s-51f264ca-1b68-4f12-921d-522ea5f63f91 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-51f264ca-1b68-4f12-921d-522ea5f63f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f264ca-1b68-4f12-921d-522ea5f63f91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
  max-width: 2560px;
aspect-ratio: 2560/1589;
text-align: center;
}





  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image,
  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
    width: 100%;
    height: auto;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
    
    
  }


.s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shogun-image-content {
  
    align-items: center;
  
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shg-align-container {
  text-align: center
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image,
  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
    width: 100%;
    height: auto;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
    
    
  }


.s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shogun-image-content {
  
    align-items: center;
  
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shg-align-container {
  text-align: center
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image,
  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
    width: 100%;
    height: auto;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
    
    
  }


.s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shogun-image-content {
  
    align-items: center;
  
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shg-align-container {
  text-align: center
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image,
  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
    width: 100%;
    height: auto;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
    
    
  }


.s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shogun-image-content {
  
    align-items: center;
  
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shg-align-container {
  text-align: center
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image,
  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe {
    width: 100%;
    height: auto;
  }

  #s-334df50b-6b1a-4431-b592-6bdbbf2764fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
    
    
  }


.s-334df50b-6b1a-4431-b592-6bdbbf2764fe .shogun-image-content {
  
    align-items: center;
  
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shg-align-container {
  text-align: center
}

.s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334df50b-6b1a-4431-b592-6bdbbf2764fe.shogun-image {
  box-sizing: border-box;
}


}
.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-794415a1-4596-4b92-8cb3-002b9717daca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1440px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-794415a1-4596-4b92-8cb3-002b9717daca {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-794415a1-4596-4b92-8cb3-002b9717daca {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-794415a1-4596-4b92-8cb3-002b9717daca {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-794415a1-4596-4b92-8cb3-002b9717daca .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "LyonText-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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-1817c3be-246a-42d1-8807-048d560bf416 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 5%;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1817c3be-246a-42d1-8807-048d560bf416 {
  padding-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1817c3be-246a-42d1-8807-048d560bf416 {
  padding-left: 2%;
}
}@media (max-width: 767px){#s-1817c3be-246a-42d1-8807-048d560bf416 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-3d68e803-2a87-4681-b916-5abaa99c00b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3d68e803-2a87-4681-b916-5abaa99c00b9 {
  padding-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d68e803-2a87-4681-b916-5abaa99c00b9 {
  padding-left: 2%;
}
}@media (max-width: 767px){#s-3d68e803-2a87-4681-b916-5abaa99c00b9 {
  padding-left: 3%;
}
}
#s-925edcd9-0c4a-415e-a362-ed03eef91173 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 0px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-925edcd9-0c4a-415e-a362-ed03eef91173 {
  margin-top: 20px;
padding-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-925edcd9-0c4a-415e-a362-ed03eef91173 {
  margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-925edcd9-0c4a-415e-a362-ed03eef91173 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
}
}







#s-925edcd9-0c4a-415e-a362-ed03eef91173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925edcd9-0c4a-415e-a362-ed03eef91173.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-4dcf4c61-5845-4458-abf4-5e7be94b94bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1440px;
}
@media (max-width: 767px){#s-4dcf4c61-5845-4458-abf4-5e7be94b94bc {
  padding-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4dcf4c61-5845-4458-abf4-5e7be94b94bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-347da215-05a4-4b9a-9494-a25b703d33fa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
max-width: 1440px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-347da215-05a4-4b9a-9494-a25b703d33fa {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-347da215-05a4-4b9a-9494-a25b703d33fa {
  padding-right: 2%;
}
}@media (max-width: 767px){#s-347da215-05a4-4b9a-9494-a25b703d33fa {
  margin-right: 15px;
}
}
#s-347da215-05a4-4b9a-9494-a25b703d33fa .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "LyonText-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-832b2071-d7b2-4880-8d14-af1219a869c5 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-832b2071-d7b2-4880-8d14-af1219a869c5 {
  padding-top: 0px;
}
}
#s-9b1a935b-8cd9-48d0-81ca-8a3c8e9d75f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b1a935b-8cd9-48d0-81ca-8a3c8e9d75f1 {
  padding-left: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b1a935b-8cd9-48d0-81ca-8a3c8e9d75f1 {
  padding-left: 0%;
}
}@media (max-width: 767px){#s-9b1a935b-8cd9-48d0-81ca-8a3c8e9d75f1 {
  padding-left: 0%;
}
}
#s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
  max-width: 840px;
aspect-ratio: 840/519;
text-align: center;
}





  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image,
  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
    width: 100%;
    height: auto;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
    
    
  }


.s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shogun-image-content {
  
    align-items: center;
  
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shg-align-container {
  text-align: center
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image,
  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
    width: 100%;
    height: auto;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
    
    
  }


.s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shogun-image-content {
  
    align-items: center;
  
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shg-align-container {
  text-align: center
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
  box-sizing: border-box;
}


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



  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image,
  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
    width: 100%;
    height: auto;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
    
    
  }


.s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shogun-image-content {
  
    align-items: center;
  
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shg-align-container {
  text-align: center
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
  box-sizing: border-box;
}


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



  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image,
  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
    width: 100%;
    height: auto;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
    
    
  }


.s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shogun-image-content {
  
    align-items: center;
  
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shg-align-container {
  text-align: center
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
  box-sizing: border-box;
}


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



  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image,
  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 {
    width: 100%;
    height: auto;
  }

  #s-5027f4c6-2617-496d-95d9-51dd5bb6c526 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
    
    
  }


.s-5027f4c6-2617-496d-95d9-51dd5bb6c526 .shogun-image-content {
  
    align-items: center;
  
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shg-align-container {
  text-align: center
}

.s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5027f4c6-2617-496d-95d9-51dd5bb6c526.shogun-image {
  box-sizing: border-box;
}


}
#s-6820d677-0840-42bd-b187-cd56fbfb1df8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 0px;
background-color: rgba(243, 238, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6820d677-0840-42bd-b187-cd56fbfb1df8 {
  padding-top: 40px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-6820d677-0840-42bd-b187-cd56fbfb1df8 {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-6820d677-0840-42bd-b187-cd56fbfb1df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6820d677-0840-42bd-b187-cd56fbfb1df8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5594177-37ce-4176-ad89-1b2ad950c393 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1440px;
}
@media (max-width: 767px){#s-b5594177-37ce-4176-ad89-1b2ad950c393 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5594177-37ce-4176-ad89-1b2ad950c393"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-10de540d-2584-4dc9-af67-a88d73fd6fec {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-10de540d-2584-4dc9-af67-a88d73fd6fec {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-10de540d-2584-4dc9-af67-a88d73fd6fec .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-784dfae8-0d97-4482-be8c-288cd39340f3 {
  margin-top: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-784dfae8-0d97-4482-be8c-288cd39340f3 {
  padding-left: 0%;
padding-right: 1%;
}
}@media (max-width: 767px){#s-784dfae8-0d97-4482-be8c-288cd39340f3 {
  padding-right: 5%;
}
}
#s-ba8d7832-93c4-410b-b309-c926ba694041 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-ba8d7832-93c4-410b-b309-c926ba694041"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba8d7832-93c4-410b-b309-c926ba694041"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba8d7832-93c4-410b-b309-c926ba694041"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba8d7832-93c4-410b-b309-c926ba694041"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-3dc4d069-de48-464e-9bb4-5eb339d45205 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3dc4d069-de48-464e-9bb4-5eb339d45205 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3dc4d069-de48-464e-9bb4-5eb339d45205 .shg-sld-nav-button.shg-sld-left,
#s-3dc4d069-de48-464e-9bb4-5eb339d45205 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432 {
  max-width: 885px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image,
  #s-ebb912e6-ea29-444a-98c9-ab731e151432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 {
    width: 100%;
    height: auto;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
    
    
  }


.s-ebb912e6-ea29-444a-98c9-ab731e151432 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shg-align-container {
  text-align: center
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image,
  #s-ebb912e6-ea29-444a-98c9-ab731e151432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 {
    width: 100%;
    height: auto;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
    
    
  }


.s-ebb912e6-ea29-444a-98c9-ab731e151432 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shg-align-container {
  text-align: center
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image,
  #s-ebb912e6-ea29-444a-98c9-ab731e151432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 {
    width: 100%;
    height: auto;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
    
    
  }


.s-ebb912e6-ea29-444a-98c9-ab731e151432 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shg-align-container {
  text-align: center
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image,
  #s-ebb912e6-ea29-444a-98c9-ab731e151432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 {
    width: 100%;
    height: auto;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
    
    
  }


.s-ebb912e6-ea29-444a-98c9-ab731e151432 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shg-align-container {
  text-align: center
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
  box-sizing: border-box;
}


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



  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image,
  #s-ebb912e6-ea29-444a-98c9-ab731e151432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 {
    width: 100%;
    height: auto;
  }

  #s-ebb912e6-ea29-444a-98c9-ab731e151432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
    
    
  }


.s-ebb912e6-ea29-444a-98c9-ab731e151432 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shg-align-container {
  text-align: center
}

.s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb912e6-ea29-444a-98c9-ab731e151432.shogun-image {
  box-sizing: border-box;
}


}
#s-3069bad7-98ea-4372-ab7f-7eb0a0773d0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3069bad7-98ea-4372-ab7f-7eb0a0773d0f {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-8bd9f687-d125-4515-85db-8b2858ee6ab8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8bd9f687-d125-4515-85db-8b2858ee6ab8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8bd9f687-d125-4515-85db-8b2858ee6ab8 .shg-sld-nav-button.shg-sld-left,
#s-8bd9f687-d125-4515-85db-8b2858ee6ab8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
  max-width: 885px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image,
  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
    width: 100%;
    height: auto;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
    
    
  }


.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shg-align-container {
  text-align: center
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image,
  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
    width: 100%;
    height: auto;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
    
    
  }


.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shg-align-container {
  text-align: center
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
  box-sizing: border-box;
}


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



  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image,
  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
    width: 100%;
    height: auto;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
    
    
  }


.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shg-align-container {
  text-align: center
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
  box-sizing: border-box;
}


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



  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image,
  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
    width: 100%;
    height: auto;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
    
    
  }


.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shg-align-container {
  text-align: center
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
  box-sizing: border-box;
}


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



  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image,
  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 {
    width: 100%;
    height: auto;
  }

  #s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
    
    
  }


.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shg-align-container {
  text-align: center
}

.s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccf69e8d-56b1-40e6-a96e-4d150b5fc181.shogun-image {
  box-sizing: border-box;
}


}
#s-1c593715-3569-4249-98c8-440f0efa29e5 {
  text-align: center;
}







  img.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
    
    
  }


.s-1c593715-3569-4249-98c8-440f0efa29e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shg-align-container {
  text-align: center
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
    
    
  }


.s-1c593715-3569-4249-98c8-440f0efa29e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shg-align-container {
  text-align: center
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
    
    
  }


.s-1c593715-3569-4249-98c8-440f0efa29e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shg-align-container {
  text-align: center
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
    
    
  }


.s-1c593715-3569-4249-98c8-440f0efa29e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shg-align-container {
  text-align: center
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
    
    
  }


.s-1c593715-3569-4249-98c8-440f0efa29e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shg-align-container {
  text-align: center
}

.s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c593715-3569-4249-98c8-440f0efa29e5.shogun-image {
  box-sizing: border-box;
}


}
#s-79ab3d62-feb6-4b4a-89df-18447ef1d548 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-79ab3d62-feb6-4b4a-89df-18447ef1d548 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-d761f532-95ca-4b2e-a6e4-2299778b3faa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d761f532-95ca-4b2e-a6e4-2299778b3faa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d761f532-95ca-4b2e-a6e4-2299778b3faa .shg-sld-nav-button.shg-sld-left,
#s-d761f532-95ca-4b2e-a6e4-2299778b3faa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
  max-width: 885px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image,
  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
    width: 100%;
    height: auto;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
    
    
  }


.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shg-align-container {
  text-align: center
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image,
  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
    width: 100%;
    height: auto;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
    
    
  }


.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shg-align-container {
  text-align: center
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
  box-sizing: border-box;
}


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



  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image,
  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
    width: 100%;
    height: auto;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
    
    
  }


.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shg-align-container {
  text-align: center
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
  box-sizing: border-box;
}


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



  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image,
  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
    width: 100%;
    height: auto;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
    
    
  }


.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shg-align-container {
  text-align: center
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
  box-sizing: border-box;
}


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



  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image,
  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 {
    width: 100%;
    height: auto;
  }

  #s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
    
    
  }


.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shg-align-container {
  text-align: center
}

.s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c7d0bd-f920-470e-a822-8f6fdb1878e7.shogun-image {
  box-sizing: border-box;
}


}
#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 {
  text-align: center;
}







  img.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
    
    
  }


.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shg-align-container {
  text-align: center
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
    
    
  }


.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shg-align-container {
  text-align: center
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
    
    
  }


.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shg-align-container {
  text-align: center
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
    
    
  }


.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shg-align-container {
  text-align: center
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
    
    
  }


.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shg-align-container {
  text-align: center
}

.s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7218de9f-7bfd-42a3-8be2-2da3e57c2f22.shogun-image {
  box-sizing: border-box;
}


}
#s-7a8af7bc-f484-4a1c-8b55-f5d45d6ace57 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a8af7bc-f484-4a1c-8b55-f5d45d6ace57 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-dbafe82b-ac0c-41d3-9fae-7cabc87cc0ff {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dbafe82b-ac0c-41d3-9fae-7cabc87cc0ff {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-dbafe82b-ac0c-41d3-9fae-7cabc87cc0ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbafe82b-ac0c-41d3-9fae-7cabc87cc0ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9fd6dcc-6f92-4e56-9238-e9b9f6766511 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-e9fd6dcc-6f92-4e56-9238-e9b9f6766511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9fd6dcc-6f92-4e56-9238-e9b9f6766511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9fd6dcc-6f92-4e56-9238-e9b9f6766511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9fd6dcc-6f92-4e56-9238-e9b9f6766511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
  max-width: 2002px;
aspect-ratio: 2002/1525;
text-align: center;
}





  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image,
  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
    width: 100%;
    height: auto;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
    
    
  }


.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shogun-image-content {
  
    align-items: center;
  
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shg-align-container {
  text-align: center
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image,
  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
    width: 100%;
    height: auto;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
    
    
  }


.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shogun-image-content {
  
    align-items: center;
  
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shg-align-container {
  text-align: center
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image,
  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
    width: 100%;
    height: auto;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
    
    
  }


.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shogun-image-content {
  
    align-items: center;
  
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shg-align-container {
  text-align: center
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image,
  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
    width: 100%;
    height: auto;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
    
    
  }


.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shogun-image-content {
  
    align-items: center;
  
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shg-align-container {
  text-align: center
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image,
  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd {
    width: 100%;
    height: auto;
  }

  #s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
    
    
  }


.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd .shogun-image-content {
  
    align-items: center;
  
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shg-align-container {
  text-align: center
}

.s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a88ed633-45bb-4a5f-a3bd-4c94a7d941cd.shogun-image {
  box-sizing: border-box;
}


}
#s-5505b839-3efd-4bd7-8e5e-aa57a541b461 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-5505b839-3efd-4bd7-8e5e-aa57a541b461 {
  padding-top: 20px;
padding-left: 0%;
}
}
#s-5505b839-3efd-4bd7-8e5e-aa57a541b461 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-0b549953-ccc6-4ed9-b9c8-0c10152a0cad {
  margin-top: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
max-width: 1280px;
}
@media (max-width: 767px){#s-0b549953-ccc6-4ed9-b9c8-0c10152a0cad {
  padding-left: 0%;
}
}
#s-d2bbb132-af5a-4c1e-b4fd-93334adb27d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-d2bbb132-af5a-4c1e-b4fd-93334adb27d4 {
  padding-left: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2bbb132-af5a-4c1e-b4fd-93334adb27d4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2bbb132-af5a-4c1e-b4fd-93334adb27d4 {
  padding-left: 5%;
}
}
#s-73922c3b-f688-40d6-a3a7-0a28e6b3876f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 0px;
background-color: rgba(243, 238, 231, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-73922c3b-f688-40d6-a3a7-0a28e6b3876f {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-73922c3b-f688-40d6-a3a7-0a28e6b3876f {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-73922c3b-f688-40d6-a3a7-0a28e6b3876f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73922c3b-f688-40d6-a3a7-0a28e6b3876f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-925ed8a4-d910-42fa-bc72-9440f7f0a9c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6d8e34f5-d607-476a-8bf8-f1146fa4e8fc {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6d8e34f5-d607-476a-8bf8-f1146fa4e8fc {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-6d8e34f5-d607-476a-8bf8-f1146fa4e8fc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-da9c6be2-8510-4027-a4f2-9cf2b4bea77b {
  margin-top: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (max-width: 767px){#s-da9c6be2-8510-4027-a4f2-9cf2b4bea77b {
  padding-right: 5%;
}
}
#s-1ea87fb9-8318-485f-8e03-efaef7ed066d {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
max-width: 1440px;
}

#s-3b6a38da-fe7a-45ca-9ddd-68b65af6605d {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-3b6a38da-fe7a-45ca-9ddd-68b65af6605d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b6a38da-fe7a-45ca-9ddd-68b65af6605d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b6a38da-fe7a-45ca-9ddd-68b65af6605d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b6a38da-fe7a-45ca-9ddd-68b65af6605d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f17383b5-6407-4a23-8839-bf4749fe5341 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f17383b5-6407-4a23-8839-bf4749fe5341 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f17383b5-6407-4a23-8839-bf4749fe5341 .shg-sld-nav-button.shg-sld-left,
#s-f17383b5-6407-4a23-8839-bf4749fe5341 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050 {
  max-width: 4500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image,
  #s-158c72a7-33f6-49fc-8b73-674b39b84050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 {
    width: 100%;
    height: auto;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
    
    
  }


.s-158c72a7-33f6-49fc-8b73-674b39b84050 .shogun-image-content {
  
    align-items: center;
  
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shg-align-container {
  text-align: center
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image,
  #s-158c72a7-33f6-49fc-8b73-674b39b84050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 {
    width: 100%;
    height: auto;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
    
    
  }


.s-158c72a7-33f6-49fc-8b73-674b39b84050 .shogun-image-content {
  
    align-items: center;
  
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shg-align-container {
  text-align: center
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
  box-sizing: border-box;
}


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



  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image,
  #s-158c72a7-33f6-49fc-8b73-674b39b84050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 {
    width: 100%;
    height: auto;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
    
    
  }


.s-158c72a7-33f6-49fc-8b73-674b39b84050 .shogun-image-content {
  
    align-items: center;
  
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shg-align-container {
  text-align: center
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
  box-sizing: border-box;
}


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



  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image,
  #s-158c72a7-33f6-49fc-8b73-674b39b84050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 {
    width: 100%;
    height: auto;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
    
    
  }


.s-158c72a7-33f6-49fc-8b73-674b39b84050 .shogun-image-content {
  
    align-items: center;
  
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shg-align-container {
  text-align: center
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
  box-sizing: border-box;
}


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



  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image,
  #s-158c72a7-33f6-49fc-8b73-674b39b84050 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 {
    width: 100%;
    height: auto;
  }

  #s-158c72a7-33f6-49fc-8b73-674b39b84050 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
    
    
  }


.s-158c72a7-33f6-49fc-8b73-674b39b84050 .shogun-image-content {
  
    align-items: center;
  
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shg-align-container {
  text-align: center
}

.s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158c72a7-33f6-49fc-8b73-674b39b84050.shogun-image {
  box-sizing: border-box;
}


}
#s-bb291434-5a41-4921-9116-51528c599eec {
  max-width: 3898px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image,
  #s-bb291434-5a41-4921-9116-51528c599eec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec {
    width: 100%;
    height: auto;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
    
    
  }


.s-bb291434-5a41-4921-9116-51528c599eec .shogun-image-content {
  
    align-items: center;
  
}

.s-bb291434-5a41-4921-9116-51528c599eec.shg-align-container {
  text-align: center
}

.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image,
  #s-bb291434-5a41-4921-9116-51528c599eec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec {
    width: 100%;
    height: auto;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
    
    
  }


.s-bb291434-5a41-4921-9116-51528c599eec .shogun-image-content {
  
    align-items: center;
  
}

.s-bb291434-5a41-4921-9116-51528c599eec.shg-align-container {
  text-align: center
}

.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image,
  #s-bb291434-5a41-4921-9116-51528c599eec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec {
    width: 100%;
    height: auto;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
    
    
  }


.s-bb291434-5a41-4921-9116-51528c599eec .shogun-image-content {
  
    align-items: center;
  
}

.s-bb291434-5a41-4921-9116-51528c599eec.shg-align-container {
  text-align: center
}

.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image,
  #s-bb291434-5a41-4921-9116-51528c599eec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec {
    width: 100%;
    height: auto;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
    
    
  }


.s-bb291434-5a41-4921-9116-51528c599eec .shogun-image-content {
  
    align-items: center;
  
}

.s-bb291434-5a41-4921-9116-51528c599eec.shg-align-container {
  text-align: center
}

.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image,
  #s-bb291434-5a41-4921-9116-51528c599eec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec {
    width: 100%;
    height: auto;
  }

  #s-bb291434-5a41-4921-9116-51528c599eec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
    
    
  }


.s-bb291434-5a41-4921-9116-51528c599eec .shogun-image-content {
  
    align-items: center;
  
}

.s-bb291434-5a41-4921-9116-51528c599eec.shg-align-container {
  text-align: center
}

.s-bb291434-5a41-4921-9116-51528c599eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb291434-5a41-4921-9116-51528c599eec.shogun-image {
  box-sizing: border-box;
}


}
#s-db74f044-9165-45f1-a542-acbfec0ac9d0 {
  text-align: center;
}







  img.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
    
    
  }


.s-db74f044-9165-45f1-a542-acbfec0ac9d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shg-align-container {
  text-align: center
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
    
    
  }


.s-db74f044-9165-45f1-a542-acbfec0ac9d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shg-align-container {
  text-align: center
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
    
    
  }


.s-db74f044-9165-45f1-a542-acbfec0ac9d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shg-align-container {
  text-align: center
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
    
    
  }


.s-db74f044-9165-45f1-a542-acbfec0ac9d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shg-align-container {
  text-align: center
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
    
    
  }


.s-db74f044-9165-45f1-a542-acbfec0ac9d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shg-align-container {
  text-align: center
}

.s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db74f044-9165-45f1-a542-acbfec0ac9d0.shogun-image {
  box-sizing: border-box;
}


}
#s-05eba482-7c5d-43c2-9b73-3ef80dc6fc80 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-05eba482-7c5d-43c2-9b73-3ef80dc6fc80 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05eba482-7c5d-43c2-9b73-3ef80dc6fc80 {
  padding-left: 5%;
}
}
#s-ac8d2099-2740-4409-89f1-cf3d4d9d228b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ac8d2099-2740-4409-89f1-cf3d4d9d228b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ac8d2099-2740-4409-89f1-cf3d4d9d228b .shg-sld-nav-button.shg-sld-left,
#s-ac8d2099-2740-4409-89f1-cf3d4d9d228b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
  max-width: 885px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image,
  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
    width: 100%;
    height: auto;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
    
    
  }


.s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shg-align-container {
  text-align: center
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image,
  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
    width: 100%;
    height: auto;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
    
    
  }


.s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shg-align-container {
  text-align: center
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image,
  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
    width: 100%;
    height: auto;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
    
    
  }


.s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shg-align-container {
  text-align: center
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image,
  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
    width: 100%;
    height: auto;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
    
    
  }


.s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shg-align-container {
  text-align: center
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image,
  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 {
    width: 100%;
    height: auto;
  }

  #s-f26f53fb-58e1-472e-bb34-ffde95237fa1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
    
    
  }


.s-f26f53fb-58e1-472e-bb34-ffde95237fa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shg-align-container {
  text-align: center
}

.s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26f53fb-58e1-472e-bb34-ffde95237fa1.shogun-image {
  box-sizing: border-box;
}


}
#s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
  max-width: 885px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image,
  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
    width: 100%;
    height: auto;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
    
    
  }


.s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shg-align-container {
  text-align: center
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image,
  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
    width: 100%;
    height: auto;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
    
    
  }


.s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shg-align-container {
  text-align: center
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image,
  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
    width: 100%;
    height: auto;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
    
    
  }


.s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shg-align-container {
  text-align: center
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image,
  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
    width: 100%;
    height: auto;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
    
    
  }


.s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shg-align-container {
  text-align: center
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image,
  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 {
    width: 100%;
    height: auto;
  }

  #s-84f5b1c9-3339-4033-be6e-a88947c335c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
    
    
  }


.s-84f5b1c9-3339-4033-be6e-a88947c335c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shg-align-container {
  text-align: center
}

.s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f5b1c9-3339-4033-be6e-a88947c335c5.shogun-image {
  box-sizing: border-box;
}


}
#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 {
  text-align: center;
}







  img.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
    
    
  }


.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shg-align-container {
  text-align: center
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
    
    
  }


.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shg-align-container {
  text-align: center
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
    
    
  }


.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shg-align-container {
  text-align: center
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
    
    
  }


.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shg-align-container {
  text-align: center
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
    
    
  }


.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shg-align-container {
  text-align: center
}

.s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d849f2b-2f26-48ac-a276-86c2514fc9a2.shogun-image {
  box-sizing: border-box;
}


}
#s-80c1caf3-66f1-4dc5-9e92-0dced2fc92ac {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
max-width: 1440px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-80c1caf3-66f1-4dc5-9e92-0dced2fc92ac {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80c1caf3-66f1-4dc5-9e92-0dced2fc92ac {
  padding-left: 5%;
}
}
#s-819a80c4-dc6b-4e61-a940-5c67f17ff40d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-819a80c4-dc6b-4e61-a940-5c67f17ff40d {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-819a80c4-dc6b-4e61-a940-5c67f17ff40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-819a80c4-dc6b-4e61-a940-5c67f17ff40d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7224ab0d-e227-42e2-a2d3-0bfe9860d947 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7224ab0d-e227-42e2-a2d3-0bfe9860d947"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3ddb9c9f-c8fd-47de-b7a7-928850a81e06 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
max-width: 1440px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3ddb9c9f-c8fd-47de-b7a7-928850a81e06 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ddb9c9f-c8fd-47de-b7a7-928850a81e06 {
  padding-right: 2%;
}
}@media (max-width: 767px){#s-3ddb9c9f-c8fd-47de-b7a7-928850a81e06 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-3ddb9c9f-c8fd-47de-b7a7-928850a81e06 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "LyonText-Regular";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e2c125c7-9eeb-42e5-a9a5-df6b793c3c91 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
max-width: 1280px;
}

#s-951a8b29-cc34-4563-8de3-4d4c6bc2e234 {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
max-width: 1440px;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
  max-width: 2339px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image,
  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
    width: 100%;
    height: auto;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
    
    
  }


.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shg-align-container {
  text-align: center
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image,
  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
    width: 100%;
    height: auto;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
    
    
  }


.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shg-align-container {
  text-align: center
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image,
  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
    width: 100%;
    height: auto;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
    
    
  }


.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shg-align-container {
  text-align: center
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image,
  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
    width: 100%;
    height: auto;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
    
    
  }


.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shg-align-container {
  text-align: center
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image,
  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 {
    width: 100%;
    height: auto;
  }

  #s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
    
    
  }


.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shg-align-container {
  text-align: center
}

.s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc8f19f0-0a85-4ae5-9766-60f5a6ed17c7.shogun-image {
  box-sizing: border-box;
}


}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}