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

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

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

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

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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://ucarecdn.com/12f70c8e-6aff-424b-842c-1afd1607bdfd/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-e893a377-24bb-4288-bb21-ec32e5c772a1 {
  background-image: url(https://i.shgcdn.com/f59243e9-3465-4541-971b-22e1a4dc43ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
opacity: 1;
}

#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 {
  background-image: url(https://i.shgcdn.com/83c86740-9674-470b-acd1-e04bcdfca35e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-435aa10a-5864-47d8-b319-63a1c0a22cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-435aa10a-5864-47d8-b319-63a1c0a22cf9.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Alfa Slab One";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-87672148-476e-4c1a-bd48-52676e371d63 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(61, 36, 199, 0.16);
}
@media (min-width: 1200px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (max-width: 767px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}
#s-4dd678f1-bd2d-4b08-b188-cbc56f06a14a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin: 0 !important;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
      position: relative;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin: 0 !important;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
      position: relative;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin: 0 !important;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
      position: relative;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin: 0 !important;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
      position: relative;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  margin: 0 !important;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-7195eaae-fd13-4344-a8aa-bafb31445e69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container {
      position: relative;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7195eaae-fd13-4344-a8aa-bafb31445e69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-9073eed7-9abe-4a97-8539-bd165210ee83 {
  margin-left: 4%;
margin-right: 4%;
}

#s-b51608b5-119f-4628-96ae-e484009ee565 {
  margin-left: auto;
margin-right: auto;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-13eec2a1-3674-443b-8084-d14bc06f8002 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 198, 0, 1);
border-radius: 60px;
text-align: center;
background-color: rgba(0, 255, 211, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13eec2a1-3674-443b-8084-d14bc06f8002:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 198, 0, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(255, 198, 0, 1) !important;
text-decoration: none !important;}#s-13eec2a1-3674-443b-8084-d14bc06f8002:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTNjYzRjNTQtNDBjZC00M2NkLTg3NGYtMzcyNTBmOTNiMjVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1M2NjNGM1NC00MGNkLTQzY2QtODc0Zi0zNzI1MGY5M2IyNWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-13eec2a1-3674-443b-8084-d14bc06f8002 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13eec2a1-3674-443b-8084-d14bc06f8002 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13eec2a1-3674-443b-8084-d14bc06f8002 {
  
}
}@media (max-width: 767px){#s-13eec2a1-3674-443b-8084-d14bc06f8002 {
  
}
}

  #s-13eec2a1-3674-443b-8084-d14bc06f8002-root {
    text-align: center;
  }


#s-13eec2a1-3674-443b-8084-d14bc06f8002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-13eec2a1-3674-443b-8084-d14bc06f8002-root {
    text-align: center;
  }


#s-13eec2a1-3674-443b-8084-d14bc06f8002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13eec2a1-3674-443b-8084-d14bc06f8002-root {
    text-align: center;
  }


#s-13eec2a1-3674-443b-8084-d14bc06f8002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13eec2a1-3674-443b-8084-d14bc06f8002-root {
    text-align: center;
  }


#s-13eec2a1-3674-443b-8084-d14bc06f8002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-13eec2a1-3674-443b-8084-d14bc06f8002-root {
    text-align: center;
  }


#s-13eec2a1-3674-443b-8084-d14bc06f8002.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 {
  max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}

#s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 {
  overflow: hidden;
}





  #s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 img.shogun-image,
  #s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 {
    width: 100%;
    height: auto;
  }



  #s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 img.shogun-image {
    

    
    
    
  }


#s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1365;
text-align: center;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin: 0 !important;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
      position: relative;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin: 0 !important;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
      position: relative;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin: 0 !important;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
      position: relative;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin: 0 !important;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
      position: relative;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  margin: 0 !important;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }

    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-link {
      aspect-ratio: 2048/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d968abd3-5c11-4420-a066-8347d3ba7e40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 {
      --shg-aspect-ratio: calc(2048/1365); 
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container {
      position: relative;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d968abd3-5c11-4420-a066-8347d3ba7e40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-88f31009-483a-4153-b2b0-9fc4bacba351 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 27, 235, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-88f31009-483a-4153-b2b0-9fc4bacba351:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88f31009-483a-4153-b2b0-9fc4bacba351:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88f31009-483a-4153-b2b0-9fc4bacba351-root {
    text-align: center;
  }


#s-88f31009-483a-4153-b2b0-9fc4bacba351.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-88f31009-483a-4153-b2b0-9fc4bacba351-root {
    text-align: center;
  }


#s-88f31009-483a-4153-b2b0-9fc4bacba351.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88f31009-483a-4153-b2b0-9fc4bacba351-root {
    text-align: center;
  }


#s-88f31009-483a-4153-b2b0-9fc4bacba351.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88f31009-483a-4153-b2b0-9fc4bacba351-root {
    text-align: center;
  }


