.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-b049ec3a-3c83-4748-88af-4eff95faf4f1 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-b049ec3a-3c83-4748-88af-4eff95faf4f1 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b049ec3a-3c83-4748-88af-4eff95faf4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b049ec3a-3c83-4748-88af-4eff95faf4f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-e3adfa96-ff06-4fc3-bbe6-4d883dfeb427"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-644646dd-dbec-44cc-b379-60fbb3dd73ef {
  min-height: 50px;
}








#s-644646dd-dbec-44cc-b379-60fbb3dd73ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644646dd-dbec-44cc-b379-60fbb3dd73ef.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-b0a237e6-b491-470e-819b-4308ea7473c3 {
  text-align: left;
}



.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a237e6-b491-470e-819b-4308ea7473c3 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-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-thumb-image-wrapper {
  

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

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-scroll-button {
  color: #FFF;
}

#s-44bfc0d9-7f21-441f-bb2b-2bfa57fb09bb .shg-gallery-dot {
  background-color: #FFF;
}

#s-3df42421-bd7f-4d26-9e18-349bdbf3a84b {
  min-height: 50px;
}








#s-3df42421-bd7f-4d26-9e18-349bdbf3a84b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df42421-bd7f-4d26-9e18-349bdbf3a84b.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-fc5fd8bb-cc27-4723-a3c6-49410f4b415f {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc5fd8bb-cc27-4723-a3c6-49410f4b415f .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-d7404bdb-a17b-4b5d-8fcb-0c58bfa47ca9 {
  margin-bottom: 1em;
text-align: left;
}

#s-d7404bdb-a17b-4b5d-8fcb-0c58bfa47ca9 .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-d7404bdb-a17b-4b5d-8fcb-0c58bfa47ca9 .shg-product-price {
  color: rgba(145, 61, 61, 1);
  font-weight:   ;
  font-family: Noto Serif JP;
  font-style:  normal ;
  font-size: 1.7em;
}

#s-d7404bdb-a17b-4b5d-8fcb-0c58bfa47ca9 .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-f6fdadea-3604-4fca-bb01-0891b9bd38ca {
  margin-bottom: 2em;
max-width: 100%;
}

#s-7c3c137f-28df-4e7c-9455-c815a84bf875 {
  min-height: 44px;
max-width: 70%;
}
@media (max-width: 767px){#s-7c3c137f-28df-4e7c-9455-c815a84bf875 {
  max-width: 100%;
}
}







#s-7c3c137f-28df-4e7c-9455-c815a84bf875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3c137f-28df-4e7c-9455-c815a84bf875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb558b55-8c14-408a-9c79-c292039df5be {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb558b55-8c14-408a-9c79-c292039df5be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-afe2bbce-b4a5-41d2-9592-c339c1f50ad3 {
  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-afe2bbce-b4a5-41d2-9592-c339c1f50ad3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-afe2bbce-b4a5-41d2-9592-c339c1f50ad3 .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-678d15f4-749f-4863-9516-caaa87909d1d {
  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-678d15f4-749f-4863-9516-caaa87909d1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-678d15f4-749f-4863-9516-caaa87909d1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-678d15f4-749f-4863-9516-caaa87909d1d-atc-btn-wrapper {
    text-align: center;
  }


#s-678d15f4-749f-4863-9516-caaa87909d1d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-678d15f4-749f-4863-9516-caaa87909d1d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-678d15f4-749f-4863-9516-caaa87909d1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-678d15f4-749f-4863-9516-caaa87909d1d.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-7f9dc793-0f46-43fd-9500-94bd7b5ab030 {
  margin-top: 1em;
margin-bottom: 1em;
}
}
#s-7f9dc793-0f46-43fd-9500-94bd7b5ab030 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7f9dc793-0f46-43fd-9500-94bd7b5ab030 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7f9dc793-0f46-43fd-9500-94bd7b5ab030 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-7f9dc793-0f46-43fd-9500-94bd7b5ab030 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-7f9dc793-0f46-43fd-9500-94bd7b5ab030 td.shogun-table-column, #s-7f9dc793-0f46-43fd-9500-94bd7b5ab030 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-0311d8ee-bd62-4dea-9bd0-59e73e2a0c61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0311d8ee-bd62-4dea-9bd0-59e73e2a0c61 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-5a12b84c-a27e-43fb-a242-4aa1bf61036b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a12b84c-a27e-43fb-a242-4aa1bf61036b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-da3d6159-e4b5-45cc-a722-66b5e5f609fe {
  padding-top: 17px;
