.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-9df500aa-82fd-4ffb-8d79-f1241158b880 {
  min-height: 50px;
}








#s-9df500aa-82fd-4ffb-8d79-f1241158b880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df500aa-82fd-4ffb-8d79-f1241158b880.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;
}

#s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20 {
  padding-top: 40px;
padding-bottom: 60px;
background-color: rgba(250, 226, 202, 1);
}
@media (max-width: 767px){#s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20 {
  padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ffd72e1d-c4ef-4695-a101-f0b96d8bac00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffd72e1d-c4ef-4695-a101-f0b96d8bac00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ffd72e1d-c4ef-4695-a101-f0b96d8bac00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffd72e1d-c4ef-4695-a101-f0b96d8bac00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-4234f900-fdc1-48c9-8249-6d95bbf7e1ed {
  text-align: center;
}
@media (min-width: 1200px){#s-4234f900-fdc1-48c9-8249-6d95bbf7e1ed {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-4234f900-fdc1-48c9-8249-6d95bbf7e1ed {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-4234f900-fdc1-48c9-8249-6d95bbf7e1ed img.shogun-image {
    

    
    
    
  }


#s-4234f900-fdc1-48c9-8249-6d95bbf7e1ed .shogun-image-content {
  
    align-items: 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-9716c9cc-3a60-48f0-9753-a07d12e0bf98 {
  padding-top: 20px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
background-color: rgba(27, 102, 81, 0);
}
@media (max-width: 767px){#s-9716c9cc-3a60-48f0-9753-a07d12e0bf98 {
  
}
}@media (max-width: 767px){#s-9716c9cc-3a60-48f0-9753-a07d12e0bf98, #wrap-s-9716c9cc-3a60-48f0-9753-a07d12e0bf98 { display: none !important; }}
#s-bc7f32c2-819c-4a78-8a76-00614604369b {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 0px;
background-color: rgba(27, 102, 81, 0);
}
@media (min-width: 1200px){#s-bc7f32c2-819c-4a78-8a76-00614604369b {
  
}
}@media (min-width: 1200px){#s-bc7f32c2-819c-4a78-8a76-00614604369b, #wrap-s-bc7f32c2-819c-4a78-8a76-00614604369b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc7f32c2-819c-4a78-8a76-00614604369b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc7f32c2-819c-4a78-8a76-00614604369b, #wrap-s-bc7f32c2-819c-4a78-8a76-00614604369b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc7f32c2-819c-4a78-8a76-00614604369b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc7f32c2-819c-4a78-8a76-00614604369b, #wrap-s-bc7f32c2-819c-4a78-8a76-00614604369b { display: none !important; }}@media (max-width: 767px){#s-bc7f32c2-819c-4a78-8a76-00614604369b {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446 {
  min-height: 50px;
}








#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7 {
  min-height: 50px;
}








#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab {
  min-height: 50px;
}








#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4280a9f-81d0-4aab-a059-6b7db13aa04e {
  padding-bottom: 30px;
background-color: rgba(250, 226, 202, 1);
}

@media (min-width: 0px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e958d744-7c45-4a5d-b8ba-2108980633d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e958d744-7c45-4a5d-b8ba-2108980633d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e958d744-7c45-4a5d-b8ba-2108980633d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e958d744-7c45-4a5d-b8ba-2108980633d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-437c6504-1893-4f3a-88ab-7ccbf4bf56d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-437c6504-1893-4f3a-88ab-7ccbf4bf56d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-437c6504-1893-4f3a-88ab-7ccbf4bf56d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-437c6504-1893-4f3a-88ab-7ccbf4bf56d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec773196-d9eb-42fd-9bbb-1118ef881465 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec773196-d9eb-42fd-9bbb-1118ef881465 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ec773196-d9eb-42fd-9bbb-1118ef881465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec773196-d9eb-42fd-9bbb-1118ef881465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b5fb0ae-5899-43b8-b59a-531e24292d10 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-0b5fb0ae-5899-43b8-b59a-531e24292d10 {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-0b5fb0ae-5899-43b8-b59a-531e24292d10 img.shogun-image,
  #s-0b5fb0ae-5899-43b8-b59a-531e24292d10 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b5fb0ae-5899-43b8-b59a-531e24292d10 {
    width: 100%;
    height: auto;
  }



  #s-0b5fb0ae-5899-43b8-b59a-531e24292d10 img.shogun-image {
    

    
    
    
  }


