.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-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-256f1c35-ae6d-40af-9167-e7492392c536 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

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

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

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

#s-886fd4e9-bffc-4d25-8562-cf6637e96d47 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-886fd4e9-bffc-4d25-8562-cf6637e96d47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-1cd624af-497b-483d-a4ff-b82438c7ed3c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cd624af-497b-483d-a4ff-b82438c7ed3c {
  
}
}@media (max-width: 767px){#s-1cd624af-497b-483d-a4ff-b82438c7ed3c {
  display: none;
}
#s-1cd624af-497b-483d-a4ff-b82438c7ed3c, #wrap-s-1cd624af-497b-483d-a4ff-b82438c7ed3c { display: none !important; }}







#s-1cd624af-497b-483d-a4ff-b82438c7ed3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd624af-497b-483d-a4ff-b82438c7ed3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 {
  margin-bottom: 40px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 {
  
}
}@media (max-width: 767px){#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 {
  display: none;
}
#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133, #wrap-s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 { display: none !important; }}







#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87789a9-88eb-4c95-9e08-e2fabc0d6133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6bcd757-b98b-4052-b951-747c28485c98 {
  margin-top: 15px;
}

#s-a4abd7c4-c2c4-45bc-a08a-9e1c30c6f4c5 {
  margin-top: 15px;
}

#s-0d4f68ac-6a5f-4c6c-9026-bd5103a92d8a {
  margin-top: 15px;
}

#s-02685c7a-b2fb-433f-ad9f-65d443af5589 {
  margin-top: 15px;
}

#s-4a413a92-9eb3-4c92-a9c6-5938bc4562d0 {
  margin-top: 15px;
}

#s-3ec4800c-2beb-47c3-b731-1abdd970f162 {
  margin-top: 15px;
}

@media (max-width: 767px){#s-e8d6d127-8dd9-4195-9176-38fe6007099e {
  
}
}







#s-e8d6d127-8dd9-4195-9176-38fe6007099e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d6d127-8dd9-4195-9176-38fe6007099e {
  cursor: pointer;
}#s-e8d6d127-8dd9-4195-9176-38fe6007099e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}








#s-c69dbe3f-b6c8-446f-a8da-786cd5969019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c69dbe3f-b6c8-446f-a8da-786cd5969019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a17d1919-0cde-43aa-a3a6-b66777c14b3c {
  margin-bottom: 20px;
min-height: 50px;
}








#s-a17d1919-0cde-43aa-a3a6-b66777c14b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17d1919-0cde-43aa-a3a6-b66777c14b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -1px;
min-height: 150px;
background-position: center center;
}
@media (max-width: 767px){#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  display: none;
}
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9, #wrap-s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 { display: none !important; }}
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a77c785b-b60a-4aff-a6d1-994ae381a5b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df4c00da-7960-46c0-8d3e-2641a995ab23 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -1px;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-df4c00da-7960-46c0-8d3e-2641a995ab23 {
  display: none;
}
#s-df4c00da-7960-46c0-8d3e-2641a995ab23, #wrap-s-df4c00da-7960-46c0-8d3e-2641a995ab23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df4c00da-7960-46c0-8d3e-2641a995ab23 {
  display: none;
}
#s-df4c00da-7960-46c0-8d3e-2641a995ab23, #wrap-s-df4c00da-7960-46c0-8d3e-2641a995ab23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df4c00da-7960-46c0-8d3e-2641a995ab23 {
  display: none;
}
#s-df4c00da-7960-46c0-8d3e-2641a995ab23, #wrap-s-df4c00da-7960-46c0-8d3e-2641a995ab23 { display: none !important; }}
#s-df4c00da-7960-46c0-8d3e-2641a995ab23 {
  background-image: url(https://i.shgcdn.com/85631e65-1092-4d21-b606-34802720880a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-df4c00da-7960-46c0-8d3e-2641a995ab23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df4c00da-7960-46c0-8d3e-2641a995ab23.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-c89b3757-1b96-4be6-8d19-fc2cc98ad94f {
  max-width: 1800px;
aspect-ratio: 1800/1224;
text-align: center;
}
@media (max-width: 767px){#s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f {
  display: none;
}
#s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f, #wrap-s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f { display: none !important; }}




  #s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f img.shogun-image,
  #s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f {
    width: 100%;
    height: auto;
  }



  #s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f img.shogun-image {
    

    
    
    
  }


