.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-09aa1187-583a-4176-86a3-602cae9a9790 {
  min-height: 50px;
}








#s-09aa1187-583a-4176-86a3-602cae9a9790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09aa1187-583a-4176-86a3-602cae9a9790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-9af5ae84-4e22-4d3a-a499-4bf05b08081a {
  margin-top: 63px;
margin-bottom: 32px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9af5ae84-4e22-4d3a-a499-4bf05b08081a {
  margin-top: 18px;
margin-bottom: 17px;
}
}
#s-9af5ae84-4e22-4d3a-a499-4bf05b08081a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9af2f333-adad-4e37-bc03-e5154fa743dc {
  background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9af2f333-adad-4e37-bc03-e5154fa743dc {
  display: none;
}
#s-9af2f333-adad-4e37-bc03-e5154fa743dc, #wrap-s-9af2f333-adad-4e37-bc03-e5154fa743dc { display:none !important; }}@media (max-width: 767px){#s-9af2f333-adad-4e37-bc03-e5154fa743dc {
  display: none;
}
#s-9af2f333-adad-4e37-bc03-e5154fa743dc, #wrap-s-9af2f333-adad-4e37-bc03-e5154fa743dc { display:none !important; }}
#s-9af2f333-adad-4e37-bc03-e5154fa743dc {
  background-image: url(https://i.shgcdn.com/d5befd78-c3d2-49ce-87c0-a3c5ddaeb886/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9af2f333-adad-4e37-bc03-e5154fa743dc > .shg-box-overlay {
  background-color: rgba(251, 170, 30, 0);
  opacity: 0;
}#s-9af2f333-adad-4e37-bc03-e5154fa743dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cc9f2f1e-5310-4a95-9ab0-b4839c530921 {
  margin-top: 62px;
margin-left: 33%;
margin-bottom: 35px;
margin-right: 33%;
}

#s-1726db56-9223-4804-afb3-1ab057a79595 {
  margin-left: 20%;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(251, 244, 237, 1);
}








#s-1726db56-9223-4804-afb3-1ab057a79595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1726db56-9223-4804-afb3-1ab057a79595.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a135ff8-7b17-4c33-bcbc-5292f2c3923f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a135ff8-7b17-4c33-bcbc-5292f2c3923f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

@media (min-width: 0px) {
[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-6647ce72-5a3d-4477-97d4-d31b1beea8d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}








#s-4e3f631e-9b97-47e3-8a1e-badb409be1e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e3f631e-9b97-47e3-8a1e-badb409be1e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
  max-width: 60px;
aspect-ratio: 102/146;
text-align: right;
}





  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff img.shogun-image,
  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
    width: 100%;
    height: auto;
  }



  img.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
    
    
  }


.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shogun-image-content {
  
    align-items: center;
  
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shg-align-container {
  text-align: right
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff img.shogun-image,
  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
    width: 100%;
    height: auto;
  }



  img.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
    
    
  }


.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shogun-image-content {
  
    align-items: center;
  
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shg-align-container {
  text-align: right
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
  box-sizing: border-box;
}


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



  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff img.shogun-image,
  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
    width: 100%;
    height: auto;
  }



  img.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
    
    
  }


.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shogun-image-content {
  
    align-items: center;
  
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shg-align-container {
  text-align: right
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
  box-sizing: border-box;
}


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



  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff img.shogun-image,
  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
    width: 100%;
    height: auto;
  }



  img.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
    
    
  }


.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shogun-image-content {
  
    align-items: center;
  
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shg-align-container {
  text-align: right
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
  box-sizing: border-box;
}


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



  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff img.shogun-image,
  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff {
    width: 100%;
    height: auto;
  }



  img.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
    
    
  }


.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff .shogun-image-content {
  
    align-items: center;
  
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shg-align-container {
  text-align: right
}

.s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f081ccd8-74a9-4a3c-8013-5ad5d480bfff.shogun-image {
  box-sizing: border-box;
}


}
#s-db0e9bd1-6aa2-41a0-89ea-60036fb238fb {
  margin-left: 0%;
margin-right: 0%;
}








#s-f052e18a-e97e-409f-b5f8-06416183cca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f052e18a-e97e-409f-b5f8-06416183cca6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3 {
  max-width: 60px;
aspect-ratio: 102/146;
text-align: left;
}





  #s-a7510c00-a468-4138-bf60-0e477e723ff3 img.shogun-image,
  #s-a7510c00-a468-4138-bf60-0e477e723ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7510c00-a468-4138-bf60-0e477e723ff3 {
    width: 100%;
    height: auto;
  }



  img.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
    
    
  }


.s-a7510c00-a468-4138-bf60-0e477e723ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shg-align-container {
  text-align: left
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a7510c00-a468-4138-bf60-0e477e723ff3 img.shogun-image,
  #s-a7510c00-a468-4138-bf60-0e477e723ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7510c00-a468-4138-bf60-0e477e723ff3 {
    width: 100%;
    height: auto;
  }



  img.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
    
    
  }


.s-a7510c00-a468-4138-bf60-0e477e723ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shg-align-container {
  text-align: left
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7510c00-a468-4138-bf60-0e477e723ff3 img.shogun-image,
  #s-a7510c00-a468-4138-bf60-0e477e723ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7510c00-a468-4138-bf60-0e477e723ff3 {
    width: 100%;
    height: auto;
  }



  img.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
    
    
  }


.s-a7510c00-a468-4138-bf60-0e477e723ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shg-align-container {
  text-align: left
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7510c00-a468-4138-bf60-0e477e723ff3 img.shogun-image,
  #s-a7510c00-a468-4138-bf60-0e477e723ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7510c00-a468-4138-bf60-0e477e723ff3 {
    width: 100%;
    height: auto;
  }



  img.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
    
    
  }


.s-a7510c00-a468-4138-bf60-0e477e723ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shg-align-container {
  text-align: left
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7510c00-a468-4138-bf60-0e477e723ff3 img.shogun-image,
  #s-a7510c00-a468-4138-bf60-0e477e723ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7510c00-a468-4138-bf60-0e477e723ff3 {
    width: 100%;
    height: auto;
  }



  img.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
    
    
  }


.s-a7510c00-a468-4138-bf60-0e477e723ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shg-align-container {
  text-align: left
}

.s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7510c00-a468-4138-bf60-0e477e723ff3.shogun-image {
  box-sizing: border-box;
}


}
#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center top;
}
@media (min-width: 1200px){#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 {
  display: none;
}
#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0, #wrap-s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 {
  display: none;
}
#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0, #wrap-s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 { display:none !important; }}
#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 {
  background-image: url(https://i.shgcdn.com/c3fc722e-6428-4fb5-ab04-2a84d60ff34f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f73f50bb-ed9a-4bab-a3ea-488b264917c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46cd6de5-fe7a-4a92-ba87-2b921e619b1b {
  margin-top: 64px;
margin-left: 10%;
margin-bottom: 43px;
margin-right: 10%;
}

#s-420d0c7a-7ddf-4a64-92d1-542607186308 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-color: rgba(251, 244, 237, 1);
}








#s-420d0c7a-7ddf-4a64-92d1-542607186308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420d0c7a-7ddf-4a64-92d1-542607186308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
  margin-top: 24px;