#s-0b5fb0ae-5899-43b8-b59a-531e24292d10 .shogun-image-content {
  
    align-items: center;
  
}

#s-979f5f3e-d6a0-40ab-946a-811926cafb05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-979f5f3e-d6a0-40ab-946a-811926cafb05 {
  padding-bottom: 10px;
}
}
#s-a7a13c5c-c539-49a3-9218-c9344e978946 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a7a13c5c-c539-49a3-9218-c9344e978946 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-a7a13c5c-c539-49a3-9218-c9344e978946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a13c5c-c539-49a3-9218-c9344e978946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 img.shogun-image,
  #s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 {
    width: 100%;
    height: auto;
  }



  #s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 img.shogun-image {
    

    
    
    
  }


#s-25b8f5c3-8e64-4625-8a6e-a07992f5a1d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f70d2eb-93cd-4771-bb2f-d257bafc50ed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-d26ccfb7-6df6-4b45-81ce-a3e11fca84fe {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-d26ccfb7-6df6-4b45-81ce-a3e11fca84fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d26ccfb7-6df6-4b45-81ce-a3e11fca84fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d26ccfb7-6df6-4b45-81ce-a3e11fca84fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d26ccfb7-6df6-4b45-81ce-a3e11fca84fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-308c6578-aae2-4626-bf2a-d24025184bbb {
  min-height: 50px;
}
@media (max-width: 767px){#s-308c6578-aae2-4626-bf2a-d24025184bbb {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-308c6578-aae2-4626-bf2a-d24025184bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308c6578-aae2-4626-bf2a-d24025184bbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c img.shogun-image,
  #s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c {
    width: 100%;
    height: auto;
  }



  #s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c img.shogun-image {
    

    
    
    
  }


#s-dbd31d9e-37f0-423a-bb11-1a02cc73a30c .shogun-image-content {
  
    align-items: center;
  
}

#s-866fe5c7-5433-4395-adb2-a89e450f6fb9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-866fe5c7-5433-4395-adb2-a89e450f6fb9 {
  padding-bottom: 10px;
}
}
#s-0803007f-2d06-4788-950d-ce9f6df233d3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0803007f-2d06-4788-950d-ce9f6df233d3 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-0803007f-2d06-4788-950d-ce9f6df233d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0803007f-2d06-4788-950d-ce9f6df233d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79ab9487-4d3b-49b5-8852-5562695352c6 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-79ab9487-4d3b-49b5-8852-5562695352c6 {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-79ab9487-4d3b-49b5-8852-5562695352c6 img.shogun-image,
  #s-79ab9487-4d3b-49b5-8852-5562695352c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79ab9487-4d3b-49b5-8852-5562695352c6 {
    width: 100%;
    height: auto;
  }



  #s-79ab9487-4d3b-49b5-8852-5562695352c6 img.shogun-image {
    

    
    
    
  }


#s-79ab9487-4d3b-49b5-8852-5562695352c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eaa302e-ec22-494a-9ff0-1e882a7ddc67 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-5eaa302e-ec22-494a-9ff0-1e882a7ddc67 {
  padding-bottom: 10px;
}
}
#s-595b845b-68ff-4f95-9ebf-b7cb9c68f000 {
  min-height: 50px;
}
@media (max-width: 767px){#s-595b845b-68ff-4f95-9ebf-b7cb9c68f000 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}







#s-595b845b-68ff-4f95-9ebf-b7cb9c68f000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595b845b-68ff-4f95-9ebf-b7cb9c68f000.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9dd0d06-18da-46d9-90bd-68ca42551d35 {
  max-width: 1200px;
aspect-ratio: 1200/1740;
text-align: center;
}
@media (max-width: 767px){#s-f9dd0d06-18da-46d9-90bd-68ca42551d35 {
  padding-left: 0%;
padding-right: 0%;
}
}




  #s-f9dd0d06-18da-46d9-90bd-68ca42551d35 img.shogun-image,
  #s-f9dd0d06-18da-46d9-90bd-68ca42551d35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9dd0d06-18da-46d9-90bd-68ca42551d35 {
    width: 100%;
    height: auto;
  }



  #s-f9dd0d06-18da-46d9-90bd-68ca42551d35 img.shogun-image {
    

    
    
    
  }