#s-c89b3757-1b96-4be6-8d19-fc2cc98ad94f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-00e7f728-3ffe-42f2-becb-671ef9123392 {
  margin-top: 2%;
margin-left: 4%;
margin-right: 0%;
min-height: 50px;
}








#s-00e7f728-3ffe-42f2-becb-671ef9123392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e7f728-3ffe-42f2-becb-671ef9123392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b114656-6e52-4bce-82e4-2c21c380eeee {
  margin-bottom: 5px;
}

#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  display: none;
}
#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5, #wrap-s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  display: none;
}
#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5, #wrap-s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  display: none;
}
#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5, #wrap-s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 { display: none !important; }}@media (max-width: 767px){#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  
}
}







#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5 {
  cursor: pointer;
}#s-8cefc9ff-2ad7-4732-ac70-6fafd80ae7e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7fa0baf5-b2d2-4930-945e-ff5b776e6e3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fa0baf5-b2d2-4930-945e-ff5b776e6e3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fa0baf5-b2d2-4930-945e-ff5b776e6e3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fa0baf5-b2d2-4930-945e-ff5b776e6e3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c842097-2b87-4643-bddf-b0eaf662f9f2 {
  margin-top: 0%;
padding-bottom: 20px;
min-height: 50px;
}








#s-0c842097-2b87-4643-bddf-b0eaf662f9f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c842097-2b87-4643-bddf-b0eaf662f9f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-128c3c74-1ed9-4456-9bff-d9f1dc282396 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-128c3c74-1ed9-4456-9bff-d9f1dc282396 img.shogun-image,
  #s-128c3c74-1ed9-4456-9bff-d9f1dc282396 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-128c3c74-1ed9-4456-9bff-d9f1dc282396 {
    width: 100%;
    height: auto;
  }



  #s-128c3c74-1ed9-4456-9bff-d9f1dc282396 img.shogun-image {
    

    
    
    
  }


#s-128c3c74-1ed9-4456-9bff-d9f1dc282396 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-78dd0fc8-c8b9-4800-a0cb-3fea30c48d1c {
  margin-top: 40px;
min-height: 50px;
}








#s-78dd0fc8-c8b9-4800-a0cb-3fea30c48d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78dd0fc8-c8b9-4800-a0cb-3fea30c48d1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc751e9e-132d-47df-8560-f05896d78fac {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-cc751e9e-132d-47df-8560-f05896d78fac {
  display: none;
}
#s-cc751e9e-132d-47df-8560-f05896d78fac, #wrap-s-cc751e9e-132d-47df-8560-f05896d78fac { display: none !important; }}
#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 {
  display: none;
}
#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255, #wrap-s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 {
  display: none;
}
#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255, #wrap-s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 {
  display: none;
}
#s-bc7283dc-f28b-4cab-a244-cbb8f3a24255, #wrap-s-bc7283dc-f28b-4cab-a244-cbb8f3a24255 { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-63c47e88-ea30-4220-9512-f0e86757fd27 {
  margin-top: -35px;
}
@media (max-width: 767px){#s-63c47e88-ea30-4220-9512-f0e86757fd27 {
  display: none;
}
#s-63c47e88-ea30-4220-9512-f0e86757fd27, #wrap-s-63c47e88-ea30-4220-9512-f0e86757fd27 { display: none !important; }}
#s-63c47e88-ea30-4220-9512-f0e86757fd27 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-6b4110c3-2a06-4248-8c53-76230d1d8220 {
  margin-top: -35px;
