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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-cfebe31f-61af-4a1d-94f1-8d743c081ba6 {
  padding-top: 45px;
padding-bottom: 0px;
min-height: 50px;
}








#s-cfebe31f-61af-4a1d-94f1-8d743c081ba6 > .shg-box-overlay {
  background-color: rgba(112, 146, 154, 1);
  opacity: 1;
  display: block;
}#s-cfebe31f-61af-4a1d-94f1-8d743c081ba6.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-b0fef783-0806-40ec-8a2c-acd58dfcaab7 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-b0fef783-0806-40ec-8a2c-acd58dfcaab7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  
}



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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b16f1d5e-bf5c-4277-a09b-91807c09b5cf {
  padding-top: 20px;
padding-left: 15%;
padding-right: 15%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-394887e0-84fa-4a00-b72a-bc557de802cd {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-394887e0-84fa-4a00-b72a-bc557de802cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-394887e0-84fa-4a00-b72a-bc557de802cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-394887e0-84fa-4a00-b72a-bc557de802cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-394887e0-84fa-4a00-b72a-bc557de802cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

.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-17ae1e50-7f5e-408c-bc81-b9ef0663205a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(202, 141, 132, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom undefined;
}
#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(202, 141, 132, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(189, 213, 207, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a:active {background-color: rgba(0, 0, 0, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-17ae1e50-7f5e-408c-bc81-b9ef0663205a-root {
    text-align: center;
  }


#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17ae1e50-7f5e-408c-bc81-b9ef0663205a-root {
    text-align: center;
  }


#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17ae1e50-7f5e-408c-bc81-b9ef0663205a-root {
    text-align: center;
  }


#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17ae1e50-7f5e-408c-bc81-b9ef0663205a-root {
    text-align: center;
  }


#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17ae1e50-7f5e-408c-bc81-b9ef0663205a-root {
    text-align: center;
  }


#s-17ae1e50-7f5e-408c-bc81-b9ef0663205a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}
#s-43b6d240-163c-4911-a652-fca929db25ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(173, 181, 146, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom undefined;
}
#s-43b6d240-163c-4911-a652-fca929db25ea:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(173, 181, 146, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(173, 181, 146, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43b6d240-163c-4911-a652-fca929db25ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43b6d240-163c-4911-a652-fca929db25ea-root {
    text-align: center;
  }


#s-43b6d240-163c-4911-a652-fca929db25ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43b6d240-163c-4911-a652-fca929db25ea-root {
    text-align: center;
  }


#s-43b6d240-163c-4911-a652-fca929db25ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b6d240-163c-4911-a652-fca929db25ea-root {
    text-align: center;
  }


#s-43b6d240-163c-4911-a652-fca929db25ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b6d240-163c-4911-a652-fca929db25ea-root {
    text-align: center;
  }


#s-43b6d240-163c-4911-a652-fca929db25ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43b6d240-163c-4911-a652-fca929db25ea-root {
    text-align: center;
  }


#s-43b6d240-163c-4911-a652-fca929db25ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  block ;
}
}
#s-21882b33-196d-4ad2-a81b-79d6cd10608a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-21882b33-196d-4ad2-a81b-79d6cd10608a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21882b33-196d-4ad2-a81b-79d6cd10608a.shg-box.shg-c {
  justify-content: center;
}

#s-5de3542c-b021-4eb1-8b50-f2dffcf31f12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(226, 183, 164, 0);
}








#s-5de3542c-b021-4eb1-8b50-f2dffcf31f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5de3542c-b021-4eb1-8b50-f2dffcf31f12.shg-box.shg-c {
  justify-content: center;
}

#s-95bbab0b-698b-451a-b2b9-80637a2c1da7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95bbab0b-698b-451a-b2b9-80637a2c1da7 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerBold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ff2c1e22-c252-4423-a70b-245ee7e0b6d3 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ff2c1e22-c252-4423-a70b-245ee7e0b6d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ff2c1e22-c252-4423-a70b-245ee7e0b6d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ff2c1e22-c252-4423-a70b-245ee7e0b6d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff2c1e22-c252-4423-a70b-245ee7e0b6d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
  box-sizing: border-box;
}



.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
      position: relative;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
  box-sizing: border-box;
}



.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
      position: relative;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
  box-sizing: border-box;
}



.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
      position: relative;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
  box-sizing: border-box;
}



.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
      position: relative;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image {
  box-sizing: border-box;
}



.s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container {
      position: relative;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38de5fe8-0f1b-4c91-873d-e8cc5b7b0f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
  box-sizing: border-box;
}



.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
      position: relative;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
  box-sizing: border-box;
}



.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
      position: relative;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
  box-sizing: border-box;
}



.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
      position: relative;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
  box-sizing: border-box;
}



.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
      position: relative;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image {
  box-sizing: border-box;
}



.s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container {
      position: relative;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fbd966f-1e76-407f-99ff-f3a9edea7853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
  box-sizing: border-box;
}



.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
      position: relative;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
  box-sizing: border-box;
}



.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
      position: relative;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
  box-sizing: border-box;
}



.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
      position: relative;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
  box-sizing: border-box;
}



.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
      position: relative;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image {
  box-sizing: border-box;
}



.s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container {
      position: relative;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d60dc6-aae4-478b-9de2-cb3f2f173554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
  box-sizing: border-box;
}



.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
      position: relative;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
  box-sizing: border-box;
}



.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
      position: relative;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
  box-sizing: border-box;
}



.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
      position: relative;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
  box-sizing: border-box;
}



.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
      position: relative;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  margin: 0 !important;
  overflow: visible;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add background color handling */
  
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image {
  box-sizing: border-box;
}



.s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container {
      position: relative;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bc78c85-c77f-4a52-bab2-b62c7ae75979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
  box-sizing: border-box;
}



.s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
      position: relative;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
  box-sizing: border-box;
}



.s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
      position: relative;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
  box-sizing: border-box;
}



.s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
      position: relative;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
  box-sizing: border-box;
}



.s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
      position: relative;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a6c94e01-cbf2-4210-9a23-c5b232944551 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image {
  box-sizing: border-box;
}



.s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container {
      position: relative;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c94e01-cbf2-4210-9a23-c5b232944551 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 300/214;
text-align: center;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }

    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-link {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
  box-sizing: border-box;
}



.s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
      --shg-aspect-ratio: calc(300/214); 
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
      position: relative;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }

    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-link {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
  box-sizing: border-box;
}



.s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
      --shg-aspect-ratio: calc(300/214); 
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
      position: relative;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }

    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-link {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
  box-sizing: border-box;
}



.s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
      --shg-aspect-ratio: calc(300/214); 
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
      position: relative;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }

    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-link {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
  box-sizing: border-box;
}



.s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
      --shg-aspect-ratio: calc(300/214); 
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
      position: relative;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }

    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-link {
      aspect-ratio: 300/214;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8fc73bb4-1d75-4626-8934-af41d382ac06 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image {
  box-sizing: border-box;
}



.s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 {
      --shg-aspect-ratio: calc(300/214); 
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container {
      position: relative;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc73bb4-1d75-4626-8934-af41d382ac06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-c8954ce5-217a-4ab3-8107-4832694cc67a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c8954ce5-217a-4ab3-8107-4832694cc67a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-c8954ce5-217a-4ab3-8107-4832694cc67a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c8954ce5-217a-4ab3-8107-4832694cc67a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8954ce5-217a-4ab3-8107-4832694cc67a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin: 0 !important;
  overflow: visible;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add background color handling */
  
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
  box-sizing: border-box;
}



.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
      position: relative;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin: 0 !important;
  overflow: visible;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add background color handling */
  
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
  box-sizing: border-box;
}



.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
      position: relative;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin: 0 !important;
  overflow: visible;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add background color handling */
  
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
  box-sizing: border-box;
}



.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
      position: relative;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin: 0 !important;
  overflow: visible;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add background color handling */
  
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
  box-sizing: border-box;
}



.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
      position: relative;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  margin: 0 !important;
  overflow: visible;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add background color handling */
  
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image {
  box-sizing: border-box;
}



.s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container {
      position: relative;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1703205c-c33b-4e4e-9986-d884f9e6fe31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
  box-sizing: border-box;
}



.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
      position: relative;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
  box-sizing: border-box;
}



.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
      position: relative;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
  box-sizing: border-box;
}



.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
      position: relative;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
  box-sizing: border-box;
}



.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
      position: relative;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image {
  box-sizing: border-box;
}



.s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container {
      position: relative;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ce2255d-aa8f-4346-bcc4-18c3b575da5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
  box-sizing: border-box;
}



.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
      position: relative;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
  box-sizing: border-box;
}



.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
      position: relative;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
  box-sizing: border-box;
}



.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
      position: relative;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
  box-sizing: border-box;
}



.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
      position: relative;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  margin: 0 !important;
  overflow: visible;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add background color handling */
  
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image {
  box-sizing: border-box;
}



.s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container {
      position: relative;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc744c0-6a37-46cc-8857-3a25756f1a26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin: 0 !important;
  overflow: visible;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add background color handling */
  
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
  box-sizing: border-box;
}



.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
      position: relative;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin: 0 !important;
  overflow: visible;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add background color handling */
  
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
  box-sizing: border-box;
}



.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
      position: relative;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin: 0 !important;
  overflow: visible;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add background color handling */
  
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
  box-sizing: border-box;
}



.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
      position: relative;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin: 0 !important;
  overflow: visible;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add background color handling */
  
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
  box-sizing: border-box;
}



