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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-30522def-1c29-46a7-bc7e-9c153ace7b83 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-30522def-1c29-46a7-bc7e-9c153ace7b83 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-30522def-1c29-46a7-bc7e-9c153ace7b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30522def-1c29-46a7-bc7e-9c153ace7b83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0401f440-849d-456f-bbbe-9ceab60d33b8 {
  display: none;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-79ae81e4-670c-4f96-8a83-567a5e9e4e71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-eceaaa4d-6e41-4847-a5bd-46369caea4f5 {
  min-height: 50px;
}








#s-eceaaa4d-6e41-4847-a5bd-46369caea4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eceaaa4d-6e41-4847-a5bd-46369caea4f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-73a88f66-69c5-4811-bf89-33b7aff406ed {
  text-align: left;
}



.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73a88f66-69c5-4811-bf89-33b7aff406ed img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d7e73abf-7378-408f-b49e-d81aa3318a25 .shg-gallery-dot {
  background-color: #FFF;
}

#s-63032f3f-8910-46fd-a8cd-7d83309c381f {
  min-height: 50px;
}








#s-63032f3f-8910-46fd-a8cd-7d83309c381f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63032f3f-8910-46fd-a8cd-7d83309c381f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1145b284-5039-472c-8858-031d96115ed0 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1145b284-5039-472c-8858-031d96115ed0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Noto Serif JP;
  font-style:   ;
  font-size: 1.4em;
  line-height: ;
  letter-spacing: ;
}

#s-487072e3-a964-4502-aef3-de888f10fdfb {
  margin-bottom: 1em;
text-align: left;
}

#s-487072e3-a964-4502-aef3-de888f10fdfb .shg-product-sold-out {
  display: none;
  color: rgba(145, 61, 61, 1);
  font-size: 1.7em;
  font-weight:   ;
  font-family: Noto Serif JP;
  font-style:  normal ;
}

#s-487072e3-a964-4502-aef3-de888f10fdfb .shg-product-price {
  color: rgba(145, 61, 61, 1);
  font-weight:   ;
  font-family: Noto Serif JP;
  font-style:  normal ;
  font-size: 1.7em;
}

#s-487072e3-a964-4502-aef3-de888f10fdfb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5ef17130-66a8-4365-844b-8ad5de2e3922 {
  margin-bottom: 2em;
max-width: 100%;
}

#s-382d0707-315e-4737-b3e2-0a60cf0f2a18 {
  min-height: 44px;
max-width: 70%;
}
@media (max-width: 767px){#s-382d0707-315e-4737-b3e2-0a60cf0f2a18 {
  max-width: 100%;
}
}







#s-382d0707-315e-4737-b3e2-0a60cf0f2a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-382d0707-315e-4737-b3e2-0a60cf0f2a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba54f81b-2ebf-430d-a375-b54c22c5a815 {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba54f81b-2ebf-430d-a375-b54c22c5a815"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-83f8b006-ca5d-4cef-9019-e4568e86c1b0 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(243, 243, 243, 0);
}

#s-83f8b006-ca5d-4cef-9019-e4568e86c1b0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-83f8b006-ca5d-4cef-9019-e4568e86c1b0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-2266f512-a881-4b13-b60b-6059197d7d17 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(145, 61, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2266f512-a881-4b13-b60b-6059197d7d17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2266f512-a881-4b13-b60b-6059197d7d17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2266f512-a881-4b13-b60b-6059197d7d17-atc-btn-wrapper {
    text-align: center;
  }


#s-2266f512-a881-4b13-b60b-6059197d7d17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2266f512-a881-4b13-b60b-6059197d7d17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2266f512-a881-4b13-b60b-6059197d7d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2266f512-a881-4b13-b60b-6059197d7d17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 {
  margin-top: 1em;