padding-left: 2px;
padding-right: 2px;
}
@media (min-width: 1200px){#s-6b4110c3-2a06-4248-8c53-76230d1d8220 {
  display: none;
}
#s-6b4110c3-2a06-4248-8c53-76230d1d8220, #wrap-s-6b4110c3-2a06-4248-8c53-76230d1d8220 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b4110c3-2a06-4248-8c53-76230d1d8220 {
  display: none;
}
#s-6b4110c3-2a06-4248-8c53-76230d1d8220, #wrap-s-6b4110c3-2a06-4248-8c53-76230d1d8220 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b4110c3-2a06-4248-8c53-76230d1d8220 {
  display: none;
}
#s-6b4110c3-2a06-4248-8c53-76230d1d8220, #wrap-s-6b4110c3-2a06-4248-8c53-76230d1d8220 { display: none !important; }}
#s-6b4110c3-2a06-4248-8c53-76230d1d8220 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-aca45e44-6b2e-4c95-ba97-3b4b08280cd2 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-aca45e44-6b2e-4c95-ba97-3b4b08280cd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-aca45e44-6b2e-4c95-ba97-3b4b08280cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aca45e44-6b2e-4c95-ba97-3b4b08280cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca45e44-6b2e-4c95-ba97-3b4b08280cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e592707a-1014-4551-9b1c-0e0d0393d3fe {
  padding-top: 0px;
padding-bottom: 10%;
min-height: 50px;
}








#s-e592707a-1014-4551-9b1c-0e0d0393d3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e592707a-1014-4551-9b1c-0e0d0393d3fe {
  cursor: pointer;
}#s-e592707a-1014-4551-9b1c-0e0d0393d3fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 img.shogun-image,
  #s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 {
    width: 100%;
    height: auto;
  }



  #s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 img.shogun-image {
    

    
    
    
  }


#s-5d3c0ec2-90ed-47a7-afd1-1568a430afb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-77440174-4f04-4fea-b7a4-07e9eeae5922 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a28da53-d597-4af6-9860-1b5cdef264db {
  padding-bottom: 10%;
min-height: 50px;
}








#s-9a28da53-d597-4af6-9860-1b5cdef264db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a28da53-d597-4af6-9860-1b5cdef264db {
  cursor: pointer;
}#s-9a28da53-d597-4af6-9860-1b5cdef264db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c53cefe-41cd-4450-94b9-27a6d4a15c21 {
  text-align: center;
}







  #s-8c53cefe-41cd-4450-94b9-27a6d4a15c21 img.shogun-image {
    

    
    
    
  }


#s-8c53cefe-41cd-4450-94b9-27a6d4a15c21 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6684320-2412-455e-af66-ac3190490993 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dcff7954-20f4-4089-99b5-c53d09bfcd0e {
  min-height: 50px;
}








#s-dcff7954-20f4-4089-99b5-c53d09bfcd0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcff7954-20f4-4089-99b5-c53d09bfcd0e {
  cursor: pointer;
}#s-dcff7954-20f4-4089-99b5-c53d09bfcd0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676db217-b179-400d-b020-a36a2255e141 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-676db217-b179-400d-b020-a36a2255e141 img.shogun-image,
  #s-676db217-b179-400d-b020-a36a2255e141 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676db217-b179-400d-b020-a36a2255e141 {
    width: 100%;
    height: auto;
  }



  #s-676db217-b179-400d-b020-a36a2255e141 img.shogun-image {
    

    
    
    
  }


#s-676db217-b179-400d-b020-a36a2255e141 .shogun-image-content {
  
    align-items: center;
  
}

#s-18cdccfd-8472-4c20-b4d9-27071d924748 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4480ff73-da44-4585-8c8f-f5ec8da7fdcb {
  min-height: 50px;
}








#s-4480ff73-da44-4585-8c8f-f5ec8da7fdcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4480ff73-da44-4585-8c8f-f5ec8da7fdcb {
  cursor: pointer;
}#s-4480ff73-da44-4585-8c8f-f5ec8da7fdcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 img.shogun-image,
  #s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 {
    width: 100%;
    height: auto;
  }



  #s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 img.shogun-image {
    

    
    
    
  }


#s-1cc8e166-3ad0-4c8c-a8da-83b331d723b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-390eaae6-cb74-46f4-af31-6454ea29952d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f {
  display: none;
}
#s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f, #wrap-s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f { display: none !important; }}







#s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b0aa9f1-0d27-44ae-a0ce-b37fb6a1516f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7fdcec7-355d-4f6c-b35a-f7bdc99d72ba {
  margin-bottom: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-d7fdcec7-355d-4f6c-b35a-f7bdc99d72ba {
  
}
}







#s-d7fdcec7-355d-4f6c-b35a-f7bdc99d72ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7fdcec7-355d-4f6c-b35a-f7bdc99d72ba {
  cursor: pointer;
}#s-d7fdcec7-355d-4f6c-b35a-f7bdc99d72ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c9cc450-4014-4704-93de-fe2c9c695adf {
  max-width: 2400px;