#s-88f31009-483a-4153-b2b0-9fc4bacba351.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-88f31009-483a-4153-b2b0-9fc4bacba351-root {
    text-align: center;
  }


#s-88f31009-483a-4153-b2b0-9fc4bacba351.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  
  display:  block ;
}
}
#s-bc111426-abc7-478f-b390-0bf00a2af75e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bc111426-abc7-478f-b390-0bf00a2af75e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc111426-abc7-478f-b390-0bf00a2af75e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc111426-abc7-478f-b390-0bf00a2af75e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc111426-abc7-478f-b390-0bf00a2af75e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ae0f669-066b-447e-86ef-480f2c73a923 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ae0f669-066b-447e-86ef-480f2c73a923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ae0f669-066b-447e-86ef-480f2c73a923.shg-box.shg-c {
  justify-content: center;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  background-image: url(https://i.shgcdn.com/fe3974b9-c892-4bda-81a4-66cbc36f264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(67, 62, 62, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
opacity: 1;
background-color: rgba(87, 80, 85, 1);
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-1cebc791-e424-4553-9727-7e1390519268 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
opacity: 1;
background-color: rgba(87, 80, 85, 1);
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
opacity: 1;
background-color: rgba(87, 80, 85, 1);
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  background-image: url(https://i.shgcdn.com/e14bf7eb-36a3-415f-ad92-ae2a0fdfd53c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: rgba(114, 117, 251, 1);
  opacity: 0;
  display: block;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcf3ec6b-67e8-4cfa-b7fd-ab2b7f2350a2 {
  margin-left: auto;
margin-right: auto;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a {
  background-image: url(https://i.shgcdn.com/e14bf7eb-36a3-415f-ad92-ae2a0fdfd53c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
  display: block;
}#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (max-width: 767px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}
#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
background-color: rgba(6, 6, 6, 0.48);
}
@media (min-width: 1200px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (max-width: 767px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}
#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  border-style: solid;
margin-bottom: 50px;
margin-right: 53%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  margin-right: 35%;
}
}@media (max-width: 767px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  margin-right: 38%;
}
}

  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7f856100-a256-461e-8316-34ff82a973e3 {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 50px;
background-position: center center;
}

#s-7f856100-a256-461e-8316-34ff82a973e3 {
  background-image: url(https://i.shgcdn.com/11f5bbed-67b0-47e0-8cde-6b342eaf01b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7f856100-a256-461e-8316-34ff82a973e3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
  display: block;
}#s-7f856100-a256-461e-8316-34ff82a973e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (max-width: 767px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}
#s-272cfa0b-42e0-4924-873e-7b4d340dd72f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (max-width: 767px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}
#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  border-style: solid;
margin-bottom: 50px;
margin-right: 53%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (max-width: 767px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}

  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (max-width: 767px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}
#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-image: url(https://ucarecdn.com/51e8a9df-47e7-437d-94fa-8d92ecacbe2f/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb {
  background-image: url(https://i.shgcdn.com/66cfa1b2-2b35-46dd-90ff-da51cf3c830f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (max-width: 767px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}
#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(106, 98, 98, 0.69);
}
@media (min-width: 1200px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (max-width: 767px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}
#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3 {
  background-image: url(https://i.shgcdn.com/89c144b5-51e2-40e8-92ef-81f04502a432/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3.shg-box.shg-c {
  justify-content: center;
}

#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (max-width: 767px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}
#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-31683d08-ff11-43b0-9954-330982651df5 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(106, 98, 98, 0.59);
}
@media (min-width: 1200px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (max-width: 767px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}
#s-f2fc7504-e7ec-476d-8530-5072116bc18e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-f2fc7504-e7ec-476d-8530-5072116bc18e {
  background-image: url(https://i.shgcdn.com/a8a94b75-34aa-4bf2-adf9-a7b54479444e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f2fc7504-e7ec-476d-8530-5072116bc18e > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-f2fc7504-e7ec-476d-8530-5072116bc18e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (max-width: 767px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}
#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(62, 62, 85, 0.6);
}
@media (min-width: 1200px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (max-width: 767px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}
#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  
}
}@media (max-width: 767px){#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  
}
}
#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 {
  background-image: url(https://ucarecdn.com/51e8a9df-47e7-437d-94fa-8d92ecacbe2f/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-52b177ad-51e0-4989-b218-7a0620d5a6c0 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
  display: block;
}#s-52b177ad-51e0-4989-b218-7a0620d5a6c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b89ca219-a3f1-4fd6-8f41-bbe8735695a9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b89ca219-a3f1-4fd6-8f41-bbe8735695a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b89ca219-a3f1-4fd6-8f41-bbe8735695a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b89ca219-a3f1-4fd6-8f41-bbe8735695a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b89ca219-a3f1-4fd6-8f41-bbe8735695a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-da0f2d1d-02a3-475f-be72-872a6a8ad0c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-da0f2d1d-02a3-475f-be72-872a6a8ad0c7 {
  background-image: url(https://i.shgcdn.com/4f3b04fa-47d8-48a2-be51-b53a2617d8bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-da0f2d1d-02a3-475f-be72-872a6a8ad0c7 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-da0f2d1d-02a3-475f-be72-872a6a8ad0c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7195f2a7-1064-45ad-98d0-df3366505dfd {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-7195f2a7-1064-45ad-98d0-df3366505dfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7195f2a7-1064-45ad-98d0-df3366505dfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7195f2a7-1064-45ad-98d0-df3366505dfd {
  
}
}@media (max-width: 767px){#s-7195f2a7-1064-45ad-98d0-df3366505dfd {
  
}
}
#s-7195f2a7-1064-45ad-98d0-df3366505dfd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d83efff7-53bf-440d-ab71-d204972b2920 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(106, 98, 98, 0.59);
}
@media (min-width: 1200px){#s-d83efff7-53bf-440d-ab71-d204972b2920 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d83efff7-53bf-440d-ab71-d204972b2920 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d83efff7-53bf-440d-ab71-d204972b2920 {
  
}
}@media (max-width: 767px){#s-d83efff7-53bf-440d-ab71-d204972b2920 {
  
}
}
#s-9308d455-97e8-4872-9147-a80689e6ff30 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 800px;
background-position: center center;
}