margin-bottom: 15px;
max-width: 138px;
aspect-ratio: 276/137;
text-align: center;
}





  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 img.shogun-image,
  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
    width: 100%;
    height: auto;
  }



  img.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
    
    
  }


.s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shg-align-container {
  text-align: center
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 img.shogun-image,
  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
    width: 100%;
    height: auto;
  }



  img.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
    
    
  }


.s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shg-align-container {
  text-align: center
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 img.shogun-image,
  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
    width: 100%;
    height: auto;
  }



  img.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
    
    
  }


.s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shg-align-container {
  text-align: center
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 img.shogun-image,
  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
    width: 100%;
    height: auto;
  }



  img.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
    
    
  }


.s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shg-align-container {
  text-align: center
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 img.shogun-image,
  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eaac9f7d-306d-4e98-9825-ad497513a2e8 {
    width: 100%;
    height: auto;
  }



  img.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
    
    
  }


.s-eaac9f7d-306d-4e98-9825-ad497513a2e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shg-align-container {
  text-align: center
}

.s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaac9f7d-306d-4e98-9825-ad497513a2e8.shogun-image {
  box-sizing: border-box;
}


}
#s-e3706eb6-5e6b-4811-91e1-672afcbafaef {
  margin-bottom: 18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3706eb6-5e6b-4811-91e1-672afcbafaef .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b7008524-5944-4076-9338-704b969f983a {
  margin-left: 20%;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(251, 244, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b7008524-5944-4076-9338-704b969f983a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-b7008524-5944-4076-9338-704b969f983a {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-b7008524-5944-4076-9338-704b969f983a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7008524-5944-4076-9338-704b969f983a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-863ae36f-94c2-4517-8c5d-0ebe460c6603 {
  margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-863ae36f-94c2-4517-8c5d-0ebe460c6603 {
  display: none;
}
#s-863ae36f-94c2-4517-8c5d-0ebe460c6603, #wrap-s-863ae36f-94c2-4517-8c5d-0ebe460c6603 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-863ae36f-94c2-4517-8c5d-0ebe460c6603 {
  display: none;
}
#s-863ae36f-94c2-4517-8c5d-0ebe460c6603, #wrap-s-863ae36f-94c2-4517-8c5d-0ebe460c6603 { display:none !important; }}
#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 {
  margin-left: 9%;
margin-bottom: 38px;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 {
  display: none;
}
#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47, #wrap-s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 { display:none !important; }}@media (max-width: 767px){#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 {
  display: none;
}
#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47, #wrap-s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 { display:none !important; }}







#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50626fc5-2b1d-4de3-8bf3-037ec69f3a47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d389ea-0587-4d3f-9afb-e542b28cd175 {
  margin-top: 48px;
margin-left: 10%;
margin-bottom: 48px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81d389ea-0587-4d3f-9afb-e542b28cd175 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ef9dec8b-a9e1-4835-aed6-7aef53f40d70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

#s-d727ca43-d135-45db-a67f-8ed17422f603 {
  min-height: 50px;
background-repeat: no-repeat;
}








#s-d727ca43-d135-45db-a67f-8ed17422f603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d727ca43-d135-45db-a67f-8ed17422f603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
  max-width: 300px;
aspect-ratio: 508/520;
text-align: right;
}





  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec img.shogun-image,
  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
    width: 100%;
    height: auto;
  }



  img.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
    
    
  }


.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shogun-image-content {
  
    align-items: center;
  
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shg-align-container {
  text-align: right
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec img.shogun-image,
  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
    width: 100%;
    height: auto;
  }



  img.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
    
    
  }


.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shogun-image-content {
  
    align-items: center;
  
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shg-align-container {
  text-align: right
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec img.shogun-image,
  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
    width: 100%;
    height: auto;
  }



  img.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
    
    
  }


.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shogun-image-content {
  
    align-items: center;
  
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shg-align-container {
  text-align: right
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec img.shogun-image,
  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
    width: 100%;
    height: auto;
  }



  img.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
    
    
  }


.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shogun-image-content {
  
    align-items: center;
  
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shg-align-container {
  text-align: right
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
  box-sizing: border-box;
}


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



  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec img.shogun-image,
  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec {
    width: 100%;
    height: auto;
  }



  img.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
    
    
  }


.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec .shogun-image-content {
  
    align-items: center;
  
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shg-align-container {
  text-align: right
}

.s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9bd49f-e88d-4f69-a1c2-95a3de97b9ec.shogun-image {
  box-sizing: border-box;
}


}
#s-7750b5d5-0814-4d32-99ba-bc56f51d6992 {
  min-height: 50px;
}








#s-7750b5d5-0814-4d32-99ba-bc56f51d6992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7750b5d5-0814-4d32-99ba-bc56f51d6992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1826efcd-17e6-4cda-a509-6627348e5a5c {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 50%;
}

@media (min-width: 0px) {
[id="s-1826efcd-17e6-4cda-a509-6627348e5a5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1826efcd-17e6-4cda-a509-6627348e5a5c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1826efcd-17e6-4cda-a509-6627348e5a5c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1826efcd-17e6-4cda-a509-6627348e5a5c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 img.shogun-image,
  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
    width: 100%;
    height: auto;
  }



  img.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
    
    
  }


.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shg-align-container {
  text-align: center
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 img.shogun-image,
  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
    width: 100%;
    height: auto;
  }



  img.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
    
    
  }


.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shg-align-container {
  text-align: center
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 img.shogun-image,
  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
    width: 100%;
    height: auto;
  }



  img.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
    
    
  }


.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shg-align-container {
  text-align: center
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 img.shogun-image,
  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
    width: 100%;
    height: auto;
  }



  img.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
    
    
  }


.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shg-align-container {
  text-align: center
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 img.shogun-image,
  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 {
    width: 100%;
    height: auto;
  }



  img.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
    
    
  }


.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shg-align-container {
  text-align: center
}

.s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb38a2b2-8f90-4926-ad3f-27b6ee81e4d7.shogun-image {
  box-sizing: border-box;
}


}
#s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 img.shogun-image,
  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
    width: 100%;
    height: auto;
  }



  img.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
    
    
  }


.s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shg-align-container {
  text-align: center
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 img.shogun-image,
  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
    width: 100%;
    height: auto;
  }



  img.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
    
    
  }


.s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shg-align-container {
  text-align: center
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
  box-sizing: border-box;
}


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



  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 img.shogun-image,
  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
    width: 100%;
    height: auto;
  }



  img.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
    
    
  }


.s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shg-align-container {
  text-align: center
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
  box-sizing: border-box;
}


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



  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 img.shogun-image,
  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
    width: 100%;
    height: auto;
  }



  img.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
    
    
  }


.s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shg-align-container {
  text-align: center
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
  box-sizing: border-box;
}


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



  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 img.shogun-image,
  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5da668e0-74fb-4cb9-93e8-9caf10422864 {
    width: 100%;
    height: auto;
  }



  img.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
    
    
  }


.s-5da668e0-74fb-4cb9-93e8-9caf10422864 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shg-align-container {
  text-align: center
}