padding-bottom: 17px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-da3d6159-e4b5-45cc-a722-66b5e5f609fe .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2905a153-80d7-4e86-90d5-fa71140c52de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-2905a153-80d7-4e86-90d5-fa71140c52de .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-79ab679c-84b6-4a96-8d94-19104add7ea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79ab679c-84b6-4a96-8d94-19104add7ea3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e60c8021-3d34-443d-8203-92dedc895c0a {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-e60c8021-3d34-443d-8203-92dedc895c0a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-dfa3040a-3700-4877-ba93-7abead385b6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfa3040a-3700-4877-ba93-7abead385b6f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5e712514-7a2b-4006-82c9-2fbb3ce1d698 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e712514-7a2b-4006-82c9-2fbb3ce1d698 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f15a2e52-d0b3-4aa9-bcce-b5a5aa02a13c {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f15a2e52-d0b3-4aa9-bcce-b5a5aa02a13c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-4200f906-fd47-4f26-baf0-aa1b69ee6b73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-4200f906-fd47-4f26-baf0-aa1b69ee6b73 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8f605f60-83e2-4aa6-905c-dd9f4bca3581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-8f605f60-83e2-4aa6-905c-dd9f4bca3581 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6f5ec759-1a77-4af2-9e57-5f523ab254d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-6f5ec759-1a77-4af2-9e57-5f523ab254d1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-11f60171-e781-4e56-8668-ee79b2b4a597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-11f60171-e781-4e56-8668-ee79b2b4a597 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-53345aa0-f672-4ac3-898d-07d2f113aaae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-53345aa0-f672-4ac3-898d-07d2f113aaae .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0d30e2d7-3401-4a6c-9e75-9964d45ffa71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-0d30e2d7-3401-4a6c-9e75-9964d45ffa71 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d71d7ae5-1693-4f1c-b46c-25a80c71aff0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-d71d7ae5-1693-4f1c-b46c-25a80c71aff0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9ae12146-6dac-45c7-8020-caa438ff6dce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-9ae12146-6dac-45c7-8020-caa438ff6dce .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-34db5de1-d31d-438d-a8d1-477c670f143f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34db5de1-d31d-438d-a8d1-477c670f143f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-75520315-4f16-4dc0-bcd6-03838d766031 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75520315-4f16-4dc0-bcd6-03838d766031 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-663a317f-ac33-4d6e-94dd-b44dfa3d988a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-663a317f-ac33-4d6e-94dd-b44dfa3d988a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-213d9d6b-7662-41f5-adc3-1f4eb85044ac {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-213d9d6b-7662-41f5-adc3-1f4eb85044ac .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d5f4b498-7b77-4ecf-8ceb-604234166f84 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d5f4b498-7b77-4ecf-8ceb-604234166f84 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d27a0b89-64a7-4242-9ca1-cfa6ea03ab6b {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d27a0b89-64a7-4242-9ca1-cfa6ea03ab6b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f6ac8b2a-f7c2-477c-be73-263d1ff63e39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-f6ac8b2a-f7c2-477c-be73-263d1ff63e39 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c489dede-72db-4df3-8826-f1b89b5035d3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-c489dede-72db-4df3-8826-f1b89b5035d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c489dede-72db-4df3-8826-f1b89b5035d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d1959eef-b10a-4334-a34b-69172d95170c {
  text-align: center;
}







  #s-d1959eef-b10a-4334-a34b-69172d95170c img.shogun-image {
    

    
    
    
  }


#s-d1959eef-b10a-4334-a34b-69172d95170c .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ec94d3d-c3d5-4c05-b735-98ab683bf06f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-514673ba-17ff-4c76-8729-f579b556fd37 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-514673ba-17ff-4c76-8729-f579b556fd37 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-514673ba-17ff-4c76-8729-f579b556fd37 .shg-sld-nav-button.shg-sld-left,
#s-514673ba-17ff-4c76-8729-f579b556fd37 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2964e231-13b2-42db-a265-8dcde47fadcf {
  margin-top: 2px;
margin-bottom: 0em;
text-align: center;
}







  #s-2964e231-13b2-42db-a265-8dcde47fadcf img.shogun-image {
    

    
    
    
  }


#s-2964e231-13b2-42db-a265-8dcde47fadcf .shogun-image-content {
  
    align-items: center;
  
}