#s-9308d455-97e8-4872-9147-a80689e6ff30 {
  background-image: url(https://i.shgcdn.com/fbbbffa9-19e4-46a4-b654-db0f67b5ef34/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9308d455-97e8-4872-9147-a80689e6ff30 > .shg-box-overlay {
  background-color: rgba(237, 245, 247, 1);
  opacity: 0;
  display: block;
}#s-9308d455-97e8-4872-9147-a80689e6ff30.shg-box.shg-c {
  justify-content: center;
}

#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 {
  margin-top: 483px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 {
  
}
}@media (max-width: 767px){#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 {
  
}
}
#s-d9fe7148-910e-48d5-8dcb-b15076db83e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-0aa905ab-348d-41fe-867a-74821a3fd853 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(106, 98, 98, 0.69);
}
@media (min-width: 1200px){#s-0aa905ab-348d-41fe-867a-74821a3fd853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0aa905ab-348d-41fe-867a-74821a3fd853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aa905ab-348d-41fe-867a-74821a3fd853 {
  
}
}@media (max-width: 767px){#s-0aa905ab-348d-41fe-867a-74821a3fd853 {
  
}
}
#s-ce729519-f2d8-4d0d-9a61-75c5c1ada6dd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-ce729519-f2d8-4d0d-9a61-75c5c1ada6dd {
  background-image: url(https://i.shgcdn.com/e3dc1c07-fc04-4658-bdbb-25ce90151485/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ce729519-f2d8-4d0d-9a61-75c5c1ada6dd > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-ce729519-f2d8-4d0d-9a61-75c5c1ada6dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 {
  
}
}@media (max-width: 767px){#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 {
  
}
}
#s-f93133d7-2d9c-4591-b7b9-b1f6bb3b1dc8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-99740aaa-d1f0-470f-b69a-7fbab88b12f2 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(64, 64, 72, 0.62);
}
@media (min-width: 1200px){#s-99740aaa-d1f0-470f-b69a-7fbab88b12f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99740aaa-d1f0-470f-b69a-7fbab88b12f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99740aaa-d1f0-470f-b69a-7fbab88b12f2 {
  
}
}@media (max-width: 767px){#s-99740aaa-d1f0-470f-b69a-7fbab88b12f2 {
  
}
}
#s-d9225d67-a39a-4989-a3ff-a8293b9f7da7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d9225d67-a39a-4989-a3ff-a8293b9f7da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9225d67-a39a-4989-a3ff-a8293b9f7da7.shg-box.shg-c {
  justify-content: center;
}