.s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da668e0-74fb-4cb9-93e8-9caf10422864.shogun-image {
  box-sizing: border-box;
}


}
#s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 img.shogun-image,
  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
    width: 100%;
    height: auto;
  }



  img.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
    
    
  }


.s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shg-align-container {
  text-align: center
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 img.shogun-image,
  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
    width: 100%;
    height: auto;
  }



  img.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
    
    
  }


.s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shg-align-container {
  text-align: center
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
  box-sizing: border-box;
}


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



  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 img.shogun-image,
  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
    width: 100%;
    height: auto;
  }



  img.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
    
    
  }


.s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shg-align-container {
  text-align: center
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
  box-sizing: border-box;
}


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



  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 img.shogun-image,
  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
    width: 100%;
    height: auto;
  }



  img.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
    
    
  }


.s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shg-align-container {
  text-align: center
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
  box-sizing: border-box;
}


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



  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 img.shogun-image,
  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043f2e42-69ad-4799-a33c-9d83c024bcd8 {
    width: 100%;
    height: auto;
  }



  img.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
    
    
  }


.s-043f2e42-69ad-4799-a33c-9d83c024bcd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shg-align-container {
  text-align: center
}

.s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043f2e42-69ad-4799-a33c-9d83c024bcd8.shogun-image {
  box-sizing: border-box;
}


}
#s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 img.shogun-image,
  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
    width: 100%;
    height: auto;
  }



  img.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
    
    
  }


.s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shg-align-container {
  text-align: center
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 img.shogun-image,
  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
    width: 100%;
    height: auto;
  }



  img.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
    
    
  }


.s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shg-align-container {
  text-align: center
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 img.shogun-image,
  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
    width: 100%;
    height: auto;
  }



  img.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
    
    
  }


.s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shg-align-container {
  text-align: center
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 img.shogun-image,
  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
    width: 100%;
    height: auto;
  }



  img.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
    
    
  }


.s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shg-align-container {
  text-align: center
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
  box-sizing: border-box;
}


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



  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 img.shogun-image,
  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1097ea3-558a-41f4-94f6-1e8d608a7651 {
    width: 100%;
    height: auto;
  }



  img.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
    
    
  }


.s-c1097ea3-558a-41f4-94f6-1e8d608a7651 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shg-align-container {
  text-align: center
}

.s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1097ea3-558a-41f4-94f6-1e8d608a7651.shogun-image {
  box-sizing: border-box;
}


}
#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 img.shogun-image,
  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
    width: 100%;
    height: auto;
  }



  img.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
    
    
  }


.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shg-align-container {
  text-align: center
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 img.shogun-image,
  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
    width: 100%;
    height: auto;
  }



  img.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
    
    
  }


.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shg-align-container {
  text-align: center
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 img.shogun-image,
  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
    width: 100%;
    height: auto;
  }



  img.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
    
    
  }


.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shg-align-container {
  text-align: center
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 img.shogun-image,
  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
    width: 100%;
    height: auto;
  }



  img.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
    
    
  }


.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shg-align-container {
  text-align: center
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
  box-sizing: border-box;
}


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



  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 img.shogun-image,
  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 {
    width: 100%;
    height: auto;
  }



  img.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
    
    
  }


.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shg-align-container {
  text-align: center
}

.s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2892c6-be17-4d2d-a216-c3f6bf7761f5.shogun-image {
  box-sizing: border-box;
}


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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b {
  margin-top: 22px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 148, 40, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(251, 170, 30, 1);
text-align: left;
text-decoration: none;
color: rgba(58, 41, 29, 1);
background-image: none;
hover-type: color;
}
#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b:hover {background-color: rgba(249, 157, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(47, 35, 24, 1) !important;}#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b:active {background-color: rgba(247, 148, 29, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 32, 21, 1) !important;}

  #s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b-root {
    text-align: left;
  }


#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b-root {
    text-align: left;
  }


#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b-root {
    text-align: left;
  }


#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b-root {
    text-align: left;
  }


#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b-root {
    text-align: left;
  }


#s-a48c4fa1-cd35-4b00-8d3c-e0e097115d5b.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}
#s-c096add6-1c25-424f-b303-9596f0d2e8f3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c096add6-1c25-424f-b303-9596f0d2e8f3 {
  display: none;
}
#s-c096add6-1c25-424f-b303-9596f0d2e8f3, #wrap-s-c096add6-1c25-424f-b303-9596f0d2e8f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c096add6-1c25-424f-b303-9596f0d2e8f3 {
  display: none;
}
#s-c096add6-1c25-424f-b303-9596f0d2e8f3, #wrap-s-c096add6-1c25-424f-b303-9596f0d2e8f3 { display:none !important; }}







#s-c096add6-1c25-424f-b303-9596f0d2e8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c096add6-1c25-424f-b303-9596f0d2e8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-693d8035-4875-41e5-bf1b-933402b81023 {
  margin-top: 19px;
margin-bottom: 24px;
max-width: 350px;
aspect-ratio: 624/239;
text-align: center;
}





  #s-693d8035-4875-41e5-bf1b-933402b81023 img.shogun-image,
  #s-693d8035-4875-41e5-bf1b-933402b81023 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-693d8035-4875-41e5-bf1b-933402b81023 {
    width: 100%;
    height: auto;
  }



  img.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
    
    
  }


.s-693d8035-4875-41e5-bf1b-933402b81023 .shogun-image-content {
  
    align-items: center;
  
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shg-align-container {
  text-align: center
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-693d8035-4875-41e5-bf1b-933402b81023 img.shogun-image,
  #s-693d8035-4875-41e5-bf1b-933402b81023 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-693d8035-4875-41e5-bf1b-933402b81023 {
    width: 100%;
    height: auto;
  }



  img.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
    
    
  }


.s-693d8035-4875-41e5-bf1b-933402b81023 .shogun-image-content {
  
    align-items: center;
  
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shg-align-container {
  text-align: center
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
  box-sizing: border-box;
}


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



  #s-693d8035-4875-41e5-bf1b-933402b81023 img.shogun-image,
  #s-693d8035-4875-41e5-bf1b-933402b81023 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-693d8035-4875-41e5-bf1b-933402b81023 {
    width: 100%;
    height: auto;
  }



  img.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
    
    
  }


.s-693d8035-4875-41e5-bf1b-933402b81023 .shogun-image-content {
  
    align-items: center;
  
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shg-align-container {
  text-align: center
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
  box-sizing: border-box;
}


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



  #s-693d8035-4875-41e5-bf1b-933402b81023 img.shogun-image,
  #s-693d8035-4875-41e5-bf1b-933402b81023 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-693d8035-4875-41e5-bf1b-933402b81023 {
    width: 100%;
    height: auto;
  }



  img.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
    
    
  }


.s-693d8035-4875-41e5-bf1b-933402b81023 .shogun-image-content {
  
    align-items: center;
  
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shg-align-container {
  text-align: center
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
  box-sizing: border-box;
}


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



  #s-693d8035-4875-41e5-bf1b-933402b81023 img.shogun-image,
  #s-693d8035-4875-41e5-bf1b-933402b81023 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-693d8035-4875-41e5-bf1b-933402b81023 {
    width: 100%;
    height: auto;
  }



  img.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
    
    
  }