#s-09f2c6d1-39c7-4c3e-9920-16665cfeb43f {
  text-align: center;
}







  #s-09f2c6d1-39c7-4c3e-9920-16665cfeb43f img.shogun-image {
    

    
    
    
  }


#s-09f2c6d1-39c7-4c3e-9920-16665cfeb43f .shogun-image-content {
  
    align-items: center;
  
}

#s-39ef9414-0421-4306-84fb-c1298718a669 {
  padding-left: 4%;
padding-right: 4%;
text-align: center;
}







  #s-39ef9414-0421-4306-84fb-c1298718a669 img.shogun-image {
    

    
    
    
  }


#s-39ef9414-0421-4306-84fb-c1298718a669 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec65a4ef-77e2-4fe8-a204-249ec6c32a32 {
  margin-bottom: 2em;
padding-left: 5%;
padding-right: 5%;
}

#s-a2b0e087-6ade-462d-9351-5c3311eba7f6 {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-a2b0e087-6ade-462d-9351-5c3311eba7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b0e087-6ade-462d-9351-5c3311eba7f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aaffef5-b6d7-4c9a-8739-0d371164c362 {
  text-align: center;
}







  #s-4aaffef5-b6d7-4c9a-8739-0d371164c362 img.shogun-image {
    

    
    
    
  }


#s-4aaffef5-b6d7-4c9a-8739-0d371164c362 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef717395-c687-4097-8d2d-706cc422ea7a {
  margin-top: 1em;
}

#s-3fe496fd-ec8f-4ca6-a464-6eafbec8da3d {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
background-color: rgba(227, 255, 229, 1);
}








#s-3fe496fd-ec8f-4ca6-a464-6eafbec8da3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe496fd-ec8f-4ca6-a464-6eafbec8da3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc {
  display: none;
}
#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc, #wrap-s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc { display: none !important; }}@media (max-width: 767px){#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc {
  display: none;
}
#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc, #wrap-s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc { display: none !important; }}







#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c5ede89-abb0-43c9-a9b3-6fbf3196e8fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada {
  display: none;
}
#s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada, #wrap-s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada { display: none !important; }}@media (max-width: 767px){#s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada {
  display: none;
}
#s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada, #wrap-s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada { display: none !important; }}
@media (min-width: 0px) {
[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ca74ca8a-7ec7-4b4a-9a19-f96b06468ada"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5ceb6b8d-f977-4bbd-a16d-00ac6d92cd3a {
  margin-top: 3em;
margin-bottom: 3em;
text-align: center;
}







  #s-5ceb6b8d-f977-4bbd-a16d-00ac6d92cd3a img.shogun-image {
    

    
    
    
  }


#s-5ceb6b8d-f977-4bbd-a16d-00ac6d92cd3a .shogun-image-content {
  
    align-items: center;
  
}

#s-1f5aa959-430d-4416-b08d-e63ade56d4a5 {
  margin-top: 4em;
margin-left: 40%;
margin-bottom: 3em;
margin-right: 40%;
padding-top: 0em;
padding-left: 0%;
padding-right: 1%;
max-width: 200px;
text-align: center;
}







  #s-1f5aa959-430d-4416-b08d-e63ade56d4a5 img.shogun-image {
    

    
    
    
  }


#s-1f5aa959-430d-4416-b08d-e63ade56d4a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea5967ea-810a-4d88-88c5-d33e8728f815 {
  margin-top: -3em;
margin-bottom: 0px;
padding-left: 7%;
padding-right: 7%;
}

#s-05986fcb-16c4-4e5c-bfd5-5e740043efd4 {
  margin-top: 2em;