#s-2ba1e6a1-806b-405f-b0cb-721fc02f022f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2ba1e6a1-806b-405f-b0cb-721fc02f022f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ba1e6a1-806b-405f-b0cb-721fc02f022f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ba1e6a1-806b-405f-b0cb-721fc02f022f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ba1e6a1-806b-405f-b0cb-721fc02f022f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin-left: auto;
margin-right: auto;
max-width: 3024px;
aspect-ratio: 3024/4032;
text-align: center;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin: 0 !important;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }

    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-link {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3024px;
  }



  img.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
    
    
    
    max-height: 3024px;
  }


.s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
      --shg-aspect-ratio: calc(3024/4032); 
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
      position: relative;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3024px;
    }
  }

@media (min-width: 1200px){#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin: 0 !important;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }

    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-link {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3024px;
  }



  img.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
    
    
    
    max-height: 3024px;
  }


.s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
      --shg-aspect-ratio: calc(3024/4032); 
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
      position: relative;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin: 0 !important;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }

    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-link {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3024px;
  }



  img.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
    
    
    
    max-height: 3024px;
  }


.s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
      --shg-aspect-ratio: calc(3024/4032); 
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
      position: relative;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin: 0 !important;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }

    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-link {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3024px;
  }



  img.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
    
    
    
    max-height: 3024px;
  }


.s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
      --shg-aspect-ratio: calc(3024/4032); 
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
      position: relative;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3024px;
    }
  }

}@media (max-width: 767px){#s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  margin: 0 !important;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }

    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-link {
      aspect-ratio: 3024/4032;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3024px;
  }



  img.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
    
    
    
    max-height: 3024px;
  }


.s-ac024e62-7113-4cdd-8943-c03f411e26e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 {
      --shg-aspect-ratio: calc(3024/4032); 
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container {
      position: relative;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac024e62-7113-4cdd-8943-c03f411e26e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3024px;
    }
  }

}
#s-37149876-73d0-4665-8b12-7eaea95378c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
}

#s-ebc76d97-ec84-422b-bd61-1a71ab2fe0cb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 37px;
background-color: rgba(64, 64, 72, 0.62);
}
@media (min-width: 1200px){#s-ebc76d97-ec84-422b-bd61-1a71ab2fe0cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebc76d97-ec84-422b-bd61-1a71ab2fe0cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebc76d97-ec84-422b-bd61-1a71ab2fe0cb {
  
}
}@media (max-width: 767px){#s-ebc76d97-ec84-422b-bd61-1a71ab2fe0cb {
  
}
}
#s-91bcbf3c-bfad-461f-bbbe-6b1d30d7df93 {
  margin-left: auto;
margin-right: auto;
}