.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
      position: relative;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  margin: 0 !important;
  overflow: visible;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add background color handling */
  
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 .shogun-image-content {
  
    justify-content: center;
  
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image {
  box-sizing: border-box;
}



.s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container {
      position: relative;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-894b4a4a-d7b4-4e79-8e5e-e2afe4610508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
  box-sizing: border-box;
}



.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
      position: relative;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
  box-sizing: border-box;
}



.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
      position: relative;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
  box-sizing: border-box;
}



.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
      position: relative;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
  box-sizing: border-box;
}



.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
      position: relative;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image {
  box-sizing: border-box;
}



.s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container {
      position: relative;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c273e0e-3bb6-4feb-bfd0-8f0e08246cd3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 350/250;
text-align: center;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin: 0 !important;
  overflow: visible;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add background color handling */
  
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
  box-sizing: border-box;
}



.s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-616f04d0-d809-42c0-a885-c0cfbb577068 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
      position: relative;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin: 0 !important;
  overflow: visible;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add background color handling */
  
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
  box-sizing: border-box;
}



.s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-616f04d0-d809-42c0-a885-c0cfbb577068 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
      position: relative;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin: 0 !important;
  overflow: visible;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add background color handling */
  
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
  box-sizing: border-box;
}



.s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-616f04d0-d809-42c0-a885-c0cfbb577068 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
      position: relative;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin: 0 !important;
  overflow: visible;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add background color handling */
  
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
  box-sizing: border-box;
}



.s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-616f04d0-d809-42c0-a885-c0cfbb577068 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
      position: relative;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  margin: 0 !important;
  overflow: visible;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-616f04d0-d809-42c0-a885-c0cfbb577068 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add background color handling */
  
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }

    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-link {
      aspect-ratio: 350/250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-616f04d0-d809-42c0-a885-c0cfbb577068 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-616f04d0-d809-42c0-a885-c0cfbb577068 .shogun-image-content {
  
    justify-content: center;
  
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image {
  box-sizing: border-box;
}



.s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-616f04d0-d809-42c0-a885-c0cfbb577068 {
      --shg-aspect-ratio: calc(350/250); 
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container {
      position: relative;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-616f04d0-d809-42c0-a885-c0cfbb577068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-d6e43459-bb6c-4b89-a789-36751e980814 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
}

@media (min-width: 0px) {
[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d6e43459-bb6c-4b89-a789-36751e980814"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-22dd8cd7-0a2d-4d1d-848c-e24e7be0e426 {
  border-top-width: 12px;
border-left-width: 12px;
border-bottom-width: 12px;
border-right-width: 12px;
border-color: rgba(202, 141, 132, 1);
border-style: solid;
}

#s-4da329d3-3981-4ad1-b076-d1a8b128070d {
  padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
}








#s-4da329d3-3981-4ad1-b076-d1a8b128070d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4da329d3-3981-4ad1-b076-d1a8b128070d.shg-box.shg-c {
  justify-content: center;
}

#s-009bb588-cf1f-46fd-adf1-5135ff8cded6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-009bb588-cf1f-46fd-adf1-5135ff8cded6 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c968f87b-5e38-4786-8e46-27bbeb16a9f9 {
  background-image: url(https://i.shgcdn.com/888c8342-0be9-49a0-bce8-220681a7b89e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -6px;
margin-left: 5%;
margin-bottom: -6px;
margin-right: 5%;
padding-top: 14px;
padding-bottom: 14px;
text-align: center;
background-position: center center;
}

#s-c968f87b-5e38-4786-8e46-27bbeb16a9f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7a035cb1-9315-4e63-b990-b6e9161797c7 {
  padding-top: 20px;
padding-left: 15%;
padding-right: 15%;
}

#s-1ebb2ade-41db-4f9a-a3f9-d7688bf9a702 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-1ebb2ade-41db-4f9a-a3f9-d7688bf9a702 .shogun-heading-component h3 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}



#s-a8fa5f5a-6c3e-4a74-bfd4-75fe12fa985b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8fa5f5a-6c3e-4a74-bfd4-75fe12fa985b .shogun-heading-component h4 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "QuaintGarden";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2596c766-3ed9-49b2-8a10-22140b330058 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-2596c766-3ed9-49b2-8a10-22140b330058 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2596c766-3ed9-49b2-8a10-22140b330058 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2596c766-3ed9-49b2-8a10-22140b330058 {
  
}
}@media (max-width: 767px){#s-2596c766-3ed9-49b2-8a10-22140b330058 {
  
}
}
@media (min-width: 0px) {
[id="s-2596c766-3ed9-49b2-8a10-22140b330058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2596c766-3ed9-49b2-8a10-22140b330058"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2596c766-3ed9-49b2-8a10-22140b330058"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2596c766-3ed9-49b2-8a10-22140b330058"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 {
  max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 img.shogun-image,
  #s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 {
    width: 100%;
    height: auto;
  }



  #s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 img.shogun-image {
    

    
    
    
  }


#s-7cbceed6-0f1e-4a59-95da-b3cbff3ec0d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9728533a-9693-42ca-b73b-75731c2a6f44 {
  max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9728533a-9693-42ca-b73b-75731c2a6f44 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9728533a-9693-42ca-b73b-75731c2a6f44 img.shogun-image,
  #s-9728533a-9693-42ca-b73b-75731c2a6f44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9728533a-9693-42ca-b73b-75731c2a6f44 {
    width: 100%;
    height: auto;
  }



  #s-9728533a-9693-42ca-b73b-75731c2a6f44 img.shogun-image {
    

    
    
    
  }


#s-9728533a-9693-42ca-b73b-75731c2a6f44 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f7ecca56-9445-4aaa-90be-b4badd9e494f {
  max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f7ecca56-9445-4aaa-90be-b4badd9e494f {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f7ecca56-9445-4aaa-90be-b4badd9e494f img.shogun-image,
  #s-f7ecca56-9445-4aaa-90be-b4badd9e494f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ecca56-9445-4aaa-90be-b4badd9e494f {
    width: 100%;
    height: auto;
  }



  #s-f7ecca56-9445-4aaa-90be-b4badd9e494f img.shogun-image {
    

    
    
    
  }


#s-f7ecca56-9445-4aaa-90be-b4badd9e494f .shogun-image-content {
  
    justify-content: center;
  
}

#s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 {
  max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 img.shogun-image,
  #s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 {
    width: 100%;
    height: auto;
  }



  #s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 img.shogun-image {
    

    
    
    
  }


#s-5893faa8-8236-4f8f-9915-6673f6aa5eb5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8025c359-1b1f-429c-828f-0bf6bd0682af {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}

#s-8025c359-1b1f-429c-828f-0bf6bd0682af {
  overflow: hidden;
  
  
}







  #s-8025c359-1b1f-429c-828f-0bf6bd0682af img.shogun-image {
    

    
    
    
  }


#s-8025c359-1b1f-429c-828f-0bf6bd0682af .shogun-image-content {
  
    justify-content: center;
  
}

#s-be8ec212-3f1f-4677-8edb-138c278d1770 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-be8ec212-3f1f-4677-8edb-138c278d1770 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-eb09330e-22ea-4d2d-ab4f-cc62af50af1b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c2552c26-1e47-4be0-a5a4-defdb4939a1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-5a5bb08b-7fe7-4dd3-9d39-64be6dc76819 {
  border-top-width: 12px;
border-left-width: 12px;
border-bottom-width: 12px;
border-right-width: 12px;
border-color: rgba(202, 141, 132, 1);
border-style: solid;
}

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

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

@media (min-width: 768px) and (max-width: 991px){#s-91a88af5-6b64-468a-8f59-1c924c7bd6cd {
  display: none;
}
#s-91a88af5-6b64-468a-8f59-1c924c7bd6cd, #wrap-s-91a88af5-6b64-468a-8f59-1c924c7bd6cd, #wrap-content-s-91a88af5-6b64-468a-8f59-1c924c7bd6cd { display: none !important; }}@media (max-width: 767px){#s-91a88af5-6b64-468a-8f59-1c924c7bd6cd {
  display: none;
}
#s-91a88af5-6b64-468a-8f59-1c924c7bd6cd, #wrap-s-91a88af5-6b64-468a-8f59-1c924c7bd6cd, #wrap-content-s-91a88af5-6b64-468a-8f59-1c924c7bd6cd { display: none !important; }}
#s-91a88af5-6b64-468a-8f59-1c924c7bd6cd hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e85115fd-5a28-49fb-8200-86fa45923e55 {
  min-height: 50px;
}








#s-e85115fd-5a28-49fb-8200-86fa45923e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e85115fd-5a28-49fb-8200-86fa45923e55.shg-box.shg-c {
  justify-content: center;
}

#s-92e9704a-3661-430b-bb67-54177f3d6bc0 {
  padding-top: 60px;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
}

#s-92e9704a-3661-430b-bb67-54177f3d6bc0 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-17db0daf-91d1-4e7f-bc11-8e7f0ff7aece {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-a9d004a7-6b67-4bcc-ae52-95e20e0e7d15 {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-a9d004a7-6b67-4bcc-ae52-95e20e0e7d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9d004a7-6b67-4bcc-ae52-95e20e0e7d15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9d004a7-6b67-4bcc-ae52-95e20e0e7d15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9d004a7-6b67-4bcc-ae52-95e20e0e7d15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6b86cc13-7840-432d-9c33-626ee0075b88 {
  margin-left: 42%;
margin-right: 42%;
max-width: 50px;
text-align: center;
}

#s-6b86cc13-7840-432d-9c33-626ee0075b88 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6b86cc13-7840-432d-9c33-626ee0075b88 img.shogun-image {
    

    
    
    
  }