aspect-ratio: 2400/1200;
text-align: center;
}





  #s-0c9cc450-4014-4704-93de-fe2c9c695adf img.shogun-image,
  #s-0c9cc450-4014-4704-93de-fe2c9c695adf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c9cc450-4014-4704-93de-fe2c9c695adf {
    width: 100%;
    height: auto;
  }



  #s-0c9cc450-4014-4704-93de-fe2c9c695adf img.shogun-image {
    

    
    
    
  }


#s-0c9cc450-4014-4704-93de-fe2c9c695adf .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd {
  margin-top: 4%;
padding-top: 4%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bd88780-1668-4fdc-afe0-c43dcbe13bdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9d39ba70-dce9-4a06-981f-ade00911d00e {
  padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-9d39ba70-dce9-4a06-981f-ade00911d00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d39ba70-dce9-4a06-981f-ade00911d00e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-047110d5-4314-418f-9226-a72d16792f6e {
  margin-top: 2px;
margin-bottom: 2px;
}

#s-e2187849-2d21-4902-8442-f42fd4cb030f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 {
  display: none;
}
#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734, #wrap-s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 {
  display: none;
}
#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734, #wrap-s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 {
  display: none;
}
#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734, #wrap-s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 { display: none !important; }}







#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cd9a861-4a6e-40d1-b434-7cf25a5ea734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cda4daab-1b10-47bf-87ab-5dc6c9425050 {
  margin-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-cda4daab-1b10-47bf-87ab-5dc6c9425050 {
  
}
}







#s-cda4daab-1b10-47bf-87ab-5dc6c9425050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cda4daab-1b10-47bf-87ab-5dc6c9425050 {
  cursor: pointer;
}#s-cda4daab-1b10-47bf-87ab-5dc6c9425050.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8363e354-9224-4334-9c09-2eae79473fd1 {
  max-width: 750px;
aspect-ratio: 750/900;
text-align: center;
}





  #s-8363e354-9224-4334-9c09-2eae79473fd1 img.shogun-image,
  #s-8363e354-9224-4334-9c09-2eae79473fd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8363e354-9224-4334-9c09-2eae79473fd1 {
    width: 100%;
    height: auto;
  }



  #s-8363e354-9224-4334-9c09-2eae79473fd1 img.shogun-image {
    

    
    
    
  }


#s-8363e354-9224-4334-9c09-2eae79473fd1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-faac0244-87e3-44ad-bb34-183924440ed8 {
  margin-top: 5%;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-faac0244-87e3-44ad-bb34-183924440ed8 {
  display: none;
}
#s-faac0244-87e3-44ad-bb34-183924440ed8, #wrap-s-faac0244-87e3-44ad-bb34-183924440ed8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faac0244-87e3-44ad-bb34-183924440ed8 {
  display: none;
}
#s-faac0244-87e3-44ad-bb34-183924440ed8, #wrap-s-faac0244-87e3-44ad-bb34-183924440ed8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faac0244-87e3-44ad-bb34-183924440ed8 {
  
}
}@media (max-width: 767px){#s-faac0244-87e3-44ad-bb34-183924440ed8 {
  
}
}







#s-faac0244-87e3-44ad-bb34-183924440ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faac0244-87e3-44ad-bb34-183924440ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ca8f854-5999-401c-a4c7-994eecdc44c0 {
  margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-1ca8f854-5999-401c-a4c7-994eecdc44c0 {
  display: none;
}
#s-1ca8f854-5999-401c-a4c7-994eecdc44c0, #wrap-s-1ca8f854-5999-401c-a4c7-994eecdc44c0 { display: none !important; }}







#s-1ca8f854-5999-401c-a4c7-994eecdc44c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca8f854-5999-401c-a4c7-994eecdc44c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326d7186-5dd3-47c0-84f7-71277e249133 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-326d7186-5dd3-47c0-84f7-71277e249133"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-37f4ab90-5c08-434f-a0e1-3697aaf1ddd5 {
  min-height: 50px;
}