#s-b56127f2-dbdf-4860-bad0-27c457256755 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-b56127f2-dbdf-4860-bad0-27c457256755 {
  background-image: url(https://i.shgcdn.com/1afef422-7923-4a8b-a456-bb06cddee8e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b56127f2-dbdf-4860-bad0-27c457256755 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
  display: block;
}#s-b56127f2-dbdf-4860-bad0-27c457256755.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 {
  margin-top: 476px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 {
  
}
}@media (max-width: 767px){#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 {
  
}
}
#s-b3939477-bd79-4c0b-9f6a-c27696f7e8d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-138bf102-c2b6-4d75-b101-528abb3efd97 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 37px;
background-color: rgba(64, 64, 72, 0.62);
}
@media (min-width: 1200px){#s-138bf102-c2b6-4d75-b101-528abb3efd97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-138bf102-c2b6-4d75-b101-528abb3efd97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-138bf102-c2b6-4d75-b101-528abb3efd97 {
  
}
}@media (max-width: 767px){#s-138bf102-c2b6-4d75-b101-528abb3efd97 {
  
}
}
#s-315e4a41-7967-4def-b27e-8a9ec6bd98cf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-315e4a41-7967-4def-b27e-8a9ec6bd98cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-315e4a41-7967-4def-b27e-8a9ec6bd98cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-315e4a41-7967-4def-b27e-8a9ec6bd98cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-315e4a41-7967-4def-b27e-8a9ec6bd98cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin-left: auto;
margin-right: auto;
max-width: 790px;
aspect-ratio: 2/3;
text-align: center;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin: 0 !important;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 790px;
  }



  img.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
    
    
    
    max-height: 790px;
  }


.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
      position: relative;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 790px;
    }
  }

@media (min-width: 1200px){#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin: 0 !important;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 790px;
  }



  img.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
    
    
    
    max-height: 790px;
  }


.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
      position: relative;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 790px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin: 0 !important;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 790px;
  }



  img.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
    
    
    
    max-height: 790px;
  }


.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
      position: relative;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 790px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin: 0 !important;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 790px;
  }



  img.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
    
    
    
    max-height: 790px;
  }


.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
      position: relative;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 790px;
    }
  }

}@media (max-width: 767px){#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  margin: 0 !important;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 790px;
  }



  img.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
    
    
    
    max-height: 790px;
  }


.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container {
      position: relative;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-911d14f7-ea0c-4976-942b-4ac4e5ba09ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 790px;
    }
  }

}
#s-25de0cd8-eed9-4b01-963c-6fe62d3eb69e {
  margin-left: auto;
margin-right: auto;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin-left: auto;
margin-right: auto;
max-width: 683px;
aspect-ratio: 2/3;
text-align: center;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin: 0 !important;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
      position: relative;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

@media (min-width: 1200px){#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin: 0 !important;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
      position: relative;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin: 0 !important;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
      position: relative;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin: 0 !important;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
      position: relative;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}@media (max-width: 767px){#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  margin: 0 !important;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 683px;
  }



  img.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
    
    
    
    max-height: 683px;
  }


.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container {
      position: relative;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be07e7f-f6a6-419d-8d3b-9c5cc5551d42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 683px;
    }
  }

}
#s-1581acb6-96b0-4ed6-b71b-4ccf587b5fe6 {
  margin-left: auto;
margin-right: auto;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin-left: auto;
margin-right: auto;
max-width: 1126px;
aspect-ratio: 2/3;
text-align: center;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin: 0 !important;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1126px;
  }



  img.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
    
    
    
    max-height: 1126px;
  }


.s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
      position: relative;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1126px;
    }
  }

@media (min-width: 1200px){#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin: 0 !important;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1126px;
  }



  img.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
    
    
    
    max-height: 1126px;
  }


.s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
      position: relative;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1126px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin: 0 !important;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1126px;
  }



  img.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
    
    
    
    max-height: 1126px;
  }


.s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
      position: relative;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1126px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin: 0 !important;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1126px;
  }



  img.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
    
    
    
    max-height: 1126px;
  }


.s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
      position: relative;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1126px;
    }
  }

}@media (max-width: 767px){#s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  margin: 0 !important;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1126px;
  }



  img.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
    
    
    
    max-height: 1126px;
  }


.s-dadec533-fbd6-461a-ab58-4622bc8aa805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container {
      position: relative;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dadec533-fbd6-461a-ab58-4622bc8aa805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1126px;
    }
  }

}
#s-79175ed2-584f-4cae-821a-2052e019e89f {
  margin-left: auto;
margin-right: auto;
}

#s-a451e7ff-4551-4f56-bb74-933ff5f85021 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a451e7ff-4551-4f56-bb74-933ff5f85021"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a451e7ff-4551-4f56-bb74-933ff5f85021"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a451e7ff-4551-4f56-bb74-933ff5f85021"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a451e7ff-4551-4f56-bb74-933ff5f85021"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin-left: auto;
margin-right: auto;
max-width: 1027px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin: 0 !important;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1027px;
  }



  img.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
    
    
    
    max-height: 1027px;
  }