#s-6b86cc13-7840-432d-9c33-626ee0075b88 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4137777a-dc44-431a-8790-df557263df03 {
  margin-left: 42%;
margin-right: 42%;
max-width: 50px;
text-align: center;
}

#s-4137777a-dc44-431a-8790-df557263df03 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4137777a-dc44-431a-8790-df557263df03 img.shogun-image {
    

    
    
    
  }


#s-4137777a-dc44-431a-8790-df557263df03 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ea5a723-06c9-4db8-a3e4-19cdbe450fc7 {
  margin-left: 42%;
margin-right: 42%;
max-width: 50px;
text-align: center;
}

#s-2ea5a723-06c9-4db8-a3e4-19cdbe450fc7 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2ea5a723-06c9-4db8-a3e4-19cdbe450fc7 img.shogun-image {
    

    
    
    
  }


#s-2ea5a723-06c9-4db8-a3e4-19cdbe450fc7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-43991803-7235-49d0-9624-a907a5868dfc {
  min-height: 50px;
background-color: rgba(250, 248, 243, 1);
}








#s-43991803-7235-49d0-9624-a907a5868dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43991803-7235-49d0-9624-a907a5868dfc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4c1ea0c6-24a2-4798-b989-3e3e0e955821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c1ea0c6-24a2-4798-b989-3e3e0e955821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c1ea0c6-24a2-4798-b989-3e3e0e955821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c1ea0c6-24a2-4798-b989-3e3e0e955821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-536d5a2b-03c5-4709-85e2-edcedd800b7a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-536d5a2b-03c5-4709-85e2-edcedd800b7a {
  display: none;
}
#s-536d5a2b-03c5-4709-85e2-edcedd800b7a, #wrap-s-536d5a2b-03c5-4709-85e2-edcedd800b7a, #wrap-content-s-536d5a2b-03c5-4709-85e2-edcedd800b7a { display: none !important; }}@media (max-width: 767px){#s-536d5a2b-03c5-4709-85e2-edcedd800b7a {
  display: none;
}
#s-536d5a2b-03c5-4709-85e2-edcedd800b7a, #wrap-s-536d5a2b-03c5-4709-85e2-edcedd800b7a, #wrap-content-s-536d5a2b-03c5-4709-85e2-edcedd800b7a { display: none !important; }}
#s-536d5a2b-03c5-4709-85e2-edcedd800b7a {
  overflow: hidden;
  
  
}







  #s-536d5a2b-03c5-4709-85e2-edcedd800b7a img.shogun-image {
    

    
    
    
  }


#s-536d5a2b-03c5-4709-85e2-edcedd800b7a .shogun-image-content {
  
    justify-content: center;
  
}

#s-20e8dfd9-28d1-4cb9-8720-697674b6f0be {
  margin-top: 50px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-20e8dfd9-28d1-4cb9-8720-697674b6f0be .shogun-heading-component h3 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerBold";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-8b4ac585-72fb-4be9-9947-7d4d3cf71a11 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734:active {background-color: #000000 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-702d55f7-ec8b-4bdd-a78c-ae406eec2734-root {
    text-align: center;
  }


#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-702d55f7-ec8b-4bdd-a78c-ae406eec2734-root {
    text-align: center;
  }


#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-702d55f7-ec8b-4bdd-a78c-ae406eec2734-root {
    text-align: center;
  }


#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-702d55f7-ec8b-4bdd-a78c-ae406eec2734-root {
    text-align: center;
  }


#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-702d55f7-ec8b-4bdd-a78c-ae406eec2734-root {
    text-align: center;
  }


#s-702d55f7-ec8b-4bdd-a78c-ae406eec2734.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 {
  display: none;
}
#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38, #wrap-s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38, #wrap-content-s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 { display: none !important; }}@media (max-width: 767px){#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 {
  display: none;
}
#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38, #wrap-s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38, #wrap-content-s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 { display: none !important; }}
#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 {
  overflow: hidden;
  
  
}







  #s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 img.shogun-image {
    

    
    
    
  }


#s-9b5a6d42-4544-4a06-aa8e-d8dcd1930a38 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f849fd9-f2b1-440a-8880-c3f192c12ea8 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-5f849fd9-f2b1-440a-8880-c3f192c12ea8 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-16111b23-b178-47bd-b8d2-5fe58baed6f1 {
  box-shadow:1px 1px 1px 1px rgba(226, 183, 164, 0);
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 300px;
background-position: center center;
background-repeat: repeat;
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-16111b23-b178-47bd-b8d2-5fe58baed6f1 {
  
}
}







#s-16111b23-b178-47bd-b8d2-5fe58baed6f1 > .shg-box-overlay {
  background-color: rgba(226, 183, 164, 0);
  opacity: 0;
  display: block;
}#s-16111b23-b178-47bd-b8d2-5fe58baed6f1.shg-box.shg-c {
  justify-content: center;
}

#s-92bc08d7-07a0-45d9-bbae-f48df6dd42a6 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
text-align: center;
}

#s-92bc08d7-07a0-45d9-bbae-f48df6dd42a6 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-878d28d8-fe3b-4d56-b13e-3cb047a25b65 {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-878d28d8-fe3b-4d56-b13e-3cb047a25b65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-878d28d8-fe3b-4d56-b13e-3cb047a25b65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-878d28d8-fe3b-4d56-b13e-3cb047a25b65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-878d28d8-fe3b-4d56-b13e-3cb047a25b65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-75faf365-2711-4530-9864-4a5a559b467e {
  margin-left: 40%;
margin-right: 40%;
max-width: 50px;
text-align: center;
}

#s-75faf365-2711-4530-9864-4a5a559b467e {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-75faf365-2711-4530-9864-4a5a559b467e img.shogun-image {
    

    
    
    
  }


#s-75faf365-2711-4530-9864-4a5a559b467e .shogun-image-content {
  
    justify-content: center;
  
}

#s-e121602f-c766-40c7-8861-ea9e997cfbd6 {
  margin-left: 40%;
margin-right: 40%;
max-width: 50px;
text-align: center;
}

#s-e121602f-c766-40c7-8861-ea9e997cfbd6 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e121602f-c766-40c7-8861-ea9e997cfbd6 img.shogun-image {
    

    
    
    
  }


#s-e121602f-c766-40c7-8861-ea9e997cfbd6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-53d77c2c-9ae5-446f-b961-551b416f1653 {
  margin-left: 40%;
margin-right: 40%;
max-width: 50px;
text-align: center;
}

#s-53d77c2c-9ae5-446f-b961-551b416f1653 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-53d77c2c-9ae5-446f-b961-551b416f1653 img.shogun-image {
    

    
    
    
  }


#s-53d77c2c-9ae5-446f-b961-551b416f1653 .shogun-image-content {
  
    justify-content: center;
  
}

#s-52d2ba9f-862c-4fc6-809b-14294545d7ae {
  padding-top: 10px;
min-height: 50px;
background-color: rgba(207, 218, 223, 1);
}
@media (min-width: 1200px){#s-52d2ba9f-862c-4fc6-809b-14294545d7ae {
  display: none;
}
#s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-content-s-52d2ba9f-862c-4fc6-809b-14294545d7ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52d2ba9f-862c-4fc6-809b-14294545d7ae {
  display: none;
}
#s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-content-s-52d2ba9f-862c-4fc6-809b-14294545d7ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52d2ba9f-862c-4fc6-809b-14294545d7ae {
  display: none;
}
#s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-content-s-52d2ba9f-862c-4fc6-809b-14294545d7ae { display: none !important; }}@media (max-width: 767px){#s-52d2ba9f-862c-4fc6-809b-14294545d7ae {
  display: none;
}
#s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-s-52d2ba9f-862c-4fc6-809b-14294545d7ae, #wrap-content-s-52d2ba9f-862c-4fc6-809b-14294545d7ae { display: none !important; }}







#s-52d2ba9f-862c-4fc6-809b-14294545d7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52d2ba9f-862c-4fc6-809b-14294545d7ae.shg-box.shg-c {
  justify-content: center;
}

#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  text-align: center;
background-color: rgba(207, 218, 223, 1);
}
@media (min-width: 1200px){#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  display: none;
}
#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-content-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  display: none;
}
#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-content-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  display: none;
}
#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-content-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 { display: none !important; }}@media (max-width: 767px){#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  display: none;
}
#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9, #wrap-content-s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 { display: none !important; }}
#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 {
  overflow: hidden;
  
  
}







  #s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 img.shogun-image {
    

    
    
    
  }


#s-c09f684c-359c-4dfe-b7b4-99241c0e9ae9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5891f15-bf2f-49bb-b1b8-ee99d46b855c {
  padding-top: 30px;
min-height: 50px;
}








#s-c5891f15-bf2f-49bb-b1b8-ee99d46b855c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5891f15-bf2f-49bb-b1b8-ee99d46b855c.shg-box.shg-c {
  justify-content: center;
}

#s-08e83f95-29c3-4060-a085-a216e46c071a {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-08e83f95-29c3-4060-a085-a216e46c071a .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c725ab27-7df6-4d83-819c-8e9ea092e86f {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-c725ab27-7df6-4d83-819c-8e9ea092e86f .shogun-heading-component h3 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-05c93ff7-56d6-4ce9-8757-29979d6909e2 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05c93ff7-56d6-4ce9-8757-29979d6909e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-80554176-b52a-402c-83ac-5c47dc995fca {
  padding-top: 40%;