#s-37f4ab90-5c08-434f-a0e1-3697aaf1ddd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37f4ab90-5c08-434f-a0e1-3697aaf1ddd5 {
  cursor: pointer;
}#s-37f4ab90-5c08-434f-a0e1-3697aaf1ddd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb4be0cf-6778-4646-95e5-a9634f7591f9 {
  max-width: 1196px;
aspect-ratio: 1196/1504;
text-align: center;
}





  #s-fb4be0cf-6778-4646-95e5-a9634f7591f9 img.shogun-image,
  #s-fb4be0cf-6778-4646-95e5-a9634f7591f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4be0cf-6778-4646-95e5-a9634f7591f9 {
    width: 100%;
    height: auto;
  }



  #s-fb4be0cf-6778-4646-95e5-a9634f7591f9 img.shogun-image {
    

    
    
    
  }


#s-fb4be0cf-6778-4646-95e5-a9634f7591f9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-61cfd356-4e15-4672-b9ce-23875e91a010 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 6%;
padding-left: 4%;
min-height: 50px;
}








#s-61cfd356-4e15-4672-b9ce-23875e91a010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cfd356-4e15-4672-b9ce-23875e91a010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94feb51f-d6c2-4a08-856e-5ef1fddab805 {
  margin-bottom: 5px;
}

#s-6524c98f-e429-4b7e-81ce-605733152211 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f3c1b83a-5221-4978-9e2d-3948605663c8 {
  min-height: 50px;
}








#s-f3c1b83a-5221-4978-9e2d-3948605663c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c1b83a-5221-4978-9e2d-3948605663c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c027aedb-e29f-4647-ab15-b64e36128b2e {
  min-height: 50px;
}








#s-c027aedb-e29f-4647-ab15-b64e36128b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c027aedb-e29f-4647-ab15-b64e36128b2e {
  cursor: pointer;
}#s-c027aedb-e29f-4647-ab15-b64e36128b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2abb58b2-8761-4b3c-a4fa-1f031ec04456 {
  text-align: center;
}







  #s-2abb58b2-8761-4b3c-a4fa-1f031ec04456 img.shogun-image {
    

    
    
    
  }


#s-2abb58b2-8761-4b3c-a4fa-1f031ec04456 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7e07b2-3e40-4e0b-8032-92dc61d9ab4c {
  margin-top: 10px;
margin-right: 0%;
min-height: 50px;
}








#s-eb7e07b2-3e40-4e0b-8032-92dc61d9ab4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7e07b2-3e40-4e0b-8032-92dc61d9ab4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a93b3148-5f0b-4fdc-957e-0c38e523eb3a {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 0px;
min-height: 50px;
}








#s-a93b3148-5f0b-4fdc-957e-0c38e523eb3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a93b3148-5f0b-4fdc-957e-0c38e523eb3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f652a775-a2bc-4b0d-a6fc-97ec755a333a {
  margin-bottom: 5px;
}

#s-e53eb2bf-68fb-4cf9-bae3-bd4f82c9e4e9 {
  margin-bottom: 5px;
}

#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 {
  margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (min-width: 1200px){#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 {
  display: none;
}
#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210, #wrap-s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 {
  display: none;
}
#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210, #wrap-s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 {
  display: none;
}
#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210, #wrap-s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 { display: none !important; }}







#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d8ca36c-da3d-4d7b-94a2-257abe8a6210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-033edfa2-795b-4892-a8a2-706d7e34d8ee {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-033edfa2-795b-4892-a8a2-706d7e34d8ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-65375141-d1ce-47a5-9c11-2227264bcb3f {
  min-height: 50px;
}








#s-65375141-d1ce-47a5-9c11-2227264bcb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65375141-d1ce-47a5-9c11-2227264bcb3f {
  cursor: pointer;
}#s-65375141-d1ce-47a5-9c11-2227264bcb3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 {
  max-width: 1196px;
aspect-ratio: 1196/1504;
text-align: center;
}





  #s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 img.shogun-image,
  #s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 {
    width: 100%;
    height: auto;
  }



  #s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 img.shogun-image {
    

    
    
    
  }


#s-b36172b0-3656-4a7e-be7b-a48ea5b3d4a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0add3e72-858c-4a77-a599-32294aa44d47 {
  margin-top: 6%;
min-height: 50px;
}