.s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
      position: relative;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1027px;
    }
  }

@media (min-width: 1200px){#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin: 0 !important;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1027px;
  }



  img.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
    
    
    
    max-height: 1027px;
  }


.s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
      position: relative;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1027px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin: 0 !important;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1027px;
  }



  img.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
    
    
    
    max-height: 1027px;
  }


.s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
      position: relative;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1027px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin: 0 !important;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1027px;
  }



  img.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
    
    
    
    max-height: 1027px;
  }


.s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
      position: relative;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1027px;
    }
  }

}@media (max-width: 767px){#s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  margin: 0 !important;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1027px;
  }



  img.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
    
    
    
    max-height: 1027px;
  }


.s-3df575e4-49ef-4d48-94c9-4f7586ec106e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container {
      position: relative;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3df575e4-49ef-4d48-94c9-4f7586ec106e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1027px;
    }
  }

}
#s-90590dad-de05-41c3-8611-71b2baeb0320 {
  margin-left: auto;
margin-right: auto;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/1338;
text-align: center;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin: 0 !important;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }

    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-link {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03965b6c-a43e-46b7-b741-13e0027c5524 {
      --shg-aspect-ratio: calc(1080/1338); 
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
      position: relative;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin: 0 !important;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }

    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-link {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03965b6c-a43e-46b7-b741-13e0027c5524 {
      --shg-aspect-ratio: calc(1080/1338); 
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
      position: relative;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin: 0 !important;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }

    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-link {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03965b6c-a43e-46b7-b741-13e0027c5524 {
      --shg-aspect-ratio: calc(1080/1338); 
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
      position: relative;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin: 0 !important;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }

    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-link {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03965b6c-a43e-46b7-b741-13e0027c5524 {
      --shg-aspect-ratio: calc(1080/1338); 
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
      position: relative;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  margin: 0 !important;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03965b6c-a43e-46b7-b741-13e0027c5524 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }

    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-link {
      aspect-ratio: 1080/1338;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03965b6c-a43e-46b7-b741-13e0027c5524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-03965b6c-a43e-46b7-b741-13e0027c5524 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03965b6c-a43e-46b7-b741-13e0027c5524 {
      --shg-aspect-ratio: calc(1080/1338); 
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container {
      position: relative;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03965b6c-a43e-46b7-b741-13e0027c5524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d1d5243b-32e5-4978-af3b-b3b4ebf6b433 {
  margin-left: auto;
margin-right: auto;
}

#s-bc7d442e-28f5-4e23-a41f-de569a57250e {
  margin-left: auto;
margin-right: auto;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin-left: auto;
margin-right: auto;
max-width: 1906px;
aspect-ratio: 790/944;
text-align: center;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin: 0 !important;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }

    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-link {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1906px;
  }



  img.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
    
    
    
    max-height: 1906px;
  }


.s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08272acc-2527-49f1-9202-02aaa51574e5 {
      --shg-aspect-ratio: calc(790/944); 
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
      position: relative;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1906px;
    }
  }

@media (min-width: 1200px){#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin: 0 !important;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }

    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-link {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1906px;
  }



  img.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
    
    
    
    max-height: 1906px;
  }


.s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08272acc-2527-49f1-9202-02aaa51574e5 {
      --shg-aspect-ratio: calc(790/944); 
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
      position: relative;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1906px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin: 0 !important;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }

    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-link {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1906px;
  }



  img.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
    
    
    
    max-height: 1906px;
  }


.s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08272acc-2527-49f1-9202-02aaa51574e5 {
      --shg-aspect-ratio: calc(790/944); 
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
      position: relative;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1906px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin: 0 !important;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }

    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-link {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1906px;
  }



  img.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
    
    
    
    max-height: 1906px;
  }


.s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08272acc-2527-49f1-9202-02aaa51574e5 {
      --shg-aspect-ratio: calc(790/944); 
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
      position: relative;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1906px;
    }
  }

}@media (max-width: 767px){#s-08272acc-2527-49f1-9202-02aaa51574e5 {
  margin: 0 !important;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-08272acc-2527-49f1-9202-02aaa51574e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }

    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-link {
      aspect-ratio: 790/944;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08272acc-2527-49f1-9202-02aaa51574e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1906px;
  }



  img.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
    
    
    
    max-height: 1906px;
  }