text-align: center;
}
@media (max-width: 767px){#s-80554176-b52a-402c-83ac-5c47dc995fca {
  display: none;
}
#s-80554176-b52a-402c-83ac-5c47dc995fca, #wrap-s-80554176-b52a-402c-83ac-5c47dc995fca, #wrap-content-s-80554176-b52a-402c-83ac-5c47dc995fca { display: none !important; }}
#s-80554176-b52a-402c-83ac-5c47dc995fca {
  overflow: hidden;
  
  
}







  #s-80554176-b52a-402c-83ac-5c47dc995fca img.shogun-image {
    

    
    
    
  }


#s-80554176-b52a-402c-83ac-5c47dc995fca .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eea46250-bf16-41f5-8cd9-46cb4c7afbdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9800990f-85a2-46da-96e8-37ac40b48446 {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 10px;
margin-right: 47px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(112, 146, 154, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
}

#s-9800990f-85a2-46da-96e8-37ac40b48446 .shogun-heading-component h4 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "FrederickatheGreat-Regular";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-71d28151-52f5-489d-ae21-c115f93ed818 {
  padding-top: 14px;
padding-left: 22px;
padding-bottom: 0px;
padding-right: 22px;
background-color: rgba(224, 201, 153, 1);
}

#s-d7881d64-1789-4fdd-a663-9af957740f61 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7881d64-1789-4fdd-a663-9af957740f61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4fdafde7-5b24-436f-83c1-7ae04e360c81 {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 10px;
margin-right: 47px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(112, 146, 154, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
}

#s-4fdafde7-5b24-436f-83c1-7ae04e360c81 .shogun-heading-component h4 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "FrederickatheGreat-Regular";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-a45f619b-6d7f-43e7-a7bc-ef62f951a7f4 {
  padding-top: 14px;
padding-left: 22px;
padding-bottom: 0px;
padding-right: 22px;
background-color: rgba(185, 193, 158, 1);
}

#s-3ddcf18d-49a1-4d02-a413-76a614df12b8 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ddcf18d-49a1-4d02-a413-76a614df12b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-18015451-d28c-4767-8a29-9fab685c3d4e {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 10px;
margin-right: 47px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(112, 146, 154, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
}

#s-18015451-d28c-4767-8a29-9fab685c3d4e .shogun-heading-component h4 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "FrederickatheGreat-Regular";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-b3db8469-98f8-4765-afc9-669e2364d152 {
  padding-top: 14px;
padding-left: 22px;
padding-bottom: 0px;
padding-right: 22px;
background-color: rgba(224, 201, 153, 1);
}

#s-6e13bdd9-aafc-46df-8613-d035338236a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6e13bdd9-aafc-46df-8613-d035338236a6 {
  display: none;
}
#s-6e13bdd9-aafc-46df-8613-d035338236a6, #wrap-s-6e13bdd9-aafc-46df-8613-d035338236a6, #wrap-content-s-6e13bdd9-aafc-46df-8613-d035338236a6 { display: none !important; }}
#s-6e13bdd9-aafc-46df-8613-d035338236a6 {
  overflow: hidden;
  
  
}







  #s-6e13bdd9-aafc-46df-8613-d035338236a6 img.shogun-image {
    

    
    
    
  }


#s-6e13bdd9-aafc-46df-8613-d035338236a6 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-33327039-6292-4ee4-b220-bc43ff112b2b {
  margin-top: 30px;
min-height: 50px;
}








#s-33327039-6292-4ee4-b220-bc43ff112b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33327039-6292-4ee4-b220-bc43ff112b2b.shg-box.shg-c {
  justify-content: center;
}

#s-8699d24f-df3b-4e92-a188-974a6ac3f5ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8699d24f-df3b-4e92-a188-974a6ac3f5ec .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fa7e4563-08d6-4003-b88e-5272bf9c3827 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-fa7e4563-08d6-4003-b88e-5272bf9c3827"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fa7e4563-08d6-4003-b88e-5272bf9c3827"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fa7e4563-08d6-4003-b88e-5272bf9c3827"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa7e4563-08d6-4003-b88e-5272bf9c3827"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-b6a373d2-dc0d-4e9e-afb6-0376512346b1 {
  text-align: center;
}

#s-b6a373d2-dc0d-4e9e-afb6-0376512346b1 {
  overflow: hidden;
  
  
}







  #s-b6a373d2-dc0d-4e9e-afb6-0376512346b1 img.shogun-image {
    

    
    
    
  }


#s-b6a373d2-dc0d-4e9e-afb6-0376512346b1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-020e42ee-a6f5-498c-aaeb-4b6c69190c64 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-020e42ee-a6f5-498c-aaeb-4b6c69190c64 .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-463f0cbd-16dc-4265-8add-739738ac8629 {
  text-align: center;
}

#s-463f0cbd-16dc-4265-8add-739738ac8629 {
  overflow: hidden;
  
  
}







  #s-463f0cbd-16dc-4265-8add-739738ac8629 img.shogun-image {
    

    
    
    
  }


#s-463f0cbd-16dc-4265-8add-739738ac8629 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b3e9a753-5ea6-4718-a4b6-e0530498d106 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3e9a753-5ea6-4718-a4b6-e0530498d106 .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-472628ac-dc80-4dea-a178-9f90af198ece {
  text-align: center;
}

#s-472628ac-dc80-4dea-a178-9f90af198ece {
  overflow: hidden;
  
  
}







  #s-472628ac-dc80-4dea-a178-9f90af198ece img.shogun-image {
    

    
    
    
  }


#s-472628ac-dc80-4dea-a178-9f90af198ece .shogun-image-content {
  
    justify-content: center;
  
}

#s-a122f49d-54d7-4b4c-b129-f556fe36720b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a122f49d-54d7-4b4c-b129-f556fe36720b .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cbd1b333-23a0-41d6-9718-a076561887a7 {
  text-align: center;
}

#s-cbd1b333-23a0-41d6-9718-a076561887a7 {
  overflow: hidden;
  
  
}







  #s-cbd1b333-23a0-41d6-9718-a076561887a7 img.shogun-image {
    

    
    
    
  }


#s-cbd1b333-23a0-41d6-9718-a076561887a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-786b5c20-8d7f-4a24-8a4e-72351ef27c7a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-786b5c20-8d7f-4a24-8a4e-72351ef27c7a .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f378750a-05bc-4b14-aaf4-39a3f9933e27 {
  text-align: center;
}

#s-f378750a-05bc-4b14-aaf4-39a3f9933e27 {
  overflow: hidden;
  
  
}







  #s-f378750a-05bc-4b14-aaf4-39a3f9933e27 img.shogun-image {
    

    
    
    
  }


#s-f378750a-05bc-4b14-aaf4-39a3f9933e27 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ecb69164-0abf-4388-8c4d-64f88e1a4ed3 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb69164-0abf-4388-8c4d-64f88e1a4ed3 .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-842ef6b7-018b-475a-ba16-aca0845994d6 {
  text-align: center;
}

#s-842ef6b7-018b-475a-ba16-aca0845994d6 {
  overflow: hidden;
  
  
}







  #s-842ef6b7-018b-475a-ba16-aca0845994d6 img.shogun-image {
    

    
    
    
  }


#s-842ef6b7-018b-475a-ba16-aca0845994d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-68f99e43-00cc-4158-8571-a15cc58834a6 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68f99e43-00cc-4158-8571-a15cc58834a6 .shogun-heading-component h3 {
  color: rgba(109, 110, 113, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9e742ef6-0da1-4a25-b0b3-7e192f403af5 {
  min-height: 50px;
}








#s-9e742ef6-0da1-4a25-b0b3-7e192f403af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e742ef6-0da1-4a25-b0b3-7e192f403af5.shg-box.shg-c {
  justify-content: center;
}

#s-e9b4db36-8aa7-4a88-b30d-c64bc5c348bb hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ea5ff50f-9958-4ff0-bc3c-815302c8fa9d {
  box-shadow:0px 0px 0px 0px ;
margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ea5ff50f-9958-4ff0-bc3c-815302c8fa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea5ff50f-9958-4ff0-bc3c-815302c8fa9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5ff50f-9958-4ff0-bc3c-815302c8fa9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5ff50f-9958-4ff0-bc3c-815302c8fa9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a019ae44-9200-437d-b506-600377a2addb {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a019ae44-9200-437d-b506-600377a2addb {
  margin-top: 80px;
}
}
#s-a019ae44-9200-437d-b506-600377a2addb .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "FrederickatheGreat-Regular";
  font-style:  normal ;
  
  
  
  
}



#s-cd3acc77-743c-4fb1-a4ef-9f056b795019 {
  margin-left: 5%;
margin-right: 5%;
}

#s-4c6ef84a-a5e1-455e-b950-3b97868104ba {
  border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(226, 183, 164, 1);
border-style: solid;
}

#s-40729749-6ca5-4eeb-9993-d7836082b5c8 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-40729749-6ca5-4eeb-9993-d7836082b5c8:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-40729749-6ca5-4eeb-9993-d7836082b5c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40729749-6ca5-4eeb-9993-d7836082b5c8-root {
    text-align: center;
  }


#s-40729749-6ca5-4eeb-9993-d7836082b5c8.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40729749-6ca5-4eeb-9993-d7836082b5c8-root {
    text-align: center;
  }


#s-40729749-6ca5-4eeb-9993-d7836082b5c8.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40729749-6ca5-4eeb-9993-d7836082b5c8-root {
    text-align: center;
  }


#s-40729749-6ca5-4eeb-9993-d7836082b5c8.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40729749-6ca5-4eeb-9993-d7836082b5c8-root {
    text-align: center;
  }