.s-693d8035-4875-41e5-bf1b-933402b81023 .shogun-image-content {
  
    align-items: center;
  
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shg-align-container {
  text-align: center
}

.s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693d8035-4875-41e5-bf1b-933402b81023.shogun-image {
  box-sizing: border-box;
}


}
#s-def00ab3-da98-4815-aa17-8f459f57de4b {
  margin-bottom: 26px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-def00ab3-da98-4815-aa17-8f459f57de4b .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-02623f15-a54f-473f-85f6-83c03ec475b3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f8e28769-470e-470a-adad-1f8c1a5c211a {
  margin-top: 18px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f8e28769-470e-470a-adad-1f8c1a5c211a"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f8e28769-470e-470a-adad-1f8c1a5c211a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8e28769-470e-470a-adad-1f8c1a5c211a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8e28769-470e-470a-adad-1f8c1a5c211a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 img.shogun-image,
  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
    width: 100%;
    height: auto;
  }



  img.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
    
    
  }


.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shg-align-container {
  text-align: center
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 img.shogun-image,
  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
    width: 100%;
    height: auto;
  }



  img.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
    
    
  }


.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shg-align-container {
  text-align: center
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
  box-sizing: border-box;
}


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



  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 img.shogun-image,
  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
    width: 100%;
    height: auto;
  }



  img.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
    
    
  }


.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shg-align-container {
  text-align: center
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
  box-sizing: border-box;
}


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



  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 img.shogun-image,
  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
    width: 100%;
    height: auto;
  }



  img.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
    
    
  }


.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shg-align-container {
  text-align: center
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
  box-sizing: border-box;
}


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



  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 img.shogun-image,
  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 {
    width: 100%;
    height: auto;
  }



  img.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
    
    
  }


.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shg-align-container {
  text-align: center
}

.s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57d6fe6-6465-4755-be77-a4d60fbf5c21.shogun-image {
  box-sizing: border-box;
}


}
#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a img.shogun-image,
  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
    width: 100%;
    height: auto;
  }



  img.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
    
    
  }


.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shogun-image-content {
  
    align-items: center;
  
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shg-align-container {
  text-align: center
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a img.shogun-image,
  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
    width: 100%;
    height: auto;
  }



  img.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
    
    
  }


.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shogun-image-content {
  
    align-items: center;
  
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shg-align-container {
  text-align: center
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
  box-sizing: border-box;
}


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



  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a img.shogun-image,
  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
    width: 100%;
    height: auto;
  }



  img.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
    
    
  }


.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shogun-image-content {
  
    align-items: center;
  
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shg-align-container {
  text-align: center
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
  box-sizing: border-box;
}


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



  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a img.shogun-image,
  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
    width: 100%;
    height: auto;
  }



  img.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
    
    
  }


.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shogun-image-content {
  
    align-items: center;
  
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shg-align-container {
  text-align: center
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
  box-sizing: border-box;
}


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



  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a img.shogun-image,
  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16bbf81b-87b9-4df0-9565-58465c0bbf1a {
    width: 100%;
    height: auto;
  }



  img.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
    
    
  }


.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a .shogun-image-content {
  
    align-items: center;
  
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shg-align-container {
  text-align: center
}

.s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bbf81b-87b9-4df0-9565-58465c0bbf1a.shogun-image {
  box-sizing: border-box;
}


}
#s-93220421-8275-42d4-b512-663ba60a7355 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-93220421-8275-42d4-b512-663ba60a7355 img.shogun-image,
  #s-93220421-8275-42d4-b512-663ba60a7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93220421-8275-42d4-b512-663ba60a7355 {
    width: 100%;
    height: auto;
  }



  img.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
    
    
  }


.s-93220421-8275-42d4-b512-663ba60a7355 .shogun-image-content {
  
    align-items: center;
  
}

.s-93220421-8275-42d4-b512-663ba60a7355.shg-align-container {
  text-align: center
}

.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-93220421-8275-42d4-b512-663ba60a7355 img.shogun-image,
  #s-93220421-8275-42d4-b512-663ba60a7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93220421-8275-42d4-b512-663ba60a7355 {
    width: 100%;
    height: auto;
  }



  img.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
    
    
  }


.s-93220421-8275-42d4-b512-663ba60a7355 .shogun-image-content {
  
    align-items: center;
  
}

.s-93220421-8275-42d4-b512-663ba60a7355.shg-align-container {
  text-align: center
}

.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
  box-sizing: border-box;
}


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



  #s-93220421-8275-42d4-b512-663ba60a7355 img.shogun-image,
  #s-93220421-8275-42d4-b512-663ba60a7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93220421-8275-42d4-b512-663ba60a7355 {
    width: 100%;
    height: auto;
  }



  img.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
    
    
  }


.s-93220421-8275-42d4-b512-663ba60a7355 .shogun-image-content {
  
    align-items: center;
  
}

.s-93220421-8275-42d4-b512-663ba60a7355.shg-align-container {
  text-align: center
}

.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
  box-sizing: border-box;
}


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



  #s-93220421-8275-42d4-b512-663ba60a7355 img.shogun-image,
  #s-93220421-8275-42d4-b512-663ba60a7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93220421-8275-42d4-b512-663ba60a7355 {
    width: 100%;
    height: auto;
  }



  img.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
    
    
  }


.s-93220421-8275-42d4-b512-663ba60a7355 .shogun-image-content {
  
    align-items: center;
  
}

.s-93220421-8275-42d4-b512-663ba60a7355.shg-align-container {
  text-align: center
}

.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
  box-sizing: border-box;
}


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



  #s-93220421-8275-42d4-b512-663ba60a7355 img.shogun-image,
  #s-93220421-8275-42d4-b512-663ba60a7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93220421-8275-42d4-b512-663ba60a7355 {
    width: 100%;
    height: auto;
  }



  img.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
    
    
  }


.s-93220421-8275-42d4-b512-663ba60a7355 .shogun-image-content {
  
    align-items: center;
  
}

.s-93220421-8275-42d4-b512-663ba60a7355.shg-align-container {
  text-align: center
}

.s-93220421-8275-42d4-b512-663ba60a7355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93220421-8275-42d4-b512-663ba60a7355.shogun-image {
  box-sizing: border-box;
}


}
#s-c339fa07-c825-43bb-b577-1bea073206b8 {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c339fa07-c825-43bb-b577-1bea073206b8 img.shogun-image,
  #s-c339fa07-c825-43bb-b577-1bea073206b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c339fa07-c825-43bb-b577-1bea073206b8 {
    width: 100%;
    height: auto;
  }



  img.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
    
    
  }


.s-c339fa07-c825-43bb-b577-1bea073206b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shg-align-container {
  text-align: center
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c339fa07-c825-43bb-b577-1bea073206b8 img.shogun-image,
  #s-c339fa07-c825-43bb-b577-1bea073206b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c339fa07-c825-43bb-b577-1bea073206b8 {
    width: 100%;
    height: auto;
  }



  img.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
    
    
  }