margin-bottom: 1em;
}
}
#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 td.shogun-table-column, #s-cdec152a-f772-43a1-91ef-7657a9bf5ef0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b8388ce0-c042-41a0-829f-31de6a5e5910 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8388ce0-c042-41a0-829f-31de6a5e5910 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-ca9c7ab1-6896-426b-85dd-7043c902dd96 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca9c7ab1-6896-426b-85dd-7043c902dd96 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-bbe33166-8049-4306-95f6-154fcc3558c3 {
  padding-top: 17px;
padding-bottom: 17px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-bbe33166-8049-4306-95f6-154fcc3558c3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e653dc06-84c2-4674-a060-073de89dfa10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-e653dc06-84c2-4674-a060-073de89dfa10 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4109934c-2408-45d1-8791-d847df952251 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4109934c-2408-45d1-8791-d847df952251 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-9d32004e-85fd-47b2-87ad-a8990e56dd99 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-9d32004e-85fd-47b2-87ad-a8990e56dd99 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-7e443b7a-f2c5-44c6-8c7c-3ed207be3962 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e443b7a-f2c5-44c6-8c7c-3ed207be3962 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-c55f3899-b3d4-4ae7-9cb6-1533e2eacbaa {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c55f3899-b3d4-4ae7-9cb6-1533e2eacbaa .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b26c31a0-0a5a-42d0-9dc8-ad33d620f11f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b26c31a0-0a5a-42d0-9dc8-ad33d620f11f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4ce3253d-bbed-4fe5-b324-c1ba671132a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-4ce3253d-bbed-4fe5-b324-c1ba671132a7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2dfaaf3c-db5b-4965-aefe-df262704d913 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-2dfaaf3c-db5b-4965-aefe-df262704d913 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-591e09e6-980c-40c7-a2da-04d8f76f4dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-591e09e6-980c-40c7-a2da-04d8f76f4dd0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8d399d83-fe9f-4381-b1b9-c86baf2db51a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-8d399d83-fe9f-4381-b1b9-c86baf2db51a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b8a4c639-1a80-4f0a-9215-74ac80f6bfb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-b8a4c639-1a80-4f0a-9215-74ac80f6bfb3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b6c40f95-6468-4694-a8e1-ca9d613d9d0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-b6c40f95-6468-4694-a8e1-ca9d613d9d0b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-945abc9c-e578-4e72-9bce-4614acc3077a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-945abc9c-e578-4e72-9bce-4614acc3077a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-808be6de-64c9-45a7-8e38-09da14318cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-808be6de-64c9-45a7-8e38-09da14318cbd .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-408262c0-6a73-4e87-a85a-c65a3352810c {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-408262c0-6a73-4e87-a85a-c65a3352810c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-64c90462-2c97-4b2d-a4f7-adeb3d0f73a5 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64c90462-2c97-4b2d-a4f7-adeb3d0f73a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-75a5bcf6-4219-48c8-8f0e-d1600e0f1951 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75a5bcf6-4219-48c8-8f0e-d1600e0f1951 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-1b47c9de-51b5-4bfd-ba6b-469200f28416 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b47c9de-51b5-4bfd-ba6b-469200f28416 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-23c48142-857e-4c76-a91f-d0a97314d08e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23c48142-857e-4c76-a91f-d0a97314d08e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8198a27c-8e7c-4c2c-9710-1545f522bf57 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8198a27c-8e7c-4c2c-9710-1545f522bf57 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-68cee48a-0b1f-4682-865d-4298a29b783d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-68cee48a-0b1f-4682-865d-4298a29b783d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-25b83d3b-d650-4789-92a0-5485967f6ec6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-25b83d3b-d650-4789-92a0-5485967f6ec6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

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

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

#s-92c6738a-4273-410f-9fce-309c328d29c3 {
  margin-top: 2em;
text-align: center;
}







  #s-92c6738a-4273-410f-9fce-309c328d29c3 img.shogun-image {
    

    
    
    
  }