#s-40729749-6ca5-4eeb-9993-d7836082b5c8.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40729749-6ca5-4eeb-9993-d7836082b5c8-root {
    text-align: center;
  }


#s-40729749-6ca5-4eeb-9993-d7836082b5c8.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-1ef85f95-9c80-46d4-9dd0-9279595377bf {
  min-height: 50px;
}








#s-1ef85f95-9c80-46d4-9dd0-9279595377bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ef85f95-9c80-46d4-9dd0-9279595377bf.shg-box.shg-c {
  justify-content: center;
}

#s-c9c8ad12-db02-4345-9b7a-d14db38933ef {
  text-align: center;
}

#s-c9c8ad12-db02-4345-9b7a-d14db38933ef {
  overflow: hidden;
  
  
}







  #s-c9c8ad12-db02-4345-9b7a-d14db38933ef img.shogun-image {
    

    
    
    
  }


#s-c9c8ad12-db02-4345-9b7a-d14db38933ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-45841f5b-7971-459c-bdaa-905f45dff729 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45841f5b-7971-459c-bdaa-905f45dff729 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d35224e1-7f82-4ad6-aef8-f3ba018732b4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}

#s-215cc5ec-009f-4ca4-b919-d32e1bf7f8a8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-215cc5ec-009f-4ca4-b919-d32e1bf7f8a8 .shogun-heading-component h4 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "QuaintGarden";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-95ae67e2-0dbd-49f7-8b41-c475b5b48374 {
  margin-bottom: 30px;
max-width: 100px;
text-align: center;
}

#s-95ae67e2-0dbd-49f7-8b41-c475b5b48374 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-95ae67e2-0dbd-49f7-8b41-c475b5b48374 img.shogun-image {
    

    
    
    
  }


#s-95ae67e2-0dbd-49f7-8b41-c475b5b48374 .shogun-image-content {
  
    justify-content: center;
  
}

#s-94c7acca-5f98-4d30-b561-f22bd4a41e34 {
  max-width: 600px;
text-align: center;
}

#s-94c7acca-5f98-4d30-b561-f22bd4a41e34 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-94c7acca-5f98-4d30-b561-f22bd4a41e34 img.shogun-image {
    

    
    
    
  }


#s-94c7acca-5f98-4d30-b561-f22bd4a41e34 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b15e7b8-b8a4-4fb7-8fcd-bc6a233ac876 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(244, 241, 231, 1);
}








#s-7b15e7b8-b8a4-4fb7-8fcd-bc6a233ac876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b15e7b8-b8a4-4fb7-8fcd-bc6a233ac876.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0668daa7-5068-42ed-a45d-4480caf5defd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-c212f9b6-1fda-4907-b594-9859dd3dba81 {
  margin-top: -25px;
text-align: center;
}
@media (max-width: 767px){#s-c212f9b6-1fda-4907-b594-9859dd3dba81 {
  display: none;
}
#s-c212f9b6-1fda-4907-b594-9859dd3dba81, #wrap-s-c212f9b6-1fda-4907-b594-9859dd3dba81, #wrap-content-s-c212f9b6-1fda-4907-b594-9859dd3dba81 { display: none !important; }}
#s-c212f9b6-1fda-4907-b594-9859dd3dba81 {
  overflow: hidden;
  
  
}







  #s-c212f9b6-1fda-4907-b594-9859dd3dba81 img.shogun-image {
    

    
    
    
  }


#s-c212f9b6-1fda-4907-b594-9859dd3dba81 .shogun-image-content {
  
    justify-content: center;
  
}

#s-32f9c84a-d05a-4907-aa36-b046f761b5f2 {
  margin-top: -65px;
text-align: center;
background-color: rgba(244, 241, 231, 0);
}

#s-32f9c84a-d05a-4907-aa36-b046f761b5f2 {
  overflow: hidden;
  
  
}







  #s-32f9c84a-d05a-4907-aa36-b046f761b5f2 img.shogun-image {
    

    
    
    
  }


#s-32f9c84a-d05a-4907-aa36-b046f761b5f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 {
  margin-top: -25px;
text-align: center;
}
@media (max-width: 767px){#s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 {
  display: none;
}
#s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857, #wrap-s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857, #wrap-content-s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 { display: none !important; }}
#s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 {
  overflow: hidden;
  
  
}







  #s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 img.shogun-image {
    

    
    
    
  }


#s-f4971f2e-aef0-4e50-bab9-33f6a2ce6857 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f16116d0-ed5a-4c08-9eed-f0cecc822e29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f16116d0-ed5a-4c08-9eed-f0cecc822e29 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5de96cd2-7752-447d-a444-4560f1a86827 {
  padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  display: none;
}
#s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-content-s-6259b923-c86d-4853-a793-1ca0c7f76bfc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  display: none;
}
#s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-content-s-6259b923-c86d-4853-a793-1ca0c7f76bfc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  display: none;
}
#s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-s-6259b923-c86d-4853-a793-1ca0c7f76bfc, #wrap-content-s-6259b923-c86d-4853-a793-1ca0c7f76bfc { display: none !important; }}
#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 650px;
  }



  img.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
    
    
    
    max-height: 650px;
  }


.s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
  box-sizing: border-box;
}



.s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
      position: relative;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 650px;
    }
  }

@media (min-width: 1200px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 650px;
  }



  img.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
    
    
    
    max-height: 650px;
  }


.s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
  box-sizing: border-box;
}



.s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
      position: relative;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 650px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 650px;
  }



  img.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
    
    
    
    max-height: 650px;
  }


.s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
  box-sizing: border-box;
}



.s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
      position: relative;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 650px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 650px;
  }



  img.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
    
    
    
    max-height: 650px;
  }


.s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
  box-sizing: border-box;
}



.s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
      position: relative;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 650px;
    }
  }

}@media (max-width: 767px){#s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 650px;
  }



  img.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
    
    
    
    max-height: 650px;
  }


.s-6259b923-c86d-4853-a793-1ca0c7f76bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image {
  box-sizing: border-box;
}



.s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container {
      position: relative;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6259b923-c86d-4853-a793-1ca0c7f76bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 650px;
    }
  }

}
#s-435bf273-2316-4da5-9578-ff649b0c83bd {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-435bf273-2316-4da5-9578-ff649b0c83bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-435bf273-2316-4da5-9578-ff649b0c83bd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9404e90a-5853-4642-b549-c0259503b375"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9404e90a-5853-4642-b549-c0259503b375"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9404e90a-5853-4642-b549-c0259503b375"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9404e90a-5853-4642-b549-c0259503b375"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9404e90a-5853-4642-b549-c0259503b375"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8a612f9c-e42a-4c71-9b9a-756395da6539 {
  margin-left: auto;
margin-right: auto;
min-height: 70%;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8a612f9c-e42a-4c71-9b9a-756395da6539 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8a612f9c-e42a-4c71-9b9a-756395da6539 img.shogun-image,
  #s-8a612f9c-e42a-4c71-9b9a-756395da6539 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a612f9c-e42a-4c71-9b9a-756395da6539 {
    width: 100%;
    height: auto;
  }



  #s-8a612f9c-e42a-4c71-9b9a-756395da6539 img.shogun-image {
    

    
    
    
  }


#s-8a612f9c-e42a-4c71-9b9a-756395da6539 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a6e1ec61-5af0-425f-afb8-d275c1e10def {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6e1ec61-5af0-425f-afb8-d275c1e10def .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e9612d75-c4bf-4dd7-ad03-68a5cc9ea94e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 30px;
padding-left: 3px;
padding-right: 6px;
}

#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e {
  display: none;
}
#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e, #wrap-s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e, #wrap-content-s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e { display: none !important; }}@media (max-width: 767px){#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e {
  display: none;
}
#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e, #wrap-s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e, #wrap-content-s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e { display: none !important; }}







#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c0e6919-4dec-408a-8d3a-0a3043e3d27e.shg-box.shg-c {
  justify-content: center;
}

#s-674a4349-fc1b-4a3d-b796-98716f891309 {
  max-width: 50px;
text-align: center;
}
@media (max-width: 767px){#s-674a4349-fc1b-4a3d-b796-98716f891309 {
  display: none;
}
#s-674a4349-fc1b-4a3d-b796-98716f891309, #wrap-s-674a4349-fc1b-4a3d-b796-98716f891309, #wrap-content-s-674a4349-fc1b-4a3d-b796-98716f891309 { display: none !important; }}
#s-674a4349-fc1b-4a3d-b796-98716f891309 {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-674a4349-fc1b-4a3d-b796-98716f891309 img.shogun-image {
    

    
    
    
  }


#s-674a4349-fc1b-4a3d-b796-98716f891309 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a735bb56-6c2d-4c4a-b568-1d168a0265c5 {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 67px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-a735bb56-6c2d-4c4a-b568-1d168a0265c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a735bb56-6c2d-4c4a-b568-1d168a0265c5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-230bdfb0-8e13-4714-bcc3-275274bc5e2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-230bdfb0-8e13-4714-bcc3-275274bc5e2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-230bdfb0-8e13-4714-bcc3-275274bc5e2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-230bdfb0-8e13-4714-bcc3-275274bc5e2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-877f89c4-f0cd-4a5c-844e-bd10f1a36538 {
  min-height: 50px;
}








#s-877f89c4-f0cd-4a5c-844e-bd10f1a36538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-877f89c4-f0cd-4a5c-844e-bd10f1a36538.shg-box.shg-c {
  justify-content: center;
}