#s-f9dd0d06-18da-46d9-90bd-68ca42551d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a450e9-d958-4ed0-b2c0-dea8b67a4e58 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-d2b78972-005a-4736-b6f9-770ce5b097f4 {
  padding-top: 40px;
padding-bottom: 60px;
background-color: rgba(250, 226, 202, 1);
}
@media (max-width: 767px){#s-d2b78972-005a-4736-b6f9-770ce5b097f4 {
  padding-top: 0px;
padding-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d2b78972-005a-4736-b6f9-770ce5b097f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-d693098f-687a-47f9-a8e6-da8dec5a7579"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d693098f-687a-47f9-a8e6-da8dec5a7579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d693098f-687a-47f9-a8e6-da8dec5a7579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d693098f-687a-47f9-a8e6-da8dec5a7579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e871281d-4d52-4eed-bf5e-52e8559ba170 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-e871281d-4d52-4eed-bf5e-52e8559ba170 {
  padding-left: 5%;
}
}




  #s-e871281d-4d52-4eed-bf5e-52e8559ba170 img.shogun-image,
  #s-e871281d-4d52-4eed-bf5e-52e8559ba170 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e871281d-4d52-4eed-bf5e-52e8559ba170 {
    width: 100%;
    height: auto;
  }



  #s-e871281d-4d52-4eed-bf5e-52e8559ba170 img.shogun-image {
    

    
    
    
  }


#s-e871281d-4d52-4eed-bf5e-52e8559ba170 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fdfaa7f-10b5-4805-979b-c27e6f6721e4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-0fdfaa7f-10b5-4805-979b-c27e6f6721e4 {
  padding-left: 5%;
padding-bottom: 10px;
}
}
#s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 {
  padding-right: 5%;
}
}




  #s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 img.shogun-image,
  #s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 {
    width: 100%;
    height: auto;
  }



  #s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 img.shogun-image {
    

    
    
    
  }


#s-d9a08195-1ed6-440a-a19f-8bb7ddf9d0e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8269f1d-6220-4f81-85bd-321a4a5dca1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-d8269f1d-6220-4f81-85bd-321a4a5dca1f {
  padding-bottom: 10px;
padding-right: 5%;
}
}
#s-b4c9ce33-179b-4e36-962f-a5dc812355c3 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-b4c9ce33-179b-4e36-962f-a5dc812355c3 {
  padding-left: 5%;
}
}




  #s-b4c9ce33-179b-4e36-962f-a5dc812355c3 img.shogun-image,
  #s-b4c9ce33-179b-4e36-962f-a5dc812355c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4c9ce33-179b-4e36-962f-a5dc812355c3 {
    width: 100%;
    height: auto;
  }



  #s-b4c9ce33-179b-4e36-962f-a5dc812355c3 img.shogun-image {
    

    
    
    
  }


#s-b4c9ce33-179b-4e36-962f-a5dc812355c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d6806d6-937b-472a-8386-ee83a4b19915 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-6d6806d6-937b-472a-8386-ee83a4b19915 {
  padding-left: 5%;
}
}
#s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b {
  padding-right: 5%;
}
}




  #s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b img.shogun-image,
  #s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b {
    width: 100%;
    height: auto;
  }



  #s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b img.shogun-image {
    

    
    
    
  }


#s-5e4dbfef-6854-42d2-be38-0b35c32e1d5b .shogun-image-content {
  
    align-items: center;
  
}

#s-05cf064e-3dcd-4b4e-a21b-c84b5ed3ccfe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-05cf064e-3dcd-4b4e-a21b-c84b5ed3ccfe {
  padding-right: 5%;
}
}
#s-40a8723e-666a-4c6b-9e9b-e446dd766e25 {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(65, 70, 90, 1);
}
@media (max-width: 767px){#s-40a8723e-666a-4c6b-9e9b-e446dd766e25 {
  padding-top: 30px;
padding-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40a8723e-666a-4c6b-9e9b-e446dd766e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-a4e656b9-a900-496f-916e-cf4ba655927f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4e656b9-a900-496f-916e-cf4ba655927f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4e656b9-a900-496f-916e-cf4ba655927f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4e656b9-a900-496f-916e-cf4ba655927f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-515d2f31-17ca-498a-8906-feecdc78d831 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-515d2f31-17ca-498a-8906-feecdc78d831 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-515d2f31-17ca-498a-8906-feecdc78d831 .shg-sld-nav-button.shg-sld-left,
#s-515d2f31-17ca-498a-8906-feecdc78d831 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image,
  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
    width: 100%;
    height: auto;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
    
    
  }