.s-c339fa07-c825-43bb-b577-1bea073206b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shg-align-container {
  text-align: center
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c339fa07-c825-43bb-b577-1bea073206b8 img.shogun-image,
  #s-c339fa07-c825-43bb-b577-1bea073206b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c339fa07-c825-43bb-b577-1bea073206b8 {
    width: 100%;
    height: auto;
  }



  img.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
    
    
  }


.s-c339fa07-c825-43bb-b577-1bea073206b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shg-align-container {
  text-align: center
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c339fa07-c825-43bb-b577-1bea073206b8 img.shogun-image,
  #s-c339fa07-c825-43bb-b577-1bea073206b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c339fa07-c825-43bb-b577-1bea073206b8 {
    width: 100%;
    height: auto;
  }



  img.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
    
    
  }


.s-c339fa07-c825-43bb-b577-1bea073206b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shg-align-container {
  text-align: center
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c339fa07-c825-43bb-b577-1bea073206b8 img.shogun-image,
  #s-c339fa07-c825-43bb-b577-1bea073206b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c339fa07-c825-43bb-b577-1bea073206b8 {
    width: 100%;
    height: auto;
  }



  img.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
    
    
  }


.s-c339fa07-c825-43bb-b577-1bea073206b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shg-align-container {
  text-align: center
}

.s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c339fa07-c825-43bb-b577-1bea073206b8.shogun-image {
  box-sizing: border-box;
}


}
#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
  max-width: 110px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e img.shogun-image,
  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
    width: 100%;
    height: auto;
  }



  img.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
    
    
  }


.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shogun-image-content {
  
    align-items: center;
  
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shg-align-container {
  text-align: center
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e img.shogun-image,
  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
    width: 100%;
    height: auto;
  }



  img.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
    
    
  }


.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shogun-image-content {
  
    align-items: center;
  
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shg-align-container {
  text-align: center
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e img.shogun-image,
  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
    width: 100%;
    height: auto;
  }



  img.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
    
    
  }


.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shogun-image-content {
  
    align-items: center;
  
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shg-align-container {
  text-align: center
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e img.shogun-image,
  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
    width: 100%;
    height: auto;
  }



  img.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
    
    
  }


.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shogun-image-content {
  
    align-items: center;
  
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shg-align-container {
  text-align: center
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
  box-sizing: border-box;
}


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



  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e img.shogun-image,
  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d671260f-df3b-4c84-b2e2-9ff20ce5468e {
    width: 100%;
    height: auto;
  }



  img.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
    
    
  }


.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e .shogun-image-content {
  
    align-items: center;
  
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shg-align-container {
  text-align: center
}

.s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d671260f-df3b-4c84-b2e2-9ff20ce5468e.shogun-image {
  box-sizing: border-box;
}


}
#s-8c0475d9-a305-42e5-a634-c1c231a85897 {
  margin-top: 18px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 148, 40, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(251, 170, 30, 1);
text-align: center;
text-decoration: none;
color: rgba(58, 41, 29, 1);
background-image: none;
hover-type: color;
}
#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc:hover {background-color: rgba(249, 157, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(47, 35, 24, 1) !important;}#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc:active {background-color: rgba(247, 148, 29, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 32, 21, 1) !important;}

  #s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc-root {
    text-align: center;
  }


#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc-root {
    text-align: center;
  }


#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc-root {
    text-align: center;
  }


#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc-root {
    text-align: center;
  }


#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc-root {
    text-align: center;
  }


#s-6a3bc47c-7feb-4fab-9eef-6a7c9cef6bfc.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}
#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 {
  display: none;
}
#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587, #wrap-s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 {
  display: none;
}
#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587, #wrap-s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 { display:none !important; }}







#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3761b68f-b4d4-4bf9-9558-bba2c71d9587.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  display: none;
}
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138, #wrap-s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 { display:none !important; }}@media (max-width: 767px){#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  display: none;
}
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138, #wrap-s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 { display:none !important; }}
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 {
  background-image: url(https://i.shgcdn.com/ba68fc30-93ed-4ec8-af37-44843fda160f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc24dc5-d82e-4bde-97c5-1903c0c0d138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0c3cf63-e07f-4ee9-82f3-9b4e8910ecad {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(251, 244, 237, 1);
}








#s-c0c3cf63-e07f-4ee9-82f3-9b4e8910ecad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c3cf63-e07f-4ee9-82f3-9b4e8910ecad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c7359af-ed21-46dd-a267-06ca192e4053 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3c7359af-ed21-46dd-a267-06ca192e4053 {
  margin-left: 5%;
margin-bottom: 21px;
margin-right: 5%;
}
}
#s-3c7359af-ed21-46dd-a267-06ca192e4053 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-abda76a7-b4f5-4ebb-9217-8d82f15e54f3 {
  margin-left: 25%;
margin-bottom: 41px;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-abda76a7-b4f5-4ebb-9217-8d82f15e54f3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-abda76a7-b4f5-4ebb-9217-8d82f15e54f3 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
#s-03eea180-1c95-4483-b809-62eb1858e9d3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-03eea180-1c95-4483-b809-62eb1858e9d3 {
  display: none;
}
#s-03eea180-1c95-4483-b809-62eb1858e9d3, #wrap-s-03eea180-1c95-4483-b809-62eb1858e9d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03eea180-1c95-4483-b809-62eb1858e9d3 {
  display: none;
}
#s-03eea180-1c95-4483-b809-62eb1858e9d3, #wrap-s-03eea180-1c95-4483-b809-62eb1858e9d3 { display:none !important; }}







#s-03eea180-1c95-4483-b809-62eb1858e9d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03eea180-1c95-4483-b809-62eb1858e9d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37b4da32-bbd6-4467-8fba-dc4901c42c06 {
  margin-top: 38px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-37b4da32-bbd6-4467-8fba-dc4901c42c06 {
  display: none;
}
#s-37b4da32-bbd6-4467-8fba-dc4901c42c06, #wrap-s-37b4da32-bbd6-4467-8fba-dc4901c42c06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37b4da32-bbd6-4467-8fba-dc4901c42c06 {
  display: none;
}
#s-37b4da32-bbd6-4467-8fba-dc4901c42c06, #wrap-s-37b4da32-bbd6-4467-8fba-dc4901c42c06 { display:none !important; }}







#s-37b4da32-bbd6-4467-8fba-dc4901c42c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b4da32-bbd6-4467-8fba-dc4901c42c06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/94;
text-align: center;
}





  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 img.shogun-image,
  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
    width: 100%;
    height: auto;
  }



  img.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
    
    
  }


.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shg-align-container {
  text-align: center
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 img.shogun-image,
  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
    width: 100%;
    height: auto;
  }



  img.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
    
    
  }


.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shg-align-container {
  text-align: center
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 img.shogun-image,
  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
    width: 100%;
    height: auto;
  }



  img.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
    
    
  }


.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shg-align-container {
  text-align: center
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 img.shogun-image,
  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
    width: 100%;
    height: auto;
  }



  img.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
    
    
  }


.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shg-align-container {
  text-align: center
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 img.shogun-image,
  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 {
    width: 100%;
    height: auto;
  }



  img.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
    
    
  }


.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shg-align-container {
  text-align: center
}