#s-92c6738a-4273-410f-9fce-309c328d29c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-34a196a3-59ee-424f-962f-af44418e3d54 {
  text-align: center;
}







  #s-34a196a3-59ee-424f-962f-af44418e3d54 img.shogun-image {
    

    
    
    
  }


#s-34a196a3-59ee-424f-962f-af44418e3d54 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba3531bd-a06b-459b-a5f9-9b8576b9ea6c {
  text-align: center;
}







  #s-ba3531bd-a06b-459b-a5f9-9b8576b9ea6c img.shogun-image {
    

    
    
    
  }


#s-ba3531bd-a06b-459b-a5f9-9b8576b9ea6c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e00c2e5-2de6-48f4-aaf0-9510ec4bbe15 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
max-width: 1000px;
}








#s-9e00c2e5-2de6-48f4-aaf0-9510ec4bbe15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e00c2e5-2de6-48f4-aaf0-9510ec4bbe15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-102cec1d-a2e7-4e81-aeb4-1105c0839e43 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}







  #s-102cec1d-a2e7-4e81-aeb4-1105c0839e43 img.shogun-image {
    

    
    
    
  }


#s-102cec1d-a2e7-4e81-aeb4-1105c0839e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-e57afee1-4a6f-4bcb-b622-95f345b16d9d {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(53, 77, 51, 1);
}

#s-5bb7ed8c-56cc-4d59-8ab6-29c8fe27158f {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1000px;
}








#s-5bb7ed8c-56cc-4d59-8ab6-29c8fe27158f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb7ed8c-56cc-4d59-8ab6-29c8fe27158f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd61a6b-6f6b-4c20-8e8c-17e4779cbd41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0fa9e9fc-d6b6-4276-b5dc-7e7197686df9 {
  text-align: center;
}







  #s-0fa9e9fc-d6b6-4276-b5dc-7e7197686df9 img.shogun-image {
    

    
    
    
  }


#s-0fa9e9fc-d6b6-4276-b5dc-7e7197686df9 .shogun-image-content {
  
    align-items: center;
  
}

#s-59587fc9-e145-4fef-9c4d-1dc713875536 {
  margin-top: 2em;
}

#s-fec57790-ba62-4582-8335-5bca9e39e234 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1000px;
}








#s-fec57790-ba62-4582-8335-5bca9e39e234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fec57790-ba62-4582-8335-5bca9e39e234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f25cfaed-ff69-471a-a697-276418ff95e6 {
  margin-top: 2em;
}

@media (min-width: 0px) {
[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f25cfaed-ff69-471a-a697-276418ff95e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-ab65adf4-3377-4f1c-91a7-5cdb6794bba1 {
  margin-top: 4em;
margin-bottom: 2em;
text-align: center;
}







  #s-ab65adf4-3377-4f1c-91a7-5cdb6794bba1 img.shogun-image {
    

    
    
    
  }


#s-ab65adf4-3377-4f1c-91a7-5cdb6794bba1 .shogun-image-content {
  
    align-items: center;
  
}

#s-47fa9417-0a8e-4527-bd6c-d87ae86f1c93 {
  text-align: center;
}







  #s-47fa9417-0a8e-4527-bd6c-d87ae86f1c93 img.shogun-image {
    

    
    
    
  }


#s-47fa9417-0a8e-4527-bd6c-d87ae86f1c93 .shogun-image-content {
  
    align-items: center;
  
}

#s-24810b31-a46a-41b2-9d0a-254ee4c33c82 {
  text-align: center;
}







  #s-24810b31-a46a-41b2-9d0a-254ee4c33c82 img.shogun-image {
    

    
    
    
  }


#s-24810b31-a46a-41b2-9d0a-254ee4c33c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-f058e006-ac06-466e-b2dc-f5a00f840fca {
  margin-top: 2em;
}