#s-2c90fbbf-1d77-436c-b82f-0c50ee0fd52f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
text-align: center;
}

#s-2c90fbbf-1d77-436c-b82f-0c50ee0fd52f .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-80e1834c-c491-4e60-957c-0e7012e7e29b {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Q2MWQ5ODYtZDRiOC00NDYzLWE1ZDMtODk2N2Q2YmVlYTBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZDYxZDk4Ni1kNGI4LTQ0NjMtYTVkMy04OTY3ZDZiZWVhMGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(236, 236, 236, 1) !important;}#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625-root {
    text-align: center;
  }


#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625-root {
    text-align: center;
  }


#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625-root {
    text-align: center;
  }


#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625-root {
    text-align: center;
  }


#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625-root {
    text-align: center;
  }


#s-dac3ba4a-dfdc-45f9-a6ea-88e9eaf57625.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 70%;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd {
  display: none;
}
#s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd, #wrap-s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd, #wrap-content-s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd { display: none !important; }}
#s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd img.shogun-image,
  #s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd {
    width: 100%;
    height: auto;
  }



  #s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd img.shogun-image {
    

    
    
    
  }


#s-ee303e2e-4dbb-4be3-b41d-ad351921c4fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-e820b0e0-fcdc-48ce-93da-ae3aabbf11a8 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
}








#s-e820b0e0-fcdc-48ce-93da-ae3aabbf11a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e820b0e0-fcdc-48ce-93da-ae3aabbf11a8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7ee66891-d651-4527-8997-39e965f7d654"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ee66891-d651-4527-8997-39e965f7d654"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ee66891-d651-4527-8997-39e965f7d654"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ee66891-d651-4527-8997-39e965f7d654"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5abe0514-47aa-40d2-8467-1b8d9301e233 {
  margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-5abe0514-47aa-40d2-8467-1b8d9301e233 {
  overflow: hidden;
  
  
}







  #s-5abe0514-47aa-40d2-8467-1b8d9301e233 img.shogun-image {
    

    
    
    
  }


#s-5abe0514-47aa-40d2-8467-1b8d9301e233 .shogun-image-content {
  
    justify-content: center;
  
}

#s-37a34e67-aebb-4654-8811-162fa1c9765d {
  min-height: 50px;
}








#s-37a34e67-aebb-4654-8811-162fa1c9765d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a34e67-aebb-4654-8811-162fa1c9765d.shg-box.shg-c {
  justify-content: center;
}

#s-bbc20ef4-626d-493e-8345-7345af2124e9 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-bbc20ef4-626d-493e-8345-7345af2124e9 .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-06244e9d-7d3f-4336-b1c5-f480674a35e5 {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-370feb6f-5fa1-4c27-b9c4-4315c4bd771e {
  text-align: center;
}

#s-370feb6f-5fa1-4c27-b9c4-4315c4bd771e {
  overflow: hidden;
  
  
}







  #s-370feb6f-5fa1-4c27-b9c4-4315c4bd771e img.shogun-image {
    

    
    
    
  }


#s-370feb6f-5fa1-4c27-b9c4-4315c4bd771e .shogun-image-content {
  
    justify-content: center;
  
}

#s-15085575-7ccd-437c-8226-90d01b116711 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 67px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}








#s-15085575-7ccd-437c-8226-90d01b116711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15085575-7ccd-437c-8226-90d01b116711.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3d7cc32c-cc5e-4ff2-9a5a-ae16b3ea33c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d7cc32c-cc5e-4ff2-9a5a-ae16b3ea33c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d7cc32c-cc5e-4ff2-9a5a-ae16b3ea33c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d7cc32c-cc5e-4ff2-9a5a-ae16b3ea33c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f1391134-ca1c-4d6e-961a-721ce52da52f {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-f1391134-ca1c-4d6e-961a-721ce52da52f .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-111682c6-5fee-48ce-871f-e0eaa7637c2f {
  padding-top: 30px;
padding-left: 0%;
padding-right: 0px;
}

#s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 70px;
max-width: 450px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 img.shogun-image,
  #s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 {
    width: 100%;
    height: auto;
  }



  #s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 img.shogun-image {
    

    
    
    
  }


#s-c5eccc89-2f50-4e25-b2fc-28e09e77e7d3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a59369ce-7985-48a7-b170-15d8bc546449 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a59369ce-7985-48a7-b170-15d8bc546449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a59369ce-7985-48a7-b170-15d8bc546449.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-072a1923-cf8c-4186-a639-aa44b0dd6f43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-072a1923-cf8c-4186-a639-aa44b0dd6f43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-072a1923-cf8c-4186-a639-aa44b0dd6f43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-072a1923-cf8c-4186-a639-aa44b0dd6f43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-072a1923-cf8c-4186-a639-aa44b0dd6f43"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cc634e05-6970-46f1-84b8-12906e60ddad {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
min-height: 70px;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cc634e05-6970-46f1-84b8-12906e60ddad {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cc634e05-6970-46f1-84b8-12906e60ddad img.shogun-image,
  #s-cc634e05-6970-46f1-84b8-12906e60ddad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc634e05-6970-46f1-84b8-12906e60ddad {
    width: 100%;
    height: auto;
  }



  #s-cc634e05-6970-46f1-84b8-12906e60ddad img.shogun-image {
    

    
    
    
  }


#s-cc634e05-6970-46f1-84b8-12906e60ddad .shogun-image-content {
  
    justify-content: center;
  
}

#s-ffd65ce6-52dd-4eab-b8f4-72bc89488e31 {
  min-height: 50px;
}








#s-ffd65ce6-52dd-4eab-b8f4-72bc89488e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffd65ce6-52dd-4eab-b8f4-72bc89488e31.shg-box.shg-c {
  justify-content: center;
}

#s-5a455ddf-0eb7-4ea5-aec3-d3df3e615d51 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-5a455ddf-0eb7-4ea5-aec3-d3df3e615d51 .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  
  
  
  
}



#s-838e7bb4-33f3-4019-be8d-ea87c69728fb {
  padding-top: 30px;
}

#s-89315501-8cff-4328-aba1-cab10e3a06ea {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-89315501-8cff-4328-aba1-cab10e3a06ea:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-89315501-8cff-4328-aba1-cab10e3a06ea:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-89315501-8cff-4328-aba1-cab10e3a06ea-root {
    text-align: center;
  }


#s-89315501-8cff-4328-aba1-cab10e3a06ea.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89315501-8cff-4328-aba1-cab10e3a06ea-root {
    text-align: center;
  }


#s-89315501-8cff-4328-aba1-cab10e3a06ea.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89315501-8cff-4328-aba1-cab10e3a06ea-root {
    text-align: center;
  }


#s-89315501-8cff-4328-aba1-cab10e3a06ea.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89315501-8cff-4328-aba1-cab10e3a06ea-root {
    text-align: center;
  }


#s-89315501-8cff-4328-aba1-cab10e3a06ea.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89315501-8cff-4328-aba1-cab10e3a06ea-root {
    text-align: center;
  }


#s-89315501-8cff-4328-aba1-cab10e3a06ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-a4fe466c-a358-4900-a81f-dcf98867f1ae {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 67px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}








#s-a4fe466c-a358-4900-a81f-dcf98867f1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4fe466c-a358-4900-a81f-dcf98867f1ae.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5ce710b7-1ef1-4c7b-a549-bf69e6195ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ce710b7-1ef1-4c7b-a549-bf69e6195ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ce710b7-1ef1-4c7b-a549-bf69e6195ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ce710b7-1ef1-4c7b-a549-bf69e6195ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4500bfc-8037-4c91-831f-103c8b040156 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-c4500bfc-8037-4c91-831f-103c8b040156 .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fcb0b329-6fed-43cc-967e-9e4ef302363f {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-f9e120db-bee0-4a1e-b822-491f0ae9120f {
  margin-left: auto;
margin-right: auto;
min-height: 70%;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f9e120db-bee0-4a1e-b822-491f0ae9120f {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f9e120db-bee0-4a1e-b822-491f0ae9120f img.shogun-image,
  #s-f9e120db-bee0-4a1e-b822-491f0ae9120f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9e120db-bee0-4a1e-b822-491f0ae9120f {
    width: 100%;
    height: auto;
  }



  #s-f9e120db-bee0-4a1e-b822-491f0ae9120f img.shogun-image {
    

    
    
    
  }


#s-f9e120db-bee0-4a1e-b822-491f0ae9120f .shogun-image-content {
  
    justify-content: center;
  
}

#s-b877c85c-a6ee-43a8-915b-63666abd84ed {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b877c85c-a6ee-43a8-915b-63666abd84ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b877c85c-a6ee-43a8-915b-63666abd84ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b63b78c-4656-4378-89c5-282d92f22cd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b63b78c-4656-4378-89c5-282d92f22cd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b63b78c-4656-4378-89c5-282d92f22cd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b63b78c-4656-4378-89c5-282d92f22cd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3b63b78c-4656-4378-89c5-282d92f22cd8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3c9ccfc8-1909-4345-957d-f954317a79d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 10%;
min-height: 70%;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3c9ccfc8-1909-4345-957d-f954317a79d3 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3c9ccfc8-1909-4345-957d-f954317a79d3 img.shogun-image,
  #s-3c9ccfc8-1909-4345-957d-f954317a79d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c9ccfc8-1909-4345-957d-f954317a79d3 {
    width: 100%;
    height: auto;
  }



  #s-3c9ccfc8-1909-4345-957d-f954317a79d3 img.shogun-image {
    

    
    
    
  }