.s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef545ae2-e4ba-43b2-9403-a6d28dca2a14.shogun-image {
  box-sizing: border-box;
}


}
#s-1e7f4464-41c6-4940-b1ef-98b93bd0732d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e7f4464-41c6-4940-b1ef-98b93bd0732d .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e {
  margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e {
  display: none;
}
#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e, #wrap-s-be25fb44-efce-48ce-b480-d2d2dc98ee8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e {
  display: none;
}
#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e, #wrap-s-be25fb44-efce-48ce-b480-d2d2dc98ee8e { display:none !important; }}







#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be25fb44-efce-48ce-b480-d2d2dc98ee8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/93;
text-align: center;
}





  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba img.shogun-image,
  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
    width: 100%;
    height: auto;
  }



  img.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
    
    
  }


.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shogun-image-content {
  
    align-items: center;
  
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shg-align-container {
  text-align: center
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba img.shogun-image,
  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
    width: 100%;
    height: auto;
  }



  img.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
    
    
  }


.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shogun-image-content {
  
    align-items: center;
  
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shg-align-container {
  text-align: center
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba img.shogun-image,
  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
    width: 100%;
    height: auto;
  }



  img.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
    
    
  }


.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shogun-image-content {
  
    align-items: center;
  
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shg-align-container {
  text-align: center
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba img.shogun-image,
  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
    width: 100%;
    height: auto;
  }



  img.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
    
    
  }


.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shogun-image-content {
  
    align-items: center;
  
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shg-align-container {
  text-align: center
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba img.shogun-image,
  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba {
    width: 100%;
    height: auto;
  }



  img.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
    
    
  }


.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba .shogun-image-content {
  
    align-items: center;
  
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shg-align-container {
  text-align: center
}

.s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a6c4639-71b0-4163-b9dc-dcfd31d680ba.shogun-image {
  box-sizing: border-box;
}


}
#s-449e5449-7cf8-4efc-95d5-1cdd91f52ec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-449e5449-7cf8-4efc-95d5-1cdd91f52ec6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 {
  margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 {
  display: none;
}
#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7, #wrap-s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 {
  display: none;
}
#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7, #wrap-s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 { display:none !important; }}







#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68c6c38-ab53-4ae9-b405-0c3197ac3fc7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/94;
text-align: center;
}





  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 img.shogun-image,
  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
    width: 100%;
    height: auto;
  }



  img.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
    
    
  }


.s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shogun-image-content {
  
    align-items: center;
  
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shg-align-container {
  text-align: center
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 img.shogun-image,
  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
    width: 100%;
    height: auto;
  }



  img.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
    
    
  }


.s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shogun-image-content {
  
    align-items: center;
  
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shg-align-container {
  text-align: center
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
  box-sizing: border-box;
}


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



  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 img.shogun-image,
  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
    width: 100%;
    height: auto;
  }



  img.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
    
    
  }


.s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shogun-image-content {
  
    align-items: center;
  
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shg-align-container {
  text-align: center
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
  box-sizing: border-box;
}


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



  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 img.shogun-image,
  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
    width: 100%;
    height: auto;
  }



  img.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
    
    
  }


.s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shogun-image-content {
  
    align-items: center;
  
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shg-align-container {
  text-align: center
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
  box-sizing: border-box;
}


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



  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 img.shogun-image,
  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983795d3-96fa-4cb9-b15b-9508d75b2849 {
    width: 100%;
    height: auto;
  }



  img.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
    
    
  }


.s-983795d3-96fa-4cb9-b15b-9508d75b2849 .shogun-image-content {
  
    align-items: center;
  
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shg-align-container {
  text-align: center
}

.s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983795d3-96fa-4cb9-b15b-9508d75b2849.shogun-image {
  box-sizing: border-box;
}


}
#s-71341151-1a6b-41e5-adbc-b387f11b7e40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71341151-1a6b-41e5-adbc-b387f11b7e40 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-e47908b9-8612-4334-b62d-838ddc48294d {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-e47908b9-8612-4334-b62d-838ddc48294d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e47908b9-8612-4334-b62d-838ddc48294d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e47908b9-8612-4334-b62d-838ddc48294d {
  display: none;
}
#s-e47908b9-8612-4334-b62d-838ddc48294d, #wrap-s-e47908b9-8612-4334-b62d-838ddc48294d { display:none !important; }}@media (max-width: 767px){#s-e47908b9-8612-4334-b62d-838ddc48294d {
  display: none;
}
#s-e47908b9-8612-4334-b62d-838ddc48294d, #wrap-s-e47908b9-8612-4334-b62d-838ddc48294d { display:none !important; }}
@media (min-width: 0px) {
[id="s-e47908b9-8612-4334-b62d-838ddc48294d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e47908b9-8612-4334-b62d-838ddc48294d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e47908b9-8612-4334-b62d-838ddc48294d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e47908b9-8612-4334-b62d-838ddc48294d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd2de945-2996-4d5b-b0cb-4f85949ec407 {
  min-height: 50px;
}
@media (max-width: 767px){#s-dd2de945-2996-4d5b-b0cb-4f85949ec407 {
  display: none;
}
#s-dd2de945-2996-4d5b-b0cb-4f85949ec407, #wrap-s-dd2de945-2996-4d5b-b0cb-4f85949ec407 { display:none !important; }}







#s-dd2de945-2996-4d5b-b0cb-4f85949ec407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd2de945-2996-4d5b-b0cb-4f85949ec407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1eddc8c9-b1a0-4af9-8bbe-8afc96adfe6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.5px);
}

}








#s-6db12669-48e8-4811-ad9e-88beff546d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db12669-48e8-4811-ad9e-88beff546d51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8853507-4411-45be-ac69-b4268c19816c {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/94;
text-align: right;
}





  #s-a8853507-4411-45be-ac69-b4268c19816c img.shogun-image,
  #s-a8853507-4411-45be-ac69-b4268c19816c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8853507-4411-45be-ac69-b4268c19816c {
    width: 100%;
    height: auto;
  }



  img.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
    
    
  }


.s-a8853507-4411-45be-ac69-b4268c19816c .shogun-image-content {
  
    align-items: center;
  
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shg-align-container {
  text-align: right
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a8853507-4411-45be-ac69-b4268c19816c img.shogun-image,
  #s-a8853507-4411-45be-ac69-b4268c19816c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8853507-4411-45be-ac69-b4268c19816c {
    width: 100%;
    height: auto;
  }



  img.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
    
    
  }


.s-a8853507-4411-45be-ac69-b4268c19816c .shogun-image-content {
  
    align-items: center;
  
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shg-align-container {
  text-align: right
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a8853507-4411-45be-ac69-b4268c19816c img.shogun-image,
  #s-a8853507-4411-45be-ac69-b4268c19816c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8853507-4411-45be-ac69-b4268c19816c {
    width: 100%;
    height: auto;
  }



  img.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
    
    
  }


.s-a8853507-4411-45be-ac69-b4268c19816c .shogun-image-content {
  
    align-items: center;
  
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shg-align-container {
  text-align: right
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a8853507-4411-45be-ac69-b4268c19816c img.shogun-image,
  #s-a8853507-4411-45be-ac69-b4268c19816c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8853507-4411-45be-ac69-b4268c19816c {
    width: 100%;
    height: auto;
  }



  img.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
    
    
  }