.s-08272acc-2527-49f1-9202-02aaa51574e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08272acc-2527-49f1-9202-02aaa51574e5 {
      --shg-aspect-ratio: calc(790/944); 
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container {
      position: relative;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08272acc-2527-49f1-9202-02aaa51574e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1906px;
    }
  }

}
#s-fcfc82e4-f3e3-4177-95e9-3272a8067bf6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
}

#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (max-width: 767px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}
#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  background-image: url(https://ucarecdn.com/8475f156-ca19-4d0d-aa9d-b6dd8efab3db/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-204e2f4c-fea8-42aa-8383-da8c6a782910 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
  display: block;
}#s-204e2f4c-fea8-42aa-8383-da8c6a782910.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f87d831-8e3c-4372-8213-296243ba4c63 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8f87d831-8e3c-4372-8213-296243ba4c63 {
  margin-top: 100px;
margin-left: 27%;
margin-bottom: 100px;
margin-right: 27%;
}
}







#s-8f87d831-8e3c-4372-8213-296243ba4c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f87d831-8e3c-4372-8213-296243ba4c63 {
  cursor: pointer;
}#s-8f87d831-8e3c-4372-8213-296243ba4c63.shg-box.shg-c {
  justify-content: center;
}

#s-d446d106-67fc-47ea-8524-44c11b694116 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d446d106-67fc-47ea-8524-44c11b694116 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Faculty Glyphic";
  font-style:  normal ;
  
  
  
  
}


#s-d446d106-67fc-47ea-8524-44c11b694116 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0ecdfdd9-b543-4dec-844d-6e8ec1d1c5e9 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ecdfdd9-b543-4dec-844d-6e8ec1d1c5e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-03469ca1-c639-420c-9493-65ad17605f11 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (max-width: 767px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}
#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f {
  border-style: solid;
margin-top: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 198, 0, 1);
border-radius: 60px;
text-align: center;
background-color: rgba(255, 198, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 198, 0, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(255, 198, 0, 1) !important;
text-decoration: none !important;}#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f:active {background-color: rgba(0, 0, 0, 0) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f {
  
}
}@media (max-width: 767px){#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f {
  
}
}

  #s-bd33822f-001e-46b2-a82e-cbfe08a52e7f-root {
    text-align: center;
  }


#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd33822f-001e-46b2-a82e-cbfe08a52e7f-root {
    text-align: center;
  }


#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd33822f-001e-46b2-a82e-cbfe08a52e7f-root {
    text-align: center;
  }


#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd33822f-001e-46b2-a82e-cbfe08a52e7f-root {
    text-align: center;
  }


#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd33822f-001e-46b2-a82e-cbfe08a52e7f-root {
    text-align: center;
  }


#s-bd33822f-001e-46b2-a82e-cbfe08a52e7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (max-width: 767px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}
#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: left;
}



.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

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

#s-30f36046-a275-43ca-8570-2059659d2b2d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-30f36046-a275-43ca-8570-2059659d2b2d .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  
  font-size: 18px;
  
  
  
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  text-align: left;
}



.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}
#s-891fc3cf-fa88-4326-9757-28a6e614bac4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-891fc3cf-fa88-4326-9757-28a6e614bac4 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  
  font-size: 18px;
  
  
  
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  text-align: left;
}



.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  4762; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  4762; 
  height:  100%; 
}





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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  4762; 
  height:  100%; 
}





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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  4762; 
  height:  100%; 
}





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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  4762; 
  height:  100%; 
}





}
#s-eb07d285-66bf-42a3-8e59-5fbdd314882f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-eb07d285-66bf-42a3-8e59-5fbdd314882f .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  
  font-size: 18px;
  
  
  
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-c9dd5184-3cc4-4679-a077-d8054a388a0f {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  text-align: left;
}



.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  3268; 
  height:  100%; 
}





}
#s-bcf81dd8-381f-48a6-a6c1-d1b8c91844cb {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bcf81dd8-381f-48a6-a6c1-d1b8c91844cb .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  
  font-size: 18px;
  
  
  
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 26, 26, 1);
border-radius: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-6cbce5ad-96e5-4919-9952-44874e1aca5e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-6cbce5ad-96e5-4919-9952-44874e1aca5e:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  margin-bottom: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}@media (max-width: 767px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}

  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}