#s-3c9ccfc8-1909-4345-957d-f954317a79d3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f61802f0-5526-45cb-be8c-f93450ebda5f {
  min-height: 50px;
}








#s-f61802f0-5526-45cb-be8c-f93450ebda5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f61802f0-5526-45cb-be8c-f93450ebda5f.shg-box.shg-c {
  justify-content: center;
}

#s-c6a19e4f-daac-4f2e-90b4-0c70c1662db1 {
  padding-top: 10%;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-c6a19e4f-daac-4f2e-90b4-0c70c1662db1 .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cdf25087-dc2f-4cda-a2ee-1fe0d1247f9f {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-0c22703e-4564-4148-b165-4d6c5c53c6f6 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-0c22703e-4564-4148-b165-4d6c5c53c6f6:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(226, 183, 164, 1) !important;}#s-0c22703e-4564-4148-b165-4d6c5c53c6f6:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0c22703e-4564-4148-b165-4d6c5c53c6f6-root {
    text-align: center;
  }


#s-0c22703e-4564-4148-b165-4d6c5c53c6f6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c22703e-4564-4148-b165-4d6c5c53c6f6-root {
    text-align: center;
  }


#s-0c22703e-4564-4148-b165-4d6c5c53c6f6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c22703e-4564-4148-b165-4d6c5c53c6f6-root {
    text-align: center;
  }


#s-0c22703e-4564-4148-b165-4d6c5c53c6f6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c22703e-4564-4148-b165-4d6c5c53c6f6-root {
    text-align: center;
  }


#s-0c22703e-4564-4148-b165-4d6c5c53c6f6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c22703e-4564-4148-b165-4d6c5c53c6f6-root {
    text-align: center;
  }


#s-0c22703e-4564-4148-b165-4d6c5c53c6f6.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-0c5267f1-3f34-4ad9-ba9b-aed93d06d0a6 {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 67px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}








#s-0c5267f1-3f34-4ad9-ba9b-aed93d06d0a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c5267f1-3f34-4ad9-ba9b-aed93d06d0a6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d7df855c-4fbf-47b6-930f-d9f4fd1595c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7df855c-4fbf-47b6-930f-d9f4fd1595c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7df855c-4fbf-47b6-930f-d9f4fd1595c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7df855c-4fbf-47b6-930f-d9f4fd1595c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17ea9edc-8ce7-444f-8243-583c8963fc86 {
  min-height: 50px;
}








#s-17ea9edc-8ce7-444f-8243-583c8963fc86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17ea9edc-8ce7-444f-8243-583c8963fc86.shg-box.shg-c {
  justify-content: center;
}

#s-423aadb7-1180-42f0-a896-88b5dcb24553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-423aadb7-1180-42f0-a896-88b5dcb24553 .shogun-heading-component h2 {
  color: rgba(173, 181, 146, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-119406fe-15c0-4ecd-9250-ea4ae7a40c6e {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}

#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc:active {background-color: rgba(0, 0, 0, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc-root {
    text-align: center;
  }


#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc-root {
    text-align: center;
  }


#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc-root {
    text-align: center;
  }


#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc-root {
    text-align: center;
  }


#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc-root {
    text-align: center;
  }


#s-fc8a3f49-8b28-4ccf-b8c4-01834a8deafc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-fbb95b45-7612-41f4-81df-ca69986fd754 {
  margin-left: auto;
margin-right: auto;
min-height: 70%;
max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fbb95b45-7612-41f4-81df-ca69986fd754 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fbb95b45-7612-41f4-81df-ca69986fd754 img.shogun-image,
  #s-fbb95b45-7612-41f4-81df-ca69986fd754 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbb95b45-7612-41f4-81df-ca69986fd754 {
    width: 100%;
    height: auto;
  }



  #s-fbb95b45-7612-41f4-81df-ca69986fd754 img.shogun-image {
    

    
    
    
  }


#s-fbb95b45-7612-41f4-81df-ca69986fd754 .shogun-image-content {
  
    justify-content: center;
  
}

#s-33deb7da-b647-42ac-a6ff-0b10abe6d393 {
  background-attachment: fixed;
margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-33deb7da-b647-42ac-a6ff-0b10abe6d393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33deb7da-b647-42ac-a6ff-0b10abe6d393.shg-box.shg-c {
  justify-content: center;
}

#s-3ba4feea-389d-4b35-8495-172f3de8e1f0 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3ba4feea-389d-4b35-8495-172f3de8e1f0 .shogun-heading-component h3 {
  color: rgba(112, 146, 154, 1);
  font-weight:  normal ;
  font-family: "QuaintGarden";
  font-style:  normal ;
  
  
  
  
}



#s-0732b5c3-62d9-4a4f-9d48-c29a9bd9341a {
  padding-top: 15px;
padding-bottom: 15px;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-0732b5c3-62d9-4a4f-9d48-c29a9bd9341a {
  max-width: 100px;
}
}
#s-0732b5c3-62d9-4a4f-9d48-c29a9bd9341a {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0732b5c3-62d9-4a4f-9d48-c29a9bd9341a img.shogun-image {
    

    
    
    
  }


#s-0732b5c3-62d9-4a4f-9d48-c29a9bd9341a .shogun-image-content {
  
    justify-content: center;
  
}

#s-4cd8152d-b388-4e30-920f-8c6bcfebbe0d {
  padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
}

#s-169d52e7-303a-4928-a5e0-849af7e033d8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-169d52e7-303a-4928-a5e0-849af7e033d8 {
  display: none;
}
#s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-content-s-169d52e7-303a-4928-a5e0-849af7e033d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-169d52e7-303a-4928-a5e0-849af7e033d8 {
  display: none;
}
#s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-content-s-169d52e7-303a-4928-a5e0-849af7e033d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-169d52e7-303a-4928-a5e0-849af7e033d8 {
  display: none;
}
#s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-content-s-169d52e7-303a-4928-a5e0-849af7e033d8 { display: none !important; }}@media (max-width: 767px){#s-169d52e7-303a-4928-a5e0-849af7e033d8 {
  display: none;
}
#s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-s-169d52e7-303a-4928-a5e0-849af7e033d8, #wrap-content-s-169d52e7-303a-4928-a5e0-849af7e033d8 { display: none !important; }}







#s-169d52e7-303a-4928-a5e0-849af7e033d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-169d52e7-303a-4928-a5e0-849af7e033d8.shg-box.shg-c {
  justify-content: center;
}

#s-be6171d1-c5d8-4dbc-bb06-01b8d28b3895 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6171d1-c5d8-4dbc-bb06-01b8d28b3895 .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b620a5fc-4bb5-4026-9fde-cfb3cebf218c {
  text-align: center;
}

#s-b620a5fc-4bb5-4026-9fde-cfb3cebf218c {
  overflow: hidden;
  
  
}







  #s-b620a5fc-4bb5-4026-9fde-cfb3cebf218c img.shogun-image {
    

    
    
    
  }


#s-b620a5fc-4bb5-4026-9fde-cfb3cebf218c .shogun-image-content {
  
    justify-content: center;
  
}

#s-3641999f-21ac-433d-907c-a249d9cf55e5 {
  padding-top: 30px;
padding-left: 10%;
padding-right: 10%;
}

#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489:active {background-color: #000000 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489-root {
    text-align: center;
  }


#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489-root {
    text-align: center;
  }


#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489-root {
    text-align: center;
  }


#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489-root {
    text-align: center;
  }


#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489-root {
    text-align: center;
  }


#s-bdc74136-60ce-489a-8f5c-cf2c4d5a8489.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-cd69c928-409c-4659-a2bf-a6cedb6e350a {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}

#s-cd69c928-409c-4659-a2bf-a6cedb6e350a .shogun-heading-component h2 {
  color: rgba(202, 141, 132, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-231e74b9-2929-4c26-b59a-67cc10574ef3 {
  padding-top: 20px;
padding-bottom: 40px;
}

#s-7b623e77-f722-4b76-a4c6-50e00125de8b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 55px;
background-position: center center;
}








#s-7b623e77-f722-4b76-a4c6-50e00125de8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b623e77-f722-4b76-a4c6-50e00125de8b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e82502fe-88b8-4353-9786-3401c4b11492"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-57d32fc1-6b5f-456f-b9ec-3582a77cb69f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57d32fc1-6b5f-456f-b9ec-3582a77cb69f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerBold";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-52708349-77c3-4454-af06-35b4b4ec2713 {
  margin-bottom: 30px;
}

#s-52708349-77c3-4454-af06-35b4b4ec2713 .shogun-icon-wrapper {
  text-align: center;
}


#s-52708349-77c3-4454-af06-35b4b4ec2713 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-52708349-77c3-4454-af06-35b4b4ec2713 .shogun-icon-wrapper {
  text-align: center;
}