.s-a8853507-4411-45be-ac69-b4268c19816c .shogun-image-content {
  
    align-items: center;
  
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shg-align-container {
  text-align: right
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
  box-sizing: border-box;
}


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



  #s-a8853507-4411-45be-ac69-b4268c19816c img.shogun-image,
  #s-a8853507-4411-45be-ac69-b4268c19816c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8853507-4411-45be-ac69-b4268c19816c {
    width: 100%;
    height: auto;
  }



  img.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
    
    
  }


.s-a8853507-4411-45be-ac69-b4268c19816c .shogun-image-content {
  
    align-items: center;
  
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shg-align-container {
  text-align: right
}

.s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8853507-4411-45be-ac69-b4268c19816c.shogun-image {
  box-sizing: border-box;
}


}







#s-518cc0c9-7b98-455d-b900-b3532080e141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-518cc0c9-7b98-455d-b900-b3532080e141.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfa43240-3117-434a-a07e-9ef4f2d4e5d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bfa43240-3117-434a-a07e-9ef4f2d4e5d5 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1ba2a60c-5809-44d1-8512-f34ed73493e0 {
  margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-1ba2a60c-5809-44d1-8512-f34ed73493e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.5px);
}

}








#s-721e7060-01e7-4df1-ba59-73f03e209e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-721e7060-01e7-4df1-ba59-73f03e209e61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/93;
text-align: right;
}





  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba img.shogun-image,
  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
    width: 100%;
    height: auto;
  }



  img.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
    
    
  }


.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shogun-image-content {
  
    align-items: center;
  
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shg-align-container {
  text-align: right
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba img.shogun-image,
  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
    width: 100%;
    height: auto;
  }



  img.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
    
    
  }


.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shogun-image-content {
  
    align-items: center;
  
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shg-align-container {
  text-align: right
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba img.shogun-image,
  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
    width: 100%;
    height: auto;
  }



  img.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
    
    
  }


.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shogun-image-content {
  
    align-items: center;
  
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shg-align-container {
  text-align: right
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba img.shogun-image,
  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
    width: 100%;
    height: auto;
  }



  img.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
    
    
  }


.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shogun-image-content {
  
    align-items: center;
  
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shg-align-container {
  text-align: right
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
  box-sizing: border-box;
}


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



  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba img.shogun-image,
  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9240a8fc-0994-48fb-8d82-8a097f1d42ba {
    width: 100%;
    height: auto;
  }



  img.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
    
    
  }


.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba .shogun-image-content {
  
    align-items: center;
  
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shg-align-container {
  text-align: right
}

.s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9240a8fc-0994-48fb-8d82-8a097f1d42ba.shogun-image {
  box-sizing: border-box;
}


}







#s-877ce48e-83db-4426-9f68-0cbecf0fe89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-877ce48e-83db-4426-9f68-0cbecf0fe89f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6fd94591-1dd1-465a-8e6c-5a4b0c30eb4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fd94591-1dd1-465a-8e6c-5a4b0c30eb4c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ed451619-efba-41dc-8c9d-94d1eb513e3d {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.5px);
}

}

@media (min-width: 768px) {
[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

[id="s-ed451619-efba-41dc-8c9d-94d1eb513e3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 4.5px);
}

}

#s-06d09836-10f6-4a7f-ba58-882d791809a3 {
  margin-top: 9px;
max-width: 45px;
aspect-ratio: 90/94;
text-align: right;
}





  #s-06d09836-10f6-4a7f-ba58-882d791809a3 img.shogun-image,
  #s-06d09836-10f6-4a7f-ba58-882d791809a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06d09836-10f6-4a7f-ba58-882d791809a3 {
    width: 100%;
    height: auto;
  }



  img.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
    
    
  }


.s-06d09836-10f6-4a7f-ba58-882d791809a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shg-align-container {
  text-align: right
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-06d09836-10f6-4a7f-ba58-882d791809a3 img.shogun-image,
  #s-06d09836-10f6-4a7f-ba58-882d791809a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06d09836-10f6-4a7f-ba58-882d791809a3 {
    width: 100%;
    height: auto;
  }



  img.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
    
    
  }


.s-06d09836-10f6-4a7f-ba58-882d791809a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shg-align-container {
  text-align: right
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-06d09836-10f6-4a7f-ba58-882d791809a3 img.shogun-image,
  #s-06d09836-10f6-4a7f-ba58-882d791809a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06d09836-10f6-4a7f-ba58-882d791809a3 {
    width: 100%;
    height: auto;
  }



  img.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
    
    
  }


.s-06d09836-10f6-4a7f-ba58-882d791809a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shg-align-container {
  text-align: right
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-06d09836-10f6-4a7f-ba58-882d791809a3 img.shogun-image,
  #s-06d09836-10f6-4a7f-ba58-882d791809a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06d09836-10f6-4a7f-ba58-882d791809a3 {
    width: 100%;
    height: auto;
  }



  img.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
    
    
  }


.s-06d09836-10f6-4a7f-ba58-882d791809a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shg-align-container {
  text-align: right
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-06d09836-10f6-4a7f-ba58-882d791809a3 img.shogun-image,
  #s-06d09836-10f6-4a7f-ba58-882d791809a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06d09836-10f6-4a7f-ba58-882d791809a3 {
    width: 100%;
    height: auto;
  }



  img.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
    
    
  }


.s-06d09836-10f6-4a7f-ba58-882d791809a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shg-align-container {
  text-align: right
}

.s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d09836-10f6-4a7f-ba58-882d791809a3.shogun-image {
  box-sizing: border-box;
}


}
#s-08e940ad-807f-401b-9727-91c64e364dca {
  min-height: 0px;
}








#s-08e940ad-807f-401b-9727-91c64e364dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e940ad-807f-401b-9727-91c64e364dca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f93d2b07-6d9c-41b5-91ac-31c954862055 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f93d2b07-6d9c-41b5-91ac-31c954862055 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-dbf1e152-fb5e-4b27-9290-49ca8c83d4ac {
  min-height: 50px;
}








#s-dbf1e152-fb5e-4b27-9290-49ca8c83d4ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbf1e152-fb5e-4b27-9290-49ca8c83d4ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
  margin-right: 5%;
max-width: 400px;
aspect-ratio: 578/445;
text-align: center;
}





  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c img.shogun-image,
  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
    width: 100%;
    height: auto;
  }



  img.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
    
    
  }


.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shogun-image-content {
  
    align-items: center;
  
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shg-align-container {
  text-align: center
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c img.shogun-image,
  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
    width: 100%;
    height: auto;
  }



  img.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
    
    
  }


.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shogun-image-content {
  
    align-items: center;
  
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shg-align-container {
  text-align: center
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c img.shogun-image,
  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
    width: 100%;
    height: auto;
  }



  img.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
    
    
  }


.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shogun-image-content {
  
    align-items: center;
  
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shg-align-container {
  text-align: center
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c img.shogun-image,
  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
    width: 100%;
    height: auto;
  }



  img.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
    
    
  }


.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shogun-image-content {
  
    align-items: center;
  
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shg-align-container {
  text-align: center
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
  box-sizing: border-box;
}


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



  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c img.shogun-image,
  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c {
    width: 100%;
    height: auto;
  }



  img.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
    
    
  }