#s-0add3e72-858c-4a77-a599-32294aa44d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0add3e72-858c-4a77-a599-32294aa44d47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf97349c-5f30-4b38-bed2-71b857576de7 {
  min-height: 50px;
}








#s-cf97349c-5f30-4b38-bed2-71b857576de7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf97349c-5f30-4b38-bed2-71b857576de7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d433441-f0d2-4a3b-9156-217b55ddfb06 {
  margin-top: 5%;
min-height: 100px;
}








#s-3d433441-f0d2-4a3b-9156-217b55ddfb06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d433441-f0d2-4a3b-9156-217b55ddfb06.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-da1b870f-499d-46b8-adda-c690814cab32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-da1b870f-499d-46b8-adda-c690814cab32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da1b870f-499d-46b8-adda-c690814cab32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da1b870f-499d-46b8-adda-c690814cab32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1ba6744b-4d64-4a88-82af-37ce7fabaacf {
  min-height: 50px;
}








#s-1ba6744b-4d64-4a88-82af-37ce7fabaacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba6744b-4d64-4a88-82af-37ce7fabaacf {
  cursor: pointer;
}#s-1ba6744b-4d64-4a88-82af-37ce7fabaacf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5edc60af-e095-4c41-a98a-20cd06dab64c {
  text-align: center;
}







  #s-5edc60af-e095-4c41-a98a-20cd06dab64c img.shogun-image {
    

    
    
    
  }


#s-5edc60af-e095-4c41-a98a-20cd06dab64c .shogun-image-content {
  
    align-items: center;
  
}

#s-c8be4b7f-3bce-414d-b38f-601102d6733a {
  margin-top: 20px;
margin-bottom: 0%;
min-height: 50px;
}








#s-c8be4b7f-3bce-414d-b38f-601102d6733a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8be4b7f-3bce-414d-b38f-601102d6733a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c14e317f-8a79-4c85-9a29-9b05fd04bf4d {
  min-height: 50px;
}








#s-c14e317f-8a79-4c85-9a29-9b05fd04bf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14e317f-8a79-4c85-9a29-9b05fd04bf4d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bff3ceb7-befd-400f-9c24-a69453efb35d {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-bff3ceb7-befd-400f-9c24-a69453efb35d {
  display: none;
}
#s-bff3ceb7-befd-400f-9c24-a69453efb35d, #wrap-s-bff3ceb7-befd-400f-9c24-a69453efb35d { display: none !important; }}
#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e {
  display: none;
}
#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e, #wrap-s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e {
  display: none;
}
#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e, #wrap-s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e {
  display: none;
}
#s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e, #wrap-s-241df1e4-abfa-4b77-9cfc-fb58cdfba24e { display: none !important; }}
#s-be6c00f0-3927-4edf-982d-2e557bbad553 {
  margin-top: -35px;
}

#s-be6c00f0-3927-4edf-982d-2e557bbad553 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-6ab66da4-29a1-422e-bde3-4fc5d42a3954 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-6ab66da4-29a1-422e-bde3-4fc5d42a3954"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6ab66da4-29a1-422e-bde3-4fc5d42a3954"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ab66da4-29a1-422e-bde3-4fc5d42a3954"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ab66da4-29a1-422e-bde3-4fc5d42a3954"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-2c198a98-9259-4797-b6a5-6e7dcb0dbfbe {
  padding-bottom: 10%;
min-height: 50px;
}








#s-2c198a98-9259-4797-b6a5-6e7dcb0dbfbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c198a98-9259-4797-b6a5-6e7dcb0dbfbe {
  cursor: pointer;
}#s-2c198a98-9259-4797-b6a5-6e7dcb0dbfbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4ba357-52cf-469f-925e-09db3c4611ed {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0d4ba357-52cf-469f-925e-09db3c4611ed img.shogun-image,
  #s-0d4ba357-52cf-469f-925e-09db3c4611ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d4ba357-52cf-469f-925e-09db3c4611ed {
    width: 100%;
    height: auto;
  }



  #s-0d4ba357-52cf-469f-925e-09db3c4611ed img.shogun-image {
    

    
    
    
  }


#s-0d4ba357-52cf-469f-925e-09db3c4611ed .shogun-image-content {
  
    align-items: center;
  
}