#s-52708349-77c3-4454-af06-35b4b4ec2713 .shogun-icon-wrapper > .shogun-icon {

  font-size: 70px !important;
  color: rgba(255, 255, 255, 1);
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 {
  margin-bottom: 50px;
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(65, 66, 64, 1);
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 247, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(65, 66, 64, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: 600;
  
  font-size: 16px;
}

#s-1d75d03b-cfda-46e0-a326-cc0d9a028564 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-9c01f62a-ba4a-4b17-b04d-81c78be96e5f {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-9c01f62a-ba4a-4b17-b04d-81c78be96e5f .shg-proportional-font-size,
#s-9c01f62a-ba4a-4b17-b04d-81c78be96e5f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98ef704f-35d3-476b-bb35-99295ecc80ed {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-98ef704f-35d3-476b-bb35-99295ecc80ed .shg-proportional-font-size,
#s-98ef704f-35d3-476b-bb35-99295ecc80ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2a73fe24-07b6-4c8a-a8a3-e9a55439d28d {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-2a73fe24-07b6-4c8a-a8a3-e9a55439d28d .shg-proportional-font-size,
#s-2a73fe24-07b6-4c8a-a8a3-e9a55439d28d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1bab4b21-730d-4d70-bb8e-438d377047c8 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-1bab4b21-730d-4d70-bb8e-438d377047c8 .shg-proportional-font-size,
#s-1bab4b21-730d-4d70-bb8e-438d377047c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6ef22a00-1877-40f4-8e39-ce87c9b328ac {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-6ef22a00-1877-40f4-8e39-ce87c9b328ac .shg-proportional-font-size,
#s-6ef22a00-1877-40f4-8e39-ce87c9b328ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1b3f3ff3-f27a-42af-b11c-75b890e69a77 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-1b3f3ff3-f27a-42af-b11c-75b890e69a77 .shg-proportional-font-size,
#s-1b3f3ff3-f27a-42af-b11c-75b890e69a77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a215f093-b743-4567-a4b2-1e07e40fc4f4 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-a215f093-b743-4567-a4b2-1e07e40fc4f4 .shg-proportional-font-size,
#s-a215f093-b743-4567-a4b2-1e07e40fc4f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-38236af1-811f-41a0-9d5e-a70e522815f4 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-38236af1-811f-41a0-9d5e-a70e522815f4 .shg-proportional-font-size,
#s-38236af1-811f-41a0-9d5e-a70e522815f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86d734d3-dfd9-42a0-92e3-892fd96fe9ee {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-86d734d3-dfd9-42a0-92e3-892fd96fe9ee .shg-proportional-font-size,
#s-86d734d3-dfd9-42a0-92e3-892fd96fe9ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ee6c87a-7de4-46af-8c53-ebf21013f01b {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-3ee6c87a-7de4-46af-8c53-ebf21013f01b .shg-proportional-font-size,
#s-3ee6c87a-7de4-46af-8c53-ebf21013f01b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-31b77402-0b27-4e98-8473-d33596196047 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-31b77402-0b27-4e98-8473-d33596196047 .shg-proportional-font-size,
#s-31b77402-0b27-4e98-8473-d33596196047 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1f7e1066-b4f2-4936-9ca0-dd72fff1cb73 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-1f7e1066-b4f2-4936-9ca0-dd72fff1cb73 .shg-proportional-font-size,
#s-1f7e1066-b4f2-4936-9ca0-dd72fff1cb73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fe135e6f-b797-439d-9030-1f0d4636b80d {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-fe135e6f-b797-439d-9030-1f0d4636b80d .shg-proportional-font-size,
#s-fe135e6f-b797-439d-9030-1f0d4636b80d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f661eaa9-f7fb-4bcc-9888-c4b0f215043a {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-f661eaa9-f7fb-4bcc-9888-c4b0f215043a .shg-proportional-font-size,
#s-f661eaa9-f7fb-4bcc-9888-c4b0f215043a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27964e71-f83d-4289-9a17-a01ad719f664 {
  background-repeat: repeat;
background-size: contain;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}








#s-27964e71-f83d-4289-9a17-a01ad719f664 > .shg-box-overlay {
  background-color: rgba(226, 183, 164, 1);
  opacity: 0.8;
  display: block;
}#s-27964e71-f83d-4289-9a17-a01ad719f664.shg-box.shg-c {
  justify-content: center;
}

#s-d836b0b6-4fac-4b91-a159-51e4fc156a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d836b0b6-4fac-4b91-a159-51e4fc156a1d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "FrederickatheGreat-Regular";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-94374507-0b9d-4d98-b023-507bede8c656 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94374507-0b9d-4d98-b023-507bede8c656 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "TortoiseAndDeerRegular";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-01eeb5d1-832a-42f6-b61e-2f8763661c87 {
  background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 35px;
padding-left: 100px;
padding-bottom: 35px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(173, 181, 146, 0);
border-style: solid;
border-radius: 2px;
min-height: 9px;
max-width: 500px;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center bottom;
line-height: 1.5em;
}
#s-01eeb5d1-832a-42f6-b61e-2f8763661c87:hover {background-image: url(https://i.shgcdn.com/3dc37e73-03ff-4c25-bb94-6c67b32cb761/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(236, 236, 236, 1) !important;}#s-01eeb5d1-832a-42f6-b61e-2f8763661c87:active {background-color: #000000 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-01eeb5d1-832a-42f6-b61e-2f8763661c87-root {
    text-align: center;
  }


#s-01eeb5d1-832a-42f6-b61e-2f8763661c87.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01eeb5d1-832a-42f6-b61e-2f8763661c87-root {
    text-align: center;
  }


#s-01eeb5d1-832a-42f6-b61e-2f8763661c87.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01eeb5d1-832a-42f6-b61e-2f8763661c87-root {
    text-align: center;
  }


#s-01eeb5d1-832a-42f6-b61e-2f8763661c87.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01eeb5d1-832a-42f6-b61e-2f8763661c87-root {
    text-align: center;
  }


#s-01eeb5d1-832a-42f6-b61e-2f8763661c87.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01eeb5d1-832a-42f6-b61e-2f8763661c87-root {
    text-align: center;
  }


#s-01eeb5d1-832a-42f6-b61e-2f8763661c87.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-35d71153-4942-4e8e-8956-7f4025c5f140 {
  text-align: center;
background-repeat: repeat;
opacity: 0.8;
}

#s-35d71153-4942-4e8e-8956-7f4025c5f140 {
  overflow: hidden;
  
  
}







  #s-35d71153-4942-4e8e-8956-7f4025c5f140 img.shogun-image {
    

    
    
    
  }


#s-35d71153-4942-4e8e-8956-7f4025c5f140 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 {
  background-image: url(https://i.shgcdn.com/cdeb8cd6-5f19-4aa1-bfbc-4d1435b1b183/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: right top;
}
@media (min-width: 1200px){#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 {
  display: none;
}
#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-content-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 {
  display: none;
}
#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-content-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 {
  display: none;
}
#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-content-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 { display: none !important; }}@media (max-width: 767px){#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 {
  display: none;
}
#s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187, #wrap-content-s-4b3cddcb-ca66-420c-b4f3-b7692db0d187 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b3cddcb-ca66-420c-b4f3-b7692db0d187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3cddcb-ca66-420c-b4f3-b7692db0d187"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b3cddcb-ca66-420c-b4f3-b7692db0d187"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b3cddcb-ca66-420c-b4f3-b7692db0d187"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e61322d-f81d-4eb7-9caf-1db54df922e4 {
  min-height: 50px;
}








#s-7e61322d-f81d-4eb7-9caf-1db54df922e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e61322d-f81d-4eb7-9caf-1db54df922e4.shg-box.shg-c {
  justify-content: center;
}

#s-aa9dcf19-0dec-4339-bab6-84eec3baf3d9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 0px;
text-align: center;
background-color: rgba(252, 252, 252, 0);
}

#s-aa9dcf19-0dec-4339-bab6-84eec3baf3d9 {
  overflow: hidden;
  
  
}







  #s-aa9dcf19-0dec-4339-bab6-84eec3baf3d9 img.shogun-image {
    

    
    
    
  }


#s-aa9dcf19-0dec-4339-bab6-84eec3baf3d9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(184, 194, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b:hover {background-color: rgba(184, 194, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ff5e8c3-0628-46af-b384-e69b9d4e370b-root {
    text-align: center;
  }


#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ff5e8c3-0628-46af-b384-e69b9d4e370b-root {
    text-align: center;
  }


#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ff5e8c3-0628-46af-b384-e69b9d4e370b-root {
    text-align: center;
  }


#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ff5e8c3-0628-46af-b384-e69b9d4e370b-root {
    text-align: center;
  }


#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ff5e8c3-0628-46af-b384-e69b9d4e370b-root {
    text-align: center;
  }


#s-2ff5e8c3-0628-46af-b384-e69b9d4e370b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: TortoiseAndDeerRegular;
  display:  inline-block ;
}
}
#s-5635885e-ecc9-4284-8f28-bd4985e9274f {
  text-align: center;
}

#s-5635885e-ecc9-4284-8f28-bd4985e9274f {
  overflow: hidden;
  
  
}







  #s-5635885e-ecc9-4284-8f28-bd4985e9274f img.shogun-image {
    

    
    
    
  }


#s-5635885e-ecc9-4284-8f28-bd4985e9274f .shogun-image-content {
  
    justify-content: center;
  
}

#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 {
  background-attachment: fixed;
min-height: 517px;
}
@media (min-width: 1200px){#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 {
  
}
}@media (max-width: 767px){#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 {
  
}
}







#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-036a5e6f-20d7-4d6a-b5a6-4566496d9958.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-f00cd01d-34ce-46aa-9b32-07c24113e2cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f00cd01d-34ce-46aa-9b32-07c24113e2cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f00cd01d-34ce-46aa-9b32-07c24113e2cb {
  
}
}@media (max-width: 767px){#s-f00cd01d-34ce-46aa-9b32-07c24113e2cb {
  
}
}
@media (min-width: 0px) {
[id="s-f00cd01d-34ce-46aa-9b32-07c24113e2cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f00cd01d-34ce-46aa-9b32-07c24113e2cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f00cd01d-34ce-46aa-9b32-07c24113e2cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f00cd01d-34ce-46aa-9b32-07c24113e2cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