.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c .shogun-image-content {
  
    align-items: center;
  
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shg-align-container {
  text-align: center
}

.s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f707eb32-8a62-4c83-a65a-8c0f11cbb82c.shogun-image {
  box-sizing: border-box;
}


}
#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
  margin-left: 5%;
margin-right: 5%;
max-width: 300px;
aspect-ratio: 448/344;
text-align: center;
}
@media (min-width: 1200px){#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
  display: none;
}
#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db, #wrap-s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
  display: none;
}
#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db, #wrap-s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db { display:none !important; }}




  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db img.shogun-image,
  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
    width: 100%;
    height: auto;
  }




.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shogun-image-content {
  
    align-items: center;
  
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shg-align-container {
  text-align: center
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db img.shogun-image,
  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
    width: 100%;
    height: auto;
  }




.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shogun-image-content {
  
    align-items: center;
  
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shg-align-container {
  text-align: center
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image {
  box-sizing: border-box;
}


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



  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db img.shogun-image,
  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
    width: 100%;
    height: auto;
  }




.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shogun-image-content {
  
    align-items: center;
  
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shg-align-container {
  text-align: center
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image {
  box-sizing: border-box;
}


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



  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db img.shogun-image,
  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
    width: 100%;
    height: auto;
  }




.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shogun-image-content {
  
    align-items: center;
  
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shg-align-container {
  text-align: center
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image {
  box-sizing: border-box;
}


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



  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db img.shogun-image,
  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db {
    width: 100%;
    height: auto;
  }




.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db .shogun-image-content {
  
    align-items: center;
  
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shg-align-container {
  text-align: center
}

.s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a84b3d-40dc-40c1-8e50-8f6c0dc9e0db.shogun-image {
  box-sizing: border-box;
}


}
#s-467e2d63-5e19-407a-9f80-366ff8414cf8 {
  margin-top: 74px;
margin-left: 25%;
margin-bottom: 34px;
margin-right: 25%;
}
@media (max-width: 767px){#s-467e2d63-5e19-407a-9f80-366ff8414cf8 {
  margin-top: 40px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 148, 40, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(251, 170, 30, 1);
text-align: center;
text-decoration: none;
color: rgba(58, 41, 29, 1);
background-image: none;
hover-type: color;
}
#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f:hover {background-color: rgba(249, 157, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(47, 35, 24, 1) !important;}#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f:active {background-color: rgba(247, 148, 29, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 32, 21, 1) !important;}@media (min-width: 1200px){#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f {
  display: none;
}
#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f, #wrap-s-07501791-4878-45e0-bd73-9d7bc3aa4d3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f {
  display: none;
}
#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f, #wrap-s-07501791-4878-45e0-bd73-9d7bc3aa4d3f { display:none !important; }}

  #s-07501791-4878-45e0-bd73-9d7bc3aa4d3f-root {
    text-align: center;
  }


#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07501791-4878-45e0-bd73-9d7bc3aa4d3f-root {
    text-align: center;
  }


#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07501791-4878-45e0-bd73-9d7bc3aa4d3f-root {
    text-align: center;
  }


#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07501791-4878-45e0-bd73-9d7bc3aa4d3f-root {
    text-align: center;
  }


#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07501791-4878-45e0-bd73-9d7bc3aa4d3f-root {
    text-align: center;
  }


#s-07501791-4878-45e0-bd73-9d7bc3aa4d3f.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  inline-block ;
}
}
#s-25e1afe3-7ad9-43e4-82d5-165194e767d6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 0px;
max-width: 750px;
background-color: rgba(251, 170, 30, 1);
text-align: center;
text-decoration: none;
color: rgba(58, 41, 29, 1);
background-image: none;
hover-type: color;
}
#s-25e1afe3-7ad9-43e4-82d5-165194e767d6:hover {background-color: rgba(249, 157, 28, 1) !important;
text-decoration: none !important;
color: rgba(47, 35, 24, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25e1afe3-7ad9-43e4-82d5-165194e767d6:active {background-color: rgba(247, 148, 29, 1) !important;
text-decoration: none !important;
color: rgba(40, 32, 21, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-25e1afe3-7ad9-43e4-82d5-165194e767d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25e1afe3-7ad9-43e4-82d5-165194e767d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25e1afe3-7ad9-43e4-82d5-165194e767d6 {
  display: none;
}
#s-25e1afe3-7ad9-43e4-82d5-165194e767d6, #wrap-s-25e1afe3-7ad9-43e4-82d5-165194e767d6 { display:none !important; }}@media (max-width: 767px){#s-25e1afe3-7ad9-43e4-82d5-165194e767d6 {
  display: none;
}
#s-25e1afe3-7ad9-43e4-82d5-165194e767d6, #wrap-s-25e1afe3-7ad9-43e4-82d5-165194e767d6 { display:none !important; }}

  #s-25e1afe3-7ad9-43e4-82d5-165194e767d6-root {
    text-align: center;
  }


#s-25e1afe3-7ad9-43e4-82d5-165194e767d6.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25e1afe3-7ad9-43e4-82d5-165194e767d6-root {
    text-align: center;
  }


#s-25e1afe3-7ad9-43e4-82d5-165194e767d6.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25e1afe3-7ad9-43e4-82d5-165194e767d6-root {
    text-align: center;
  }


#s-25e1afe3-7ad9-43e4-82d5-165194e767d6.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25e1afe3-7ad9-43e4-82d5-165194e767d6-root {
    text-align: center;
  }


#s-25e1afe3-7ad9-43e4-82d5-165194e767d6.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25e1afe3-7ad9-43e4-82d5-165194e767d6-root {
    text-align: center;
  }


#s-25e1afe3-7ad9-43e4-82d5-165194e767d6.shg-btn {
  color: rgba(58, 41, 29, 1);
  font-size: 17px;
  
  
  font-family: VisbyCF;
  display:  block ;
}
}
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center top;
}
@media (min-width: 1200px){#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  display: none;
}
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7, #wrap-s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 { display:none !important; }}@media (max-width: 767px){#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  display: none;
}
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7, #wrap-s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 { display:none !important; }}
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 {
  background-image: url(https://i.shgcdn.com/efb19734-3fdc-4b19-a7f9-035f7407c52d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c1b0fb7-dab5-4dea-a3ab-1ab66d4544c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0680ac59-aa29-490c-83b5-d30cd0343a8a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center top;
}
@media (min-width: 1200px){#s-0680ac59-aa29-490c-83b5-d30cd0343a8a {
  display: none;
}
#s-0680ac59-aa29-490c-83b5-d30cd0343a8a, #wrap-s-0680ac59-aa29-490c-83b5-d30cd0343a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0680ac59-aa29-490c-83b5-d30cd0343a8a {
  display: none;
}
#s-0680ac59-aa29-490c-83b5-d30cd0343a8a, #wrap-s-0680ac59-aa29-490c-83b5-d30cd0343a8a { display:none !important; }}







#s-0680ac59-aa29-490c-83b5-d30cd0343a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0680ac59-aa29-490c-83b5-d30cd0343a8a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/*
  $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}