.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
      position: relative;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image,
  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
    width: 100%;
    height: auto;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
    
    
  }


.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
      position: relative;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image,
  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
    width: 100%;
    height: auto;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
    
    
  }


.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
      position: relative;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image,
  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
    width: 100%;
    height: auto;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
    
    
  }


.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
      position: relative;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image,
  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
    width: 100%;
    height: auto;
  }

  #s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
    
    
  }


.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b .shogun-image-content {
  
    align-items: center;
  
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container {
      position: relative;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e96b6bc-6fa1-40a9-ab31-51e856aa572b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image,
  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
    width: 100%;
    height: auto;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
    
    
  }


.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shogun-image-content {
  
    align-items: center;
  
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
      position: relative;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image,
  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
    width: 100%;
    height: auto;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
    
    
  }


.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shogun-image-content {
  
    align-items: center;
  
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
      position: relative;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image,
  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
    width: 100%;
    height: auto;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
    
    
  }


.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shogun-image-content {
  
    align-items: center;
  
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
      position: relative;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image,
  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
    width: 100%;
    height: auto;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
    
    
  }


.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shogun-image-content {
  
    align-items: center;
  
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
      position: relative;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image,
  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
    width: 100%;
    height: auto;
  }

  #s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
    
    
  }


.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e .shogun-image-content {
  
    align-items: center;
  
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container {
      position: relative;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a13eaaa6-3f6e-43b0-b741-e88129fab46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-27f0183b-257f-4873-aef0-4c105686267b {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image,
  #s-27f0183b-257f-4873-aef0-4c105686267b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b {
    width: 100%;
    height: auto;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
    
    
  }


.s-27f0183b-257f-4873-aef0-4c105686267b .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27f0183b-257f-4873-aef0-4c105686267b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
      position: relative;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image,
  #s-27f0183b-257f-4873-aef0-4c105686267b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b {
    width: 100%;
    height: auto;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
    
    
  }


.s-27f0183b-257f-4873-aef0-4c105686267b .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27f0183b-257f-4873-aef0-4c105686267b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
      position: relative;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image,
  #s-27f0183b-257f-4873-aef0-4c105686267b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b {
    width: 100%;
    height: auto;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
    
    
  }


.s-27f0183b-257f-4873-aef0-4c105686267b .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27f0183b-257f-4873-aef0-4c105686267b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
      position: relative;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image,
  #s-27f0183b-257f-4873-aef0-4c105686267b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b {
    width: 100%;
    height: auto;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
    
    
  }


.s-27f0183b-257f-4873-aef0-4c105686267b .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27f0183b-257f-4873-aef0-4c105686267b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
      position: relative;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image,
  #s-27f0183b-257f-4873-aef0-4c105686267b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b {
    width: 100%;
    height: auto;
  }

  #s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
    
    
  }


.s-27f0183b-257f-4873-aef0-4c105686267b .shogun-image-content {
  
    align-items: center;
  
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27f0183b-257f-4873-aef0-4c105686267b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container {
      position: relative;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27f0183b-257f-4873-aef0-4c105686267b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image,
  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
    width: 100%;
    height: auto;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
    
    
  }


.s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shogun-image-content {
  
    align-items: center;
  
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
      position: relative;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image,
  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
    width: 100%;
    height: auto;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
    
    
  }


.s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shogun-image-content {
  
    align-items: center;
  
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
      position: relative;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image,
  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
    width: 100%;
    height: auto;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
    
    
  }


.s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shogun-image-content {
  
    align-items: center;
  
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
      position: relative;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image,
  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
    width: 100%;
    height: auto;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
    
    
  }


.s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shogun-image-content {
  
    align-items: center;
  
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
      position: relative;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image,
  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
    width: 100%;
    height: auto;
  }

  #s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
    
    
  }