margin-left: 0%;
margin-bottom: 2em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-05986fcb-16c4-4e5c-bfd5-5e740043efd4 img.shogun-image {
    

    
    
    
  }


#s-05986fcb-16c4-4e5c-bfd5-5e740043efd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d {
  display: none;
}
#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d, #wrap-s-0ca91d79-5ee2-4253-a22b-4973a87cf56d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d {
  display: none;
}
#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d, #wrap-s-0ca91d79-5ee2-4253-a22b-4973a87cf56d { display: none !important; }}







#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ca91d79-5ee2-4253-a22b-4973a87cf56d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81e7fd6f-a1a5-4e2c-823c-c99bf7b27225 {
  margin-top: 0em;
margin-bottom: 3em;
text-align: center;
}







  #s-81e7fd6f-a1a5-4e2c-823c-c99bf7b27225 img.shogun-image {
    

    
    
    
  }


#s-81e7fd6f-a1a5-4e2c-823c-c99bf7b27225 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c706c0-9cb9-4208-8419-2ab96c62b553 {
  margin-top: 0em;
margin-left: 40%;
margin-bottom: 3em;
margin-right: 40%;
padding-top: 0em;
padding-left: 0%;
padding-right: 0%;
max-width: 200px;
text-align: center;
}







  #s-e9c706c0-9cb9-4208-8419-2ab96c62b553 img.shogun-image {
    

    
    
    
  }


#s-e9c706c0-9cb9-4208-8419-2ab96c62b553 .shogun-image-content {
  
    align-items: center;
  
}

#s-d915f3e0-4448-44ab-a828-f1d003158a0e {
  margin-top: -3em;
margin-bottom: 0px;
padding-left: 7%;
padding-right: 7%;
}

#s-f0e47a8c-d081-492b-bc15-3456ff6b4c3e {
  margin-top: 2em;
margin-left: 0%;
margin-bottom: 2em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-f0e47a8c-d081-492b-bc15-3456ff6b4c3e img.shogun-image {
    

    
    
    
  }


#s-f0e47a8c-d081-492b-bc15-3456ff6b4c3e .shogun-image-content {
  
    align-items: center;
  
}

#s-af2c4312-027a-4bcf-95cf-8dd5490fd46d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}








#s-af2c4312-027a-4bcf-95cf-8dd5490fd46d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af2c4312-027a-4bcf-95cf-8dd5490fd46d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e5439e-4d06-4ab9-8a3e-a310638dc048 {
  margin-top: 2em;
text-align: center;
}







  #s-d1e5439e-4d06-4ab9-8a3e-a310638dc048 img.shogun-image {
    

    
    
    
  }


#s-d1e5439e-4d06-4ab9-8a3e-a310638dc048 .shogun-image-content {
  
    align-items: center;
  
}

#s-a463667f-614a-4766-b56f-dca7d7950072 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-a463667f-614a-4766-b56f-dca7d7950072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a463667f-614a-4766-b56f-dca7d7950072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-a463667f-614a-4766-b56f-dca7d7950072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-a463667f-614a-4766-b56f-dca7d7950072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-6b84e6dc-0eb3-442a-80a2-669a1dd0fa6d {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-6b84e6dc-0eb3-442a-80a2-669a1dd0fa6d img.shogun-image {
    

    
    
    
  }


#s-6b84e6dc-0eb3-442a-80a2-669a1dd0fa6d .shogun-image-content {
  
    align-items: center;
  
}

#s-896d612a-c327-4476-ac5b-be85dbdcb8bc {
  text-align: center;
}







  #s-896d612a-c327-4476-ac5b-be85dbdcb8bc img.shogun-image {
    

    
    
    
  }


#s-896d612a-c327-4476-ac5b-be85dbdcb8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-499ac33d-307c-4c43-a2cc-f8a4d2574c49 {
  margin-left: auto;
margin-right: auto;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
max-width: 1000px;
}








#s-499ac33d-307c-4c43-a2cc-f8a4d2574c49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-499ac33d-307c-4c43-a2cc-f8a4d2574c49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb {
  display: none;
}
#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb, #wrap-s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb { display: none !important; }}@media (max-width: 767px){#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb {
  display: none;
}
#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb, #wrap-s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb { display: none !important; }}