@media (min-width: 0px) {
[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f058e006-ac06-466e-b2dc-f5a00f840fca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2de5a5c8-6606-4889-80d4-09a5de326a3a {
  text-align: center;
}







  #s-2de5a5c8-6606-4889-80d4-09a5de326a3a img.shogun-image {
    

    
    
    
  }


#s-2de5a5c8-6606-4889-80d4-09a5de326a3a .shogun-image-content {
  
    align-items: center;
  
}

#s-84c9c20c-195d-4ed8-8088-585647aa0054 {
  margin-top: 2em;
min-height: 50px;
}








#s-84c9c20c-195d-4ed8-8088-585647aa0054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c9c20c-195d-4ed8-8088-585647aa0054.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f46074d7-d86e-48fd-823b-d514f8c3d03f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5e3622b5-1b8e-4e51-a611-db7278d2adee {
  text-align: center;
}







  #s-5e3622b5-1b8e-4e51-a611-db7278d2adee img.shogun-image {
    

    
    
    
  }


#s-5e3622b5-1b8e-4e51-a611-db7278d2adee .shogun-image-content {
  
    align-items: center;
  
}

#s-e523c76c-6997-489b-9f96-5165d819be60 {
  margin-top: 2em;
text-align: center;
}







  #s-e523c76c-6997-489b-9f96-5165d819be60 img.shogun-image {
    

    
    
    
  }


#s-e523c76c-6997-489b-9f96-5165d819be60 .shogun-image-content {
  
    align-items: center;
  
}

#s-051fa28f-7c79-442a-b43b-f0d4e7117083 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1000px;
}








#s-051fa28f-7c79-442a-b43b-f0d4e7117083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-051fa28f-7c79-442a-b43b-f0d4e7117083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e9637b5-f3e8-4089-ba1f-ab1f68b719ec {
  text-align: center;
}







  #s-4e9637b5-f3e8-4089-ba1f-ab1f68b719ec img.shogun-image {
    

    
    
    
  }


#s-4e9637b5-f3e8-4089-ba1f-ab1f68b719ec .shogun-image-content {
  
    align-items: center;
  
}

#s-4acb57d8-2bb1-400d-af93-4dbfc1892752 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4acb57d8-2bb1-400d-af93-4dbfc1892752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-7806e8aa-c596-4055-8bb2-8d0c2ad88de9 {
  text-align: center;
}







  #s-7806e8aa-c596-4055-8bb2-8d0c2ad88de9 img.shogun-image {
    

    
    
    
  }


#s-7806e8aa-c596-4055-8bb2-8d0c2ad88de9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd3359c-75ac-418e-805c-d9ce1f2869b9 {
  text-align: center;
}







  #s-bdd3359c-75ac-418e-805c-d9ce1f2869b9 img.shogun-image {
    

    
    
    
  }


#s-bdd3359c-75ac-418e-805c-d9ce1f2869b9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95f3acd7-7a4b-45cf-b746-261a9b91f444"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4229dd42-2863-4c66-82df-87cc9f53f3e4 {
  text-align: center;
}







  #s-4229dd42-2863-4c66-82df-87cc9f53f3e4 img.shogun-image {
    

    
    
    
  }


#s-4229dd42-2863-4c66-82df-87cc9f53f3e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6109bc49-a441-41cf-9d52-33e7f41098ea {
  text-align: center;
}







  #s-6109bc49-a441-41cf-9d52-33e7f41098ea img.shogun-image {
    

    
    
    
  }


#s-6109bc49-a441-41cf-9d52-33e7f41098ea .shogun-image-content {
  
    align-items: center;
  
}

#s-d48cf3d5-b05a-4f6c-98b5-b28fb6543d09 {
  text-align: center;
}







  #s-d48cf3d5-b05a-4f6c-98b5-b28fb6543d09 img.shogun-image {
    

    
    
    
  }


#s-d48cf3d5-b05a-4f6c-98b5-b28fb6543d09 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}