.s-780f8c8f-9911-4888-a494-efbe835c9ef8 .shogun-image-content {
  
    align-items: center;
  
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container {
      position: relative;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-780f8c8f-9911-4888-a494-efbe835c9ef8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bbaef47d-0365-40e6-917d-61b35dc478f7 {
  padding-top: 30px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-bbaef47d-0365-40e6-917d-61b35dc478f7 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e65cf9d4-7b1c-42a1-92b3-14d1c4f2715b {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-e65cf9d4-7b1c-42a1-92b3-14d1c4f2715b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e65cf9d4-7b1c-42a1-92b3-14d1c4f2715b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e65cf9d4-7b1c-42a1-92b3-14d1c4f2715b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e65cf9d4-7b1c-42a1-92b3-14d1c4f2715b {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-4133a64e-372f-4166-aec1-9732a12fd3bc {
  padding-top: 40px;
padding-bottom: 60px;
background-color: rgba(250, 226, 202, 1);
}
@media (max-width: 767px){#s-4133a64e-372f-4166-aec1-9732a12fd3bc {
  padding-top: 0px;
padding-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4133a64e-372f-4166-aec1-9732a12fd3bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-4e1dc76e-7ff5-42a8-b823-4bda4b67c08f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e1dc76e-7ff5-42a8-b823-4bda4b67c08f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4e1dc76e-7ff5-42a8-b823-4bda4b67c08f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4e1dc76e-7ff5-42a8-b823-4bda4b67c08f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-da87110b-c927-464e-b8a6-ceec74bea97d {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-da87110b-c927-464e-b8a6-ceec74bea97d {
  padding-left: 5%;
}
}




  #s-da87110b-c927-464e-b8a6-ceec74bea97d img.shogun-image,
  #s-da87110b-c927-464e-b8a6-ceec74bea97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da87110b-c927-464e-b8a6-ceec74bea97d {
    width: 100%;
    height: auto;
  }



  #s-da87110b-c927-464e-b8a6-ceec74bea97d img.shogun-image {
    

    
    
    
  }


#s-da87110b-c927-464e-b8a6-ceec74bea97d .shogun-image-content {
  
    align-items: center;
  
}

#s-e9b652bc-fe62-4940-8a5d-330329b34382 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-e9b652bc-fe62-4940-8a5d-330329b34382 {
  padding-left: 5%;
padding-bottom: 10px;
}
}
#s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 {
  padding-right: 5%;
}
}




  #s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 img.shogun-image,
  #s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 {
    width: 100%;
    height: auto;
  }



  #s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 img.shogun-image {
    

    
    
    
  }


#s-a6e4aa27-6b6f-491a-b624-23ea67cf58c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e86cc76e-5926-499b-b4db-722f4d3b57f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-e86cc76e-5926-499b-b4db-722f4d3b57f5 {
  padding-bottom: 10px;
padding-right: 5%;
}
}
#s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c {
  padding-left: 5%;
}
}




  #s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c img.shogun-image,
  #s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c {
    width: 100%;
    height: auto;
  }



  #s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c img.shogun-image {
    

    
    
    
  }


#s-645f6a3f-cd6f-4a61-826e-7a6a4c1a2d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-be69f128-a13e-4b0c-bb10-78def76715d6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-be69f128-a13e-4b0c-bb10-78def76715d6 {
  padding-left: 5%;
}
}
#s-0ce5f411-1db8-498c-8a25-4e4287604716 {
  max-width: 600px;
aspect-ratio: 600/850;
text-align: center;
}
@media (max-width: 767px){#s-0ce5f411-1db8-498c-8a25-4e4287604716 {
  padding-right: 5%;
}
}




  #s-0ce5f411-1db8-498c-8a25-4e4287604716 img.shogun-image,
  #s-0ce5f411-1db8-498c-8a25-4e4287604716 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ce5f411-1db8-498c-8a25-4e4287604716 {
    width: 100%;
    height: auto;
  }



  #s-0ce5f411-1db8-498c-8a25-4e4287604716 img.shogun-image {
    

    
    
    
  }


#s-0ce5f411-1db8-498c-8a25-4e4287604716 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa4bce66-8a81-4622-b67f-e374cdceb98f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-fa4bce66-8a81-4622-b67f-e374cdceb98f {
  padding-right: 5%;
}
}
/*
  $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}