#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8b61a9-4f88-4568-99a5-ddf5b2ad71fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-004f0454-76f6-44de-9571-86cb9a546e84 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-004f0454-76f6-44de-9571-86cb9a546e84 {
  display: none;
}
#s-004f0454-76f6-44de-9571-86cb9a546e84, #wrap-s-004f0454-76f6-44de-9571-86cb9a546e84 { display: none !important; }}@media (max-width: 767px){#s-004f0454-76f6-44de-9571-86cb9a546e84 {
  display: none;
}
#s-004f0454-76f6-44de-9571-86cb9a546e84, #wrap-s-004f0454-76f6-44de-9571-86cb9a546e84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-004f0454-76f6-44de-9571-86cb9a546e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004f0454-76f6-44de-9571-86cb9a546e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-004f0454-76f6-44de-9571-86cb9a546e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-004f0454-76f6-44de-9571-86cb9a546e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b1edf5b3-15b9-4b15-9418-d8f8ba8211d1 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}







  #s-b1edf5b3-15b9-4b15-9418-d8f8ba8211d1 img.shogun-image {
    

    
    
    
  }


#s-b1edf5b3-15b9-4b15-9418-d8f8ba8211d1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b06bce92-9bd6-4365-84e3-8de6904f216f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b06bce92-9bd6-4365-84e3-8de6904f216f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-b06bce92-9bd6-4365-84e3-8de6904f216f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-b06bce92-9bd6-4365-84e3-8de6904f216f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-4b675baa-7a5d-4a7a-8a17-845042df1fd1 {
  text-align: center;
}







  #s-4b675baa-7a5d-4a7a-8a17-845042df1fd1 img.shogun-image {
    

    
    
    
  }


#s-4b675baa-7a5d-4a7a-8a17-845042df1fd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3ea85b7-c70f-477c-8f63-35bd1bb99acb {
  text-align: center;
}







  #s-c3ea85b7-c70f-477c-8f63-35bd1bb99acb img.shogun-image {
    

    
    
    
  }


#s-c3ea85b7-c70f-477c-8f63-35bd1bb99acb .shogun-image-content {
  
    align-items: center;
  
}

#s-e32064a0-5987-4c60-9983-dccfb71a083d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e32064a0-5987-4c60-9983-dccfb71a083d {
  display: none;
}
#s-e32064a0-5987-4c60-9983-dccfb71a083d, #wrap-s-e32064a0-5987-4c60-9983-dccfb71a083d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e32064a0-5987-4c60-9983-dccfb71a083d {
  display: none;
}
#s-e32064a0-5987-4c60-9983-dccfb71a083d, #wrap-s-e32064a0-5987-4c60-9983-dccfb71a083d { display: none !important; }}







#s-e32064a0-5987-4c60-9983-dccfb71a083d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32064a0-5987-4c60-9983-dccfb71a083d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16a858a0-0b24-43a3-ad81-d0ce6e329e7f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}







  #s-16a858a0-0b24-43a3-ad81-d0ce6e329e7f img.shogun-image {
    

    
    
    
  }


#s-16a858a0-0b24-43a3-ad81-d0ce6e329e7f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-da67f5ef-3146-44f6-94ff-1d24093cde81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da67f5ef-3146-44f6-94ff-1d24093cde81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da67f5ef-3146-44f6-94ff-1d24093cde81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da67f5ef-3146-44f6-94ff-1d24093cde81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7da76271-b1f5-4cb1-b30c-493449d06d3a {
  text-align: center;
}







  #s-7da76271-b1f5-4cb1-b30c-493449d06d3a img.shogun-image {
    

    
    
    
  }


#s-7da76271-b1f5-4cb1-b30c-493449d06d3a .shogun-image-content {
  
    align-items: center;
  
}

#s-6e8dd7ae-8dbc-4f40-af68-6f46817cbf0c {
  text-align: center;
}







  #s-6e8dd7ae-8dbc-4f40-af68-6f46817cbf0c img.shogun-image {
    

    
    
    
  }


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