#s-97386772-62da-4e9b-87a3-c1ec865a0789 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aa905118-02a8-49e5-903c-410df6d25b9e {
  padding-bottom: 10%;
min-height: 50px;
}








#s-aa905118-02a8-49e5-903c-410df6d25b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa905118-02a8-49e5-903c-410df6d25b9e {
  cursor: pointer;
}#s-aa905118-02a8-49e5-903c-410df6d25b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1529bd7d-4c2d-4987-903e-54198c55bd53 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1529bd7d-4c2d-4987-903e-54198c55bd53 img.shogun-image,
  #s-1529bd7d-4c2d-4987-903e-54198c55bd53 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1529bd7d-4c2d-4987-903e-54198c55bd53 {
    width: 100%;
    height: auto;
  }



  #s-1529bd7d-4c2d-4987-903e-54198c55bd53 img.shogun-image {
    

    
    
    
  }


#s-1529bd7d-4c2d-4987-903e-54198c55bd53 .shogun-image-content {
  
    align-items: center;
  
}

#s-e369a70f-9e49-4f83-82b8-28e2cf1cb1d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5cb2910e-a41e-4f1a-bbb7-2980e42cae58 {
  min-height: 50px;
}








#s-5cb2910e-a41e-4f1a-bbb7-2980e42cae58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb2910e-a41e-4f1a-bbb7-2980e42cae58 {
  cursor: pointer;
}#s-5cb2910e-a41e-4f1a-bbb7-2980e42cae58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-599e49b2-c6d3-45ed-8937-de4456a00bc7 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-599e49b2-c6d3-45ed-8937-de4456a00bc7 img.shogun-image,
  #s-599e49b2-c6d3-45ed-8937-de4456a00bc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599e49b2-c6d3-45ed-8937-de4456a00bc7 {
    width: 100%;
    height: auto;
  }



  #s-599e49b2-c6d3-45ed-8937-de4456a00bc7 img.shogun-image {
    

    
    
    
  }


#s-599e49b2-c6d3-45ed-8937-de4456a00bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5065f5-1138-456e-8374-2295eb71a39e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5062aa6a-93f3-4a87-9e4f-94e1e0eb8201 {
  min-height: 50px;
}








#s-5062aa6a-93f3-4a87-9e4f-94e1e0eb8201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5062aa6a-93f3-4a87-9e4f-94e1e0eb8201 {
  cursor: pointer;
}#s-5062aa6a-93f3-4a87-9e4f-94e1e0eb8201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 img.shogun-image,
  #s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 {
    width: 100%;
    height: auto;
  }



  #s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 img.shogun-image {
    

    
    
    
  }


#s-33e7b7d2-2a5e-42eb-93b0-dde263d19197 .shogun-image-content {
  
    align-items: center;
  
}

#s-833e9ac9-15fe-4af4-b9e9-b45d64b9519e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae {
  display: none;
}
#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae, #wrap-s-7d2c8323-bd74-4e70-b5e7-81136dd59eae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae {
  display: none;
}
#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae, #wrap-s-7d2c8323-bd74-4e70-b5e7-81136dd59eae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae {
  display: none;
}
#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae, #wrap-s-7d2c8323-bd74-4e70-b5e7-81136dd59eae { display: none !important; }}







#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2c8323-bd74-4e70-b5e7-81136dd59eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-636117eb-b960-4c3e-bbac-e8a4acdb74a4 {
  margin-top: 40px;
min-height: 50px;
}








#s-636117eb-b960-4c3e-bbac-e8a4acdb74a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636117eb-b960-4c3e-bbac-e8a4acdb74a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5413ccf3-cb71-453a-8c5d-17fbecc5561b {
  margin-top: -40px;
}
@media (max-width: 767px){#s-5413ccf3-cb71-453a-8c5d-17fbecc5561b {
  display: none;
}
#s-5413ccf3-cb71-453a-8c5d-17fbecc5561b, #wrap-s-5413ccf3-cb71-453a-8c5d-17fbecc5561b { display: none !important; }}
#s-5413ccf3-cb71-453a-8c5d-17fbecc5561b hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-91f16f23-1568-45e8-b0f9-3d9a6b0b89d6 {
  margin-left: 10px;
margin-right: 10px;
}

/*
  $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}
