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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 62px;
}
@media (min-width: 1200px){#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 {
  display: none;
}
#s-a1aa8012-d2c8-49e1-a78e-635c9178e566, #wrap-s-a1aa8012-d2c8-49e1-a78e-635c9178e566, #wrap-content-s-a1aa8012-d2c8-49e1-a78e-635c9178e566 { display: none !important; }}@media (max-width: 767px){#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-a1aa8012-d2c8-49e1-a78e-635c9178e566, #wrap-s-a1aa8012-d2c8-49e1-a78e-635c9178e566, #wrap-content-s-a1aa8012-d2c8-49e1-a78e-635c9178e566 { display: none !important; }}
#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 .shg-sld-nav-button.shg-sld-left,
#s-a1aa8012-d2c8-49e1-a78e-635c9178e566 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  min-height: 620px;
}
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/480x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/960x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/768x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/1536x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/1024x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/2048x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/1200x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fb752c-0517-4b65-a0e8-39019fadf916 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/-/resize/2048x/);
}
#s-35fb752c-0517-4b65-a0e8-39019fadf916.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-35fb752c-0517-4b65-a0e8-39019fadf916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35fb752c-0517-4b65-a0e8-39019fadf916.shg-box.shg-c {
  justify-content: center;
}

#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8 {
  min-height: 620px;
}
}@media (max-width: 767px){#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8 {
  background-image: url(https://i.shgcdn.com/38611732-151c-4331-a2ab-608a84c68b6d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-c9638b3b-c057-4034-adb1-eb0c2095e2c8.shg-box.shg-c {
  justify-content: center;
}

#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 {
  display: none;
}
#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-content-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 {
  display: none;
}
#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-content-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 {
  display: none;
}
#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606, #wrap-content-s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 { display: none !important; }}@media (max-width: 767px){#s-eef8fa2a-7b6b-4fac-bb70-b1ba7e593606 {
  
}
}
#s-9c4cb3ec-9fc6-44f6-98f9-9ece3998dc1f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-9c4cb3ec-9fc6-44f6-98f9-9ece3998dc1f {
  display: none;
}
#s-9c4cb3ec-9fc6-44f6-98f9-9ece3998dc1f, #wrap-s-9c4cb3ec-9fc6-44f6-98f9-9ece3998dc1f, #wrap-content-s-9c4cb3ec-9fc6-44f6-98f9-9ece3998dc1f { display: none !important; }}
#s-c51987e2-fc3d-42dc-90dc-2b815d443537 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 600px;
}








#s-c51987e2-fc3d-42dc-90dc-2b815d443537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c51987e2-fc3d-42dc-90dc-2b815d443537.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

.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-96299b44-96a8-42d6-b920-a0687c4e2f05 {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  min-height: 620px;
}
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 {
  background-image: url(https://i.shgcdn.com/a8166f63-9f3f-47ee-ad51-0d85b117b263/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da4e1806-8b11-409b-88b5-c5e3ca46afe2.shg-box.shg-c {
  justify-content: center;
}

#s-7ebfcb58-2833-4a15-8bc7-1d62f65cbd38 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-7ebfcb58-2833-4a15-8bc7-1d62f65cbd38 {
  padding-left: 10%;
padding-right: 10%;
}
}
.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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  max-width: 800px;
}
}
#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
  box-sizing: border-box;
}



.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
  box-sizing: border-box;
}



.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
  box-sizing: border-box;
}



.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
  box-sizing: border-box;
}



.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329.shogun-image {
  box-sizing: border-box;
}



.s-2a4b0c07-b944-45ef-8930-2d5ce6fa3329 img.shogun-image {
  
}


}
#s-ab2f811d-ae8b-46b8-a38f-4874dd0bae0f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
max-width: 700px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ab2f811d-ae8b-46b8-a38f-4874dd0bae0f {
  padding-left: 5%;
padding-right: 5%;
}
}
.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-f0a26ddd-4555-4433-a595-51c8521b0a96 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzEyYTc0ZjgtYzRhMC00YzFkLWIyMTQtNGFkMTdmZDVmOWU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWMxZDI0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmMwMDA3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MTJhNzRmOC1jNGEwLTRjMWQtYjIxNC00YWQxN2ZkNWY5ZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ec1d24"}, {"id"=>2, "pos"=>1, "color"=>"#bc0007"}];
}
#s-f0a26ddd-4555-4433-a595-51c8521b0a96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0a26ddd-4555-4433-a595-51c8521b0a96:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-f0a26ddd-4555-4433-a595-51c8521b0a96 {
  margin-left: 5%;
}
}

  #s-f0a26ddd-4555-4433-a595-51c8521b0a96-root {
    text-align: left;
  }


#s-f0a26ddd-4555-4433-a595-51c8521b0a96.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0a26ddd-4555-4433-a595-51c8521b0a96-root {
    text-align: left;
  }


#s-f0a26ddd-4555-4433-a595-51c8521b0a96.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0a26ddd-4555-4433-a595-51c8521b0a96-root {
    text-align: left;
  }


#s-f0a26ddd-4555-4433-a595-51c8521b0a96.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0a26ddd-4555-4433-a595-51c8521b0a96-root {
    text-align: left;
  }


#s-f0a26ddd-4555-4433-a595-51c8521b0a96.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0a26ddd-4555-4433-a595-51c8521b0a96-root {
    text-align: left;
  }


#s-f0a26ddd-4555-4433-a595-51c8521b0a96.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 620px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  min-height: 500px;
}
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1770df96-0bac-4bb3-9d88-3f39800f823f {
  background-image: url(https://i.shgcdn.com/c6a0d0f9-539d-49ae-ac3a-2c999837631d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1770df96-0bac-4bb3-9d88-3f39800f823f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1770df96-0bac-4bb3-9d88-3f39800f823f.shg-box.shg-c {
  justify-content: center;
}

#s-996c6c58-4e56-4005-96f9-a93570f458f4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-996c6c58-4e56-4005-96f9-a93570f458f4 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-03772f08-f7f1-4f3f-b676-30d084a2bf3f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 600px;
}
@media (min-width: 1200px){#s-03772f08-f7f1-4f3f-b676-30d084a2bf3f {
  margin-left: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03772f08-f7f1-4f3f-b676-30d084a2bf3f {
  margin-left: 5%;
margin-right: 5%;
max-width: 450px;
}
}
#s-985182c0-dad8-438b-999b-5f92d4a31c87 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRiOTc2ZTUtZGY3OS00YzY0LTk5YTgtZGUxZjFhNjE4NTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWMxZDI0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmMwMDA3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGI5NzZlNS1kZjc5LTRjNjQtOTlhOC1kZTFmMWE2MTg1MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ec1d24"}, {"id"=>2, "pos"=>1, "color"=>"#bc0007"}];
}
#s-985182c0-dad8-438b-999b-5f92d4a31c87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-985182c0-dad8-438b-999b-5f92d4a31c87:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-985182c0-dad8-438b-999b-5f92d4a31c87 {
  margin-left: 5%;
}
}

  #s-985182c0-dad8-438b-999b-5f92d4a31c87-root {
    text-align: left;
  }


#s-985182c0-dad8-438b-999b-5f92d4a31c87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-985182c0-dad8-438b-999b-5f92d4a31c87-root {
    text-align: left;
  }


#s-985182c0-dad8-438b-999b-5f92d4a31c87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-985182c0-dad8-438b-999b-5f92d4a31c87-root {
    text-align: left;
  }


#s-985182c0-dad8-438b-999b-5f92d4a31c87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-985182c0-dad8-438b-999b-5f92d4a31c87-root {
    text-align: left;
  }


#s-985182c0-dad8-438b-999b-5f92d4a31c87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-985182c0-dad8-438b-999b-5f92d4a31c87-root {
    text-align: left;
  }


#s-985182c0-dad8-438b-999b-5f92d4a31c87.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-92552eb2-a699-4edc-a59b-7a7f003d60e3 {
  min-height: 50px;
}








#s-92552eb2-a699-4edc-a59b-7a7f003d60e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92552eb2-a699-4edc-a59b-7a7f003d60e3.shg-box.shg-c {
  justify-content: center;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
  box-sizing: border-box;
}



.s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
      position: relative;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
  box-sizing: border-box;
}



.s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
      position: relative;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
  box-sizing: border-box;
}



.s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
      position: relative;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
  box-sizing: border-box;
}



.s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
      position: relative;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-57c18972-006a-4fa4-9d59-5616f51f4c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image {
  box-sizing: border-box;
}



.s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container {
      position: relative;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c18972-006a-4fa4-9d59-5616f51f4c52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}
#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}
@media (min-width: 1200px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  display: none;
}
#s-28add7be-8c93-48d0-b372-ace3a6b3052c, #wrap-s-28add7be-8c93-48d0-b372-ace3a6b3052c, #wrap-content-s-28add7be-8c93-48d0-b372-ace3a6b3052c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  display: none;
}
#s-28add7be-8c93-48d0-b372-ace3a6b3052c, #wrap-s-28add7be-8c93-48d0-b372-ace3a6b3052c, #wrap-content-s-28add7be-8c93-48d0-b372-ace3a6b3052c { display: none !important; }}
#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  margin: 0 !important;
  overflow: visible;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add background color handling */
  
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-content {
  
    justify-content: center;
  
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
  box-sizing: border-box;
}



.s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28add7be-8c93-48d0-b372-ace3a6b3052c {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
      position: relative;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  margin: 0 !important;
  overflow: visible;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add background color handling */
  
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-content {
  
    justify-content: center;
  
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
  box-sizing: border-box;
}



.s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28add7be-8c93-48d0-b372-ace3a6b3052c {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
      position: relative;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  margin: 0 !important;
  overflow: visible;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add background color handling */
  
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-content {
  
    justify-content: center;
  
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
  box-sizing: border-box;
}



.s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28add7be-8c93-48d0-b372-ace3a6b3052c {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
      position: relative;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  margin: 0 !important;
  overflow: visible;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add background color handling */
  
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-content {
  
    justify-content: center;
  
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
  box-sizing: border-box;
}



.s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28add7be-8c93-48d0-b372-ace3a6b3052c {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
      position: relative;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  margin: 0 !important;
  overflow: visible;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28add7be-8c93-48d0-b372-ace3a6b3052c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add background color handling */
  
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28add7be-8c93-48d0-b372-ace3a6b3052c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-28add7be-8c93-48d0-b372-ace3a6b3052c .shogun-image-content {
  
    justify-content: center;
  
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image {
  box-sizing: border-box;
}



.s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28add7be-8c93-48d0-b372-ace3a6b3052c {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container {
      position: relative;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28add7be-8c93-48d0-b372-ace3a6b3052c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}







#s-0f439c9d-ece0-4153-be4e-bca302a1dbb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f439c9d-ece0-4153-be4e-bca302a1dbb2.shg-box.shg-c {
  justify-content: center;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
  box-sizing: border-box;
}



.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
      position: relative;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
  box-sizing: border-box;
}



.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
      position: relative;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
  box-sizing: border-box;
}



.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
      position: relative;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
  box-sizing: border-box;
}



.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
      position: relative;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  margin: 0 !important;
  overflow: visible;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add background color handling */
  
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image {
  box-sizing: border-box;
}



.s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container {
      position: relative;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f643c22-8e11-4d26-b47a-286ef4bbc50f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}
#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
max-width: 3550px;
background-position: -44px center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  display: none;
}
#s-299b7640-66cc-465c-9968-7c1f70232f64, #wrap-s-299b7640-66cc-465c-9968-7c1f70232f64, #wrap-content-s-299b7640-66cc-465c-9968-7c1f70232f64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  display: none;
}
#s-299b7640-66cc-465c-9968-7c1f70232f64, #wrap-s-299b7640-66cc-465c-9968-7c1f70232f64, #wrap-content-s-299b7640-66cc-465c-9968-7c1f70232f64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  
}
}@media (max-width: 767px){#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  background-image: url(https://i.shgcdn.com/94af0c6c-d451-4447-9817-73d4743b34df/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-299b7640-66cc-465c-9968-7c1f70232f64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-299b7640-66cc-465c-9968-7c1f70232f64 {
  cursor: pointer;
}#s-299b7640-66cc-465c-9968-7c1f70232f64.shg-box.shg-c {
  justify-content: center;
}

#s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 100px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768 {
  display: none;
}
#s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768, #wrap-s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768, #wrap-content-s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768 {
  display: none;
}
#s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768, #wrap-s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768, #wrap-content-s-d0978bc8-0095-4295-b7f8-c9bd3fd9f768 { display: none !important; }}
#s-20a28688-cac8-4e47-9f0b-dde917d15120 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 620px;
background-position: 54% center;
background-attachment: scroll;
}

#s-20a28688-cac8-4e47-9f0b-dde917d15120 {
  background-image: url(https://i.shgcdn.com/493a09e6-16eb-49b7-85af-1a8b6dc6c22c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-20a28688-cac8-4e47-9f0b-dde917d15120 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-20a28688-cac8-4e47-9f0b-dde917d15120 {
  cursor: pointer;
}#s-20a28688-cac8-4e47-9f0b-dde917d15120.shg-box.shg-c {
  justify-content: center;
}

#s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07 {
  max-width: 55%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07 {
  display: none;
}
#s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07, #wrap-s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07, #wrap-content-s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07 { display: none !important; }}@media (max-width: 767px){#s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07 {
  display: none;
}
#s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07, #wrap-s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07, #wrap-content-s-4ef5efd7-41bb-4729-8e15-b1ac7039ea07 { display: none !important; }}
#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 {
  max-width: 56%;
}
@media (min-width: 1200px){#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 {
  display: none;
}
#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-content-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 {
  display: none;
}
#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-content-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 { display: none !important; }}@media (max-width: 767px){#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 {
  display: none;
}
#s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40, #wrap-content-s-d65e4ad1-8b7c-45f8-b090-ca382a5a7e40 { display: none !important; }}
#s-84f95a14-bba6-43ca-97dd-07268a10cbe6 {
  max-width: 60%;
}
@media (min-width: 1200px){#s-84f95a14-bba6-43ca-97dd-07268a10cbe6 {
  display: none;
}
#s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-content-s-84f95a14-bba6-43ca-97dd-07268a10cbe6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84f95a14-bba6-43ca-97dd-07268a10cbe6 {
  display: none;
}
#s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-content-s-84f95a14-bba6-43ca-97dd-07268a10cbe6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84f95a14-bba6-43ca-97dd-07268a10cbe6 {
  display: none;
}
#s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-s-84f95a14-bba6-43ca-97dd-07268a10cbe6, #wrap-content-s-84f95a14-bba6-43ca-97dd-07268a10cbe6 { display: none !important; }}
#s-4f20fc75-d3e7-438f-9062-20a9cd8e16e2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-4f20fc75-d3e7-438f-9062-20a9cd8e16e2 {
  background-image: url(https://i.shgcdn.com/4570a08f-a0df-4234-87ef-af358ee9ca52/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4f20fc75-d3e7-438f-9062-20a9cd8e16e2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-4f20fc75-d3e7-438f-9062-20a9cd8e16e2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-7d411bc0-9f51-4d92-8e0b-788490941acf {
  display: none;
}
#s-7d411bc0-9f51-4d92-8e0b-788490941acf, #wrap-s-7d411bc0-9f51-4d92-8e0b-788490941acf, #wrap-content-s-7d411bc0-9f51-4d92-8e0b-788490941acf { display: none !important; }}@media (max-width: 767px){#s-7d411bc0-9f51-4d92-8e0b-788490941acf {
  display: none;
}
#s-7d411bc0-9f51-4d92-8e0b-788490941acf, #wrap-s-7d411bc0-9f51-4d92-8e0b-788490941acf, #wrap-content-s-7d411bc0-9f51-4d92-8e0b-788490941acf { display: none !important; }}
@media (min-width: 1200px){#s-bb489193-9606-42b2-85bf-f154da7f1cf0 {
  display: none;
}
#s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-content-s-bb489193-9606-42b2-85bf-f154da7f1cf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb489193-9606-42b2-85bf-f154da7f1cf0 {
  display: none;
}
#s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-content-s-bb489193-9606-42b2-85bf-f154da7f1cf0 { display: none !important; }}@media (max-width: 767px){#s-bb489193-9606-42b2-85bf-f154da7f1cf0 {
  display: none;
}
#s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-s-bb489193-9606-42b2-85bf-f154da7f1cf0, #wrap-content-s-bb489193-9606-42b2-85bf-f154da7f1cf0 { display: none !important; }}
@media (min-width: 1200px){#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 {
  display: none;
}
#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-content-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 {
  display: none;
}
#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-content-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 {
  display: none;
}
#s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82, #wrap-content-s-29c124be-f71c-42c1-a5d8-dde0a7e58d82 { display: none !important; }}
#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: 40% center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd {
  background-image: url(https://i.shgcdn.com/5f356db1-2131-4282-b29f-7da8b1979c5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd {
  cursor: pointer;
}#s-808b99d2-a915-4cd1-96ba-13ed3c7b79cd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-1f600c82-b279-4382-abbb-f4c01f20e854 {
  display: none;
}
#s-1f600c82-b279-4382-abbb-f4c01f20e854, #wrap-s-1f600c82-b279-4382-abbb-f4c01f20e854, #wrap-content-s-1f600c82-b279-4382-abbb-f4c01f20e854 { display: none !important; }}@media (max-width: 767px){#s-1f600c82-b279-4382-abbb-f4c01f20e854 {
  display: none;
}
#s-1f600c82-b279-4382-abbb-f4c01f20e854, #wrap-s-1f600c82-b279-4382-abbb-f4c01f20e854, #wrap-content-s-1f600c82-b279-4382-abbb-f4c01f20e854 { display: none !important; }}
#s-e435204f-4960-4e85-88e7-3ad4dea26f45 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-e435204f-4960-4e85-88e7-3ad4dea26f45 {
  display: none;
}
#s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-content-s-e435204f-4960-4e85-88e7-3ad4dea26f45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e435204f-4960-4e85-88e7-3ad4dea26f45 {
  display: none;
}
#s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-content-s-e435204f-4960-4e85-88e7-3ad4dea26f45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e435204f-4960-4e85-88e7-3ad4dea26f45 {
  display: none;
}
#s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-s-e435204f-4960-4e85-88e7-3ad4dea26f45, #wrap-content-s-e435204f-4960-4e85-88e7-3ad4dea26f45 { display: none !important; }}@media (max-width: 767px){#s-e435204f-4960-4e85-88e7-3ad4dea26f45 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 1200px){#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 {
  display: none;
}
#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-content-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 {
  display: none;
}
#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-content-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 { display: none !important; }}@media (max-width: 767px){#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 {
  display: none;
}
#s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5, #wrap-content-s-ed2ffb48-45dc-43d6-8a27-89838c8240e5 { display: none !important; }}
.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-309807c0-9dc3-4809-b478-9d2c148cad36 {
  text-align: center;
}

#s-309807c0-9dc3-4809-b478-9d2c148cad36 {
  overflow: hidden;
  
  
}







  #s-309807c0-9dc3-4809-b478-9d2c148cad36 img.shogun-image {
    

    
    
    
  }


#s-309807c0-9dc3-4809-b478-9d2c148cad36 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5365459c-4889-4e36-851d-d693794481e6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-5365459c-4889-4e36-851d-d693794481e6 {
  background-image: url(https://i.shgcdn.com/53686f98-9887-412d-8b2a-b6b73e3d98bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5365459c-4889-4e36-851d-d693794481e6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-5365459c-4889-4e36-851d-d693794481e6.shg-box.shg-c {
  justify-content: center;
}

#s-f1703b76-86fa-4ac3-9b01-a1143e195dd8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-f1703b76-86fa-4ac3-9b01-a1143e195dd8 {
  background-image: url(https://i.shgcdn.com/f4ead16c-d642-4192-85cf-710aaf0df2b7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f1703b76-86fa-4ac3-9b01-a1143e195dd8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-f1703b76-86fa-4ac3-9b01-a1143e195dd8.shg-box.shg-c {
  justify-content: center;
}

#s-10f28895-2cf7-492e-ba45-e17a92246981 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-10f28895-2cf7-492e-ba45-e17a92246981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10f28895-2cf7-492e-ba45-e17a92246981.shg-box.shg-c {
  justify-content: center;
}

#s-49663361-d068-4c66-bb55-6520b5417217 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-49663361-d068-4c66-bb55-6520b5417217 {
  background-image: url(https://i.shgcdn.com/7e80705e-8122-4b35-b648-719c84529729/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-49663361-d068-4c66-bb55-6520b5417217 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-49663361-d068-4c66-bb55-6520b5417217 {
  cursor: pointer;
}#s-49663361-d068-4c66-bb55-6520b5417217.shg-box.shg-c {
  justify-content: center;
}

#s-25a8f154-020b-47af-a775-3d8917193ab9 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-25a8f154-020b-47af-a775-3d8917193ab9 {
  display: none;
}
#s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-content-s-25a8f154-020b-47af-a775-3d8917193ab9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25a8f154-020b-47af-a775-3d8917193ab9 {
  display: none;
}
#s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-content-s-25a8f154-020b-47af-a775-3d8917193ab9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25a8f154-020b-47af-a775-3d8917193ab9 {
  display: none;
}
#s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-content-s-25a8f154-020b-47af-a775-3d8917193ab9 { display: none !important; }}@media (max-width: 767px){#s-25a8f154-020b-47af-a775-3d8917193ab9 {
  display: none;
text-align: center;
}
#s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-s-25a8f154-020b-47af-a775-3d8917193ab9, #wrap-content-s-25a8f154-020b-47af-a775-3d8917193ab9 { display: none !important; }}
#s-e6e361c5-2056-4f1a-9521-0c797908fd6a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6e361c5-2056-4f1a-9521-0c797908fd6a {
  display: none;
}
#s-e6e361c5-2056-4f1a-9521-0c797908fd6a, #wrap-s-e6e361c5-2056-4f1a-9521-0c797908fd6a, #wrap-content-s-e6e361c5-2056-4f1a-9521-0c797908fd6a { display: none !important; }}@media (max-width: 767px){#s-e6e361c5-2056-4f1a-9521-0c797908fd6a {
  display: none;
}
#s-e6e361c5-2056-4f1a-9521-0c797908fd6a, #wrap-s-e6e361c5-2056-4f1a-9521-0c797908fd6a, #wrap-content-s-e6e361c5-2056-4f1a-9521-0c797908fd6a { display: none !important; }}
#s-935b0cb6-3e31-403a-8b73-2591108fe173 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-935b0cb6-3e31-403a-8b73-2591108fe173 {
  display: none;
}
#s-935b0cb6-3e31-403a-8b73-2591108fe173, #wrap-s-935b0cb6-3e31-403a-8b73-2591108fe173, #wrap-content-s-935b0cb6-3e31-403a-8b73-2591108fe173 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-935b0cb6-3e31-403a-8b73-2591108fe173 {
  display: none;
}
#s-935b0cb6-3e31-403a-8b73-2591108fe173, #wrap-s-935b0cb6-3e31-403a-8b73-2591108fe173, #wrap-content-s-935b0cb6-3e31-403a-8b73-2591108fe173 { display: none !important; }}
#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd {
  background-image: url(https://i.shgcdn.com/f82bdc21-8515-4f35-b237-161cc2dd22e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd {
  cursor: pointer;
}#s-afd6d2dd-650c-4f78-8e2a-4c115fc521cd.shg-box.shg-c {
  justify-content: center;
}

#s-05f2b937-1d4e-4d49-bd2e-f920fdf7b88e {
  margin-left: 4%;
margin-right: 4%;
}

#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 700px;
}
@media (min-width: 1200px){#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 {
  display: none;
}
#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6, #wrap-s-cc0844d4-2f68-449b-8e7e-249202cb5ba6, #wrap-content-s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 {
  display: none;
}
#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6, #wrap-s-cc0844d4-2f68-449b-8e7e-249202cb5ba6, #wrap-content-s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 { display: none !important; }}@media (max-width: 767px){#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 .shg-sld-nav-button.shg-sld-left,
#s-cc0844d4-2f68-449b-8e7e-249202cb5ba6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6d534bd7-04b9-4dfa-965f-f16f9c280545 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d534bd7-04b9-4dfa-965f-f16f9c280545 {
  min-height: 900px;
}
}@media (max-width: 767px){#s-6d534bd7-04b9-4dfa-965f-f16f9c280545 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-6d534bd7-04b9-4dfa-965f-f16f9c280545 {
  background-image: url(https://i.shgcdn.com/38611732-151c-4331-a2ab-608a84c68b6d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6d534bd7-04b9-4dfa-965f-f16f9c280545 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-6d534bd7-04b9-4dfa-965f-f16f9c280545.shg-box.shg-c {
  justify-content: center;
}

#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c {
  display: none;
}
#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-content-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c {
  display: none;
}
#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-content-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c {
  display: none;
}
#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c, #wrap-content-s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c { display: none !important; }}@media (max-width: 767px){#s-fac45f23-f9f7-4444-baef-bdc5c7b00c2c {
  
}
}
#s-d205e6d9-28b7-4061-93c0-baea9acb6795 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-d205e6d9-28b7-4061-93c0-baea9acb6795 {
  display: none;
}
#s-d205e6d9-28b7-4061-93c0-baea9acb6795, #wrap-s-d205e6d9-28b7-4061-93c0-baea9acb6795, #wrap-content-s-d205e6d9-28b7-4061-93c0-baea9acb6795 { display: none !important; }}
#s-24c66b32-94a2-4a73-ad0a-ecf9a4d138f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 500px;
}








#s-24c66b32-94a2-4a73-ad0a-ecf9a4d138f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24c66b32-94a2-4a73-ad0a-ecf9a4d138f3.shg-box.shg-c {
  justify-content: center;
}

#s-94e71f37-4919-4132-9031-7a95722ff252 {
  margin-left: -4%;
margin-bottom: 20px;
margin-right: -4%;
padding-left: 40px;
padding-right: 40px;
}

#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  min-height: 900px;
}
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3a58eac6-015b-40db-a475-337c419ef2ae {
  background-image: url(https://i.shgcdn.com/73c0f42d-dead-473e-add5-1b6c8a096420/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3a58eac6-015b-40db-a475-337c419ef2ae.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3a58eac6-015b-40db-a475-337c419ef2ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a58eac6-015b-40db-a475-337c419ef2ae.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0937dc9c-ac93-4d11-87e9-3f14310ea455 {
  margin-top: 50px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0937dc9c-ac93-4d11-87e9-3f14310ea455 {
  margin-top: 100px;
}
}
#s-b123bde6-48fa-460d-80c6-4410a5e5a29b {
  padding-left: 10%;
padding-right: 10%;
}

#s-16092a97-fdec-49f3-b97d-34bd51e2a7e6 {
  margin-bottom: 40px;
}








#s-16092a97-fdec-49f3-b97d-34bd51e2a7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16092a97-fdec-49f3-b97d-34bd51e2a7e6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMxZmM2N2QtZjI2Ny00OTViLWJkYmMtOWI2OTI2YWJiNWFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWMxZDI0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmMwMDA3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzFmYzY3ZC1mMjY3LTQ5NWItYmRiYy05YjY5MjZhYmI1YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ec1d24"}, {"id"=>2, "pos"=>1, "color"=>"#bc0007"}];
}
#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d {
  margin-left: 5%;
}
}

  #s-4dbdae85-4e69-4033-9354-9ddbbf632d9d-root {
    text-align: center;
  }


#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dbdae85-4e69-4033-9354-9ddbbf632d9d-root {
    text-align: center;
  }


#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dbdae85-4e69-4033-9354-9ddbbf632d9d-root {
    text-align: center;
  }


#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dbdae85-4e69-4033-9354-9ddbbf632d9d-root {
    text-align: center;
  }


#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dbdae85-4e69-4033-9354-9ddbbf632d9d-root {
    text-align: center;
  }


#s-4dbdae85-4e69-4033-9354-9ddbbf632d9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-e01289f3-b2dc-48a6-be37-e5ab31662bbc {
  min-height: 50px;
}








#s-e01289f3-b2dc-48a6-be37-e5ab31662bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e01289f3-b2dc-48a6-be37-e5ab31662bbc.shg-box.shg-c {
  justify-content: center;
}

#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-3416c1f0-cf41-4726-9041-61575e24128d {
  min-height: 900px;
}
}
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3416c1f0-cf41-4726-9041-61575e24128d {
  background-image: url(https://i.shgcdn.com/cfb36e42-f53c-47fb-9718-230a1537285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-3416c1f0-cf41-4726-9041-61575e24128d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3416c1f0-cf41-4726-9041-61575e24128d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3416c1f0-cf41-4726-9041-61575e24128d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1877f95a-6ed7-4b63-a1e3-06e59b09c359 {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1877f95a-6ed7-4b63-a1e3-06e59b09c359 {
  margin-top: 100px;
}
}
#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  max-width: 600px;
text-align: center;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
  box-sizing: border-box;
}



.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  
}


@media (min-width: 1200px){#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
  box-sizing: border-box;
}



.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
  box-sizing: border-box;
}



.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
  box-sizing: border-box;
}



.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  
}


}@media (max-width: 767px){#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  margin: 0 !important;
  overflow: visible;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add background color handling */
  
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66.shogun-image {
  box-sizing: border-box;
}



.s-765acc11-ccd6-4e24-8ae6-0458d7f6dc66 img.shogun-image {
  
}


}
#s-8fe164c7-cd2f-4700-9f9e-866523206dc4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmMxODllNTAtZjk4NS00MDQ0LThlMzItMzY3ZDgzYzcyMzRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWMxZDI0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYmMwMDA3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzE4OWU1MC1mOTg1LTQwNDQtOGUzMi0zNjdkODNjNzIzNGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ec1d24"}, {"id"=>2, "pos"=>1, "color"=>"#bc0007"}];
}
#s-8fe164c7-cd2f-4700-9f9e-866523206dc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fe164c7-cd2f-4700-9f9e-866523206dc4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-8fe164c7-cd2f-4700-9f9e-866523206dc4 {
  margin-left: 5%;
}
}

  #s-8fe164c7-cd2f-4700-9f9e-866523206dc4-root {
    text-align: center;
  }


#s-8fe164c7-cd2f-4700-9f9e-866523206dc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fe164c7-cd2f-4700-9f9e-866523206dc4-root {
    text-align: center;
  }


#s-8fe164c7-cd2f-4700-9f9e-866523206dc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fe164c7-cd2f-4700-9f9e-866523206dc4-root {
    text-align: center;
  }


#s-8fe164c7-cd2f-4700-9f9e-866523206dc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fe164c7-cd2f-4700-9f9e-866523206dc4-root {
    text-align: center;
  }


#s-8fe164c7-cd2f-4700-9f9e-866523206dc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fe164c7-cd2f-4700-9f9e-866523206dc4-root {
    text-align: center;
  }


#s-8fe164c7-cd2f-4700-9f9e-866523206dc4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-8983127d-207a-4ceb-b38c-1c601cb859d6 {
  min-height: 50px;
}








#s-8983127d-207a-4ceb-b38c-1c601cb859d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8983127d-207a-4ceb-b38c-1c601cb859d6.shg-box.shg-c {
  justify-content: center;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
  box-sizing: border-box;
}



.s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5796f6b5-af58-40f1-937e-efe64de317e4 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
      position: relative;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
  box-sizing: border-box;
}



.s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5796f6b5-af58-40f1-937e-efe64de317e4 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
      position: relative;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
  box-sizing: border-box;
}



.s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5796f6b5-af58-40f1-937e-efe64de317e4 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
      position: relative;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
  box-sizing: border-box;
}



.s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5796f6b5-af58-40f1-937e-efe64de317e4 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
      position: relative;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5796f6b5-af58-40f1-937e-efe64de317e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5796f6b5-af58-40f1-937e-efe64de317e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-5796f6b5-af58-40f1-937e-efe64de317e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image {
  box-sizing: border-box;
}



.s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5796f6b5-af58-40f1-937e-efe64de317e4 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container {
      position: relative;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5796f6b5-af58-40f1-937e-efe64de317e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}
#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}
@media (min-width: 1200px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  display: none;
}
#s-ec10e138-eed7-424d-ae45-d60456b464fa, #wrap-s-ec10e138-eed7-424d-ae45-d60456b464fa, #wrap-content-s-ec10e138-eed7-424d-ae45-d60456b464fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  display: none;
}
#s-ec10e138-eed7-424d-ae45-d60456b464fa, #wrap-s-ec10e138-eed7-424d-ae45-d60456b464fa, #wrap-content-s-ec10e138-eed7-424d-ae45-d60456b464fa { display: none !important; }}
#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
  box-sizing: border-box;
}



.s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec10e138-eed7-424d-ae45-d60456b464fa {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
      position: relative;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
  box-sizing: border-box;
}



.s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec10e138-eed7-424d-ae45-d60456b464fa {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
      position: relative;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
  box-sizing: border-box;
}



.s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec10e138-eed7-424d-ae45-d60456b464fa {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
      position: relative;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
  box-sizing: border-box;
}



.s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec10e138-eed7-424d-ae45-d60456b464fa {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
      position: relative;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-ec10e138-eed7-424d-ae45-d60456b464fa {
  margin: 0 !important;
  overflow: visible;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec10e138-eed7-424d-ae45-d60456b464fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add background color handling */
  
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec10e138-eed7-424d-ae45-d60456b464fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-ec10e138-eed7-424d-ae45-d60456b464fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image {
  box-sizing: border-box;
}



.s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec10e138-eed7-424d-ae45-d60456b464fa {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container {
      position: relative;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec10e138-eed7-424d-ae45-d60456b464fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}
#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf {
  background-repeat: no-repeat;
background-size: 425px 677px;
min-height: 620px;
background-position: 0% center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf {
  margin-right: -117%;
}
}@media (max-width: 767px){#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf {
  margin-right: -185%;
}
}
#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf {
  background-image: url(https://i.shgcdn.com/9db3e54e-2062-4794-90f3-6b079b5896c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf {
  cursor: pointer;
}#s-2e1648d6-6a23-40dc-8332-4b61048ee0bf.shg-box.shg-c {
  justify-content: center;
}








#s-73ddc38c-c376-423c-ae7d-81999b7a4021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73ddc38c-c376-423c-ae7d-81999b7a4021.shg-box.shg-c {
  justify-content: center;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  max-width: 3550px;
aspect-ratio: 3550/1220;
text-align: center;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
  box-sizing: border-box;
}



.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
      position: relative;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

@media (min-width: 1200px){#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
  box-sizing: border-box;
}



.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
      position: relative;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
  box-sizing: border-box;
}



.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
      position: relative;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
  box-sizing: border-box;
}



.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
      position: relative;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}@media (max-width: 767px){#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }

    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-link {
      aspect-ratio: 3550/1220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3550px;
  }



  img.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
    
    
    
    max-height: 3550px;
  }


.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image {
  box-sizing: border-box;
}



.s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 {
      --shg-aspect-ratio: calc(3550/1220); 
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container {
      position: relative;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b7a614f-a146-41dd-a1d8-d87462779ce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3550px;
    }
  }

}
#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
max-width: 3550px;
background-position: -44px center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  display: none;
}
#s-24939f76-6dc9-4c8c-ab51-5935ab152995, #wrap-s-24939f76-6dc9-4c8c-ab51-5935ab152995, #wrap-content-s-24939f76-6dc9-4c8c-ab51-5935ab152995 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  display: none;
}
#s-24939f76-6dc9-4c8c-ab51-5935ab152995, #wrap-s-24939f76-6dc9-4c8c-ab51-5935ab152995, #wrap-content-s-24939f76-6dc9-4c8c-ab51-5935ab152995 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  
}
}@media (max-width: 767px){#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  background-image: url(https://i.shgcdn.com/94af0c6c-d451-4447-9817-73d4743b34df/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-24939f76-6dc9-4c8c-ab51-5935ab152995 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-24939f76-6dc9-4c8c-ab51-5935ab152995 {
  cursor: pointer;
}#s-24939f76-6dc9-4c8c-ab51-5935ab152995.shg-box.shg-c {
  justify-content: center;
}

#s-971d7108-f2db-434b-9f7c-16b0917f40ab {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 100px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-971d7108-f2db-434b-9f7c-16b0917f40ab {
  display: none;
}
#s-971d7108-f2db-434b-9f7c-16b0917f40ab, #wrap-s-971d7108-f2db-434b-9f7c-16b0917f40ab, #wrap-content-s-971d7108-f2db-434b-9f7c-16b0917f40ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-971d7108-f2db-434b-9f7c-16b0917f40ab {
  display: none;
}
#s-971d7108-f2db-434b-9f7c-16b0917f40ab, #wrap-s-971d7108-f2db-434b-9f7c-16b0917f40ab, #wrap-content-s-971d7108-f2db-434b-9f7c-16b0917f40ab { display: none !important; }}
#s-e7d3b8e9-7295-4654-88a4-b1e99ab7a7d7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 620px;
background-position: 54% center;
background-attachment: scroll;
}

#s-e7d3b8e9-7295-4654-88a4-b1e99ab7a7d7 {
  background-image: url(https://i.shgcdn.com/493a09e6-16eb-49b7-85af-1a8b6dc6c22c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e7d3b8e9-7295-4654-88a4-b1e99ab7a7d7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e7d3b8e9-7295-4654-88a4-b1e99ab7a7d7 {
  cursor: pointer;
}#s-e7d3b8e9-7295-4654-88a4-b1e99ab7a7d7.shg-box.shg-c {
  justify-content: center;
}

#s-ce103448-80b6-4c41-9142-5a3b18e8444d {
  max-width: 55%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce103448-80b6-4c41-9142-5a3b18e8444d {
  display: none;
}
#s-ce103448-80b6-4c41-9142-5a3b18e8444d, #wrap-s-ce103448-80b6-4c41-9142-5a3b18e8444d, #wrap-content-s-ce103448-80b6-4c41-9142-5a3b18e8444d { display: none !important; }}@media (max-width: 767px){#s-ce103448-80b6-4c41-9142-5a3b18e8444d {
  display: none;
}
#s-ce103448-80b6-4c41-9142-5a3b18e8444d, #wrap-s-ce103448-80b6-4c41-9142-5a3b18e8444d, #wrap-content-s-ce103448-80b6-4c41-9142-5a3b18e8444d { display: none !important; }}
#s-45e95910-2281-4b83-b098-040b99ea7618 {
  max-width: 56%;
}
@media (min-width: 1200px){#s-45e95910-2281-4b83-b098-040b99ea7618 {
  display: none;
}
#s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-content-s-45e95910-2281-4b83-b098-040b99ea7618 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45e95910-2281-4b83-b098-040b99ea7618 {
  display: none;
}
#s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-content-s-45e95910-2281-4b83-b098-040b99ea7618 { display: none !important; }}@media (max-width: 767px){#s-45e95910-2281-4b83-b098-040b99ea7618 {
  display: none;
}
#s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-s-45e95910-2281-4b83-b098-040b99ea7618, #wrap-content-s-45e95910-2281-4b83-b098-040b99ea7618 { display: none !important; }}
#s-071e212e-0e32-44ac-a2db-a685200275c2 {
  max-width: 60%;
}
@media (min-width: 1200px){#s-071e212e-0e32-44ac-a2db-a685200275c2 {
  display: none;
}
#s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-content-s-071e212e-0e32-44ac-a2db-a685200275c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-071e212e-0e32-44ac-a2db-a685200275c2 {
  display: none;
}
#s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-content-s-071e212e-0e32-44ac-a2db-a685200275c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-071e212e-0e32-44ac-a2db-a685200275c2 {
  display: none;
}
#s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-s-071e212e-0e32-44ac-a2db-a685200275c2, #wrap-content-s-071e212e-0e32-44ac-a2db-a685200275c2 { display: none !important; }}
#s-76d9c431-1af0-4c6e-92de-4cda2c282362 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-76d9c431-1af0-4c6e-92de-4cda2c282362 {
  background-image: url(https://i.shgcdn.com/4570a08f-a0df-4234-87ef-af358ee9ca52/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-76d9c431-1af0-4c6e-92de-4cda2c282362 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-76d9c431-1af0-4c6e-92de-4cda2c282362.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd {
  display: none;
}
#s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd, #wrap-s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd, #wrap-content-s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd { display: none !important; }}@media (max-width: 767px){#s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd {
  display: none;
}
#s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd, #wrap-s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd, #wrap-content-s-cd63fa9c-0ea4-4573-9036-de02cb3e2abd { display: none !important; }}
@media (min-width: 1200px){#s-431add1f-c72a-4016-9949-79175793e9ea {
  display: none;
}
#s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-content-s-431add1f-c72a-4016-9949-79175793e9ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-431add1f-c72a-4016-9949-79175793e9ea {
  display: none;
}
#s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-content-s-431add1f-c72a-4016-9949-79175793e9ea { display: none !important; }}@media (max-width: 767px){#s-431add1f-c72a-4016-9949-79175793e9ea {
  display: none;
}
#s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-s-431add1f-c72a-4016-9949-79175793e9ea, #wrap-content-s-431add1f-c72a-4016-9949-79175793e9ea { display: none !important; }}
@media (min-width: 1200px){#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 {
  display: none;
}
#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-content-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 {
  display: none;
}
#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-content-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 {
  display: none;
}
#s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1, #wrap-content-s-f383fb5f-6d8d-4cae-9260-c6ec6379b2e1 { display: none !important; }}
#s-40349a10-1074-4198-8eb0-9dd599b346f3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: 40% center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-40349a10-1074-4198-8eb0-9dd599b346f3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-40349a10-1074-4198-8eb0-9dd599b346f3 {
  background-image: url(https://i.shgcdn.com/5f356db1-2131-4282-b29f-7da8b1979c5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-40349a10-1074-4198-8eb0-9dd599b346f3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-40349a10-1074-4198-8eb0-9dd599b346f3 {
  cursor: pointer;
}#s-40349a10-1074-4198-8eb0-9dd599b346f3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-31323abf-0a7c-464d-b499-eb16045b03ae {
  display: none;
}
#s-31323abf-0a7c-464d-b499-eb16045b03ae, #wrap-s-31323abf-0a7c-464d-b499-eb16045b03ae, #wrap-content-s-31323abf-0a7c-464d-b499-eb16045b03ae { display: none !important; }}@media (max-width: 767px){#s-31323abf-0a7c-464d-b499-eb16045b03ae {
  display: none;
}
#s-31323abf-0a7c-464d-b499-eb16045b03ae, #wrap-s-31323abf-0a7c-464d-b499-eb16045b03ae, #wrap-content-s-31323abf-0a7c-464d-b499-eb16045b03ae { display: none !important; }}
#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}
@media (min-width: 1200px){#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 {
  display: none;
}
#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-content-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 {
  display: none;
}
#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-content-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 {
  display: none;
}
#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0, #wrap-content-s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 { display: none !important; }}@media (max-width: 767px){#s-6726adf6-dd00-4d8f-b55e-4927e287b1b0 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 1200px){#s-4d3af7f5-05b8-4825-a991-c98a855fcb69 {
  display: none;
}
#s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-content-s-4d3af7f5-05b8-4825-a991-c98a855fcb69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d3af7f5-05b8-4825-a991-c98a855fcb69 {
  display: none;
}
#s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-content-s-4d3af7f5-05b8-4825-a991-c98a855fcb69 { display: none !important; }}@media (max-width: 767px){#s-4d3af7f5-05b8-4825-a991-c98a855fcb69 {
  display: none;
}
#s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-s-4d3af7f5-05b8-4825-a991-c98a855fcb69, #wrap-content-s-4d3af7f5-05b8-4825-a991-c98a855fcb69 { display: none !important; }}
#s-b4876ae3-f716-404f-8e63-f3a348348780 {
  text-align: center;
}

#s-b4876ae3-f716-404f-8e63-f3a348348780 {
  overflow: hidden;
  
  
}







  #s-b4876ae3-f716-404f-8e63-f3a348348780 img.shogun-image {
    

    
    
    
  }


#s-b4876ae3-f716-404f-8e63-f3a348348780 .shogun-image-content {
  
    justify-content: center;
  
}

#s-485b369f-f90b-4120-b600-c092e14c96c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-485b369f-f90b-4120-b600-c092e14c96c8 {
  background-image: url(https://i.shgcdn.com/53686f98-9887-412d-8b2a-b6b73e3d98bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-485b369f-f90b-4120-b600-c092e14c96c8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-485b369f-f90b-4120-b600-c092e14c96c8.shg-box.shg-c {
  justify-content: center;
}

#s-6bdccda0-e310-444a-bc1b-902d4f6cc303 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bdccda0-e310-444a-bc1b-902d4f6cc303 {
  min-height: 900px;
}
}@media (max-width: 767px){#s-6bdccda0-e310-444a-bc1b-902d4f6cc303 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-6bdccda0-e310-444a-bc1b-902d4f6cc303 {
  background-image: url(https://i.shgcdn.com/f8f3878c-ab35-4906-b1bd-fc7971ddc77f/);
}








#s-6bdccda0-e310-444a-bc1b-902d4f6cc303 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-6bdccda0-e310-444a-bc1b-902d4f6cc303.shg-box.shg-c {
  justify-content: center;
}

#s-8e8b0774-0a39-4900-8332-aea4466d3342 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-8e8b0774-0a39-4900-8332-aea4466d3342 {
  display: none;
}
#s-8e8b0774-0a39-4900-8332-aea4466d3342, #wrap-s-8e8b0774-0a39-4900-8332-aea4466d3342, #wrap-content-s-8e8b0774-0a39-4900-8332-aea4466d3342 { display: none !important; }}
#s-efa8a0b0-91aa-4f10-83f3-b235451420ac {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 500px;
}








#s-efa8a0b0-91aa-4f10-83f3-b235451420ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efa8a0b0-91aa-4f10-83f3-b235451420ac.shg-box.shg-c {
  justify-content: center;
}

#s-5e97593a-ace9-42e0-8c6f-2eee3a0c53db {
  background-repeat: no-repeat;
background-size: cover;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-5e97593a-ace9-42e0-8c6f-2eee3a0c53db {
  background-image: url(https://i.shgcdn.com/f4ead16c-d642-4192-85cf-710aaf0df2b7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5e97593a-ace9-42e0-8c6f-2eee3a0c53db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-5e97593a-ace9-42e0-8c6f-2eee3a0c53db.shg-box.shg-c {
  justify-content: center;
}

#s-75f83c74-0380-4d8e-86cf-6c16c3e84b03 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-75f83c74-0380-4d8e-86cf-6c16c3e84b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75f83c74-0380-4d8e-86cf-6c16c3e84b03.shg-box.shg-c {
  justify-content: center;
}

#s-5c594f07-c9c3-4e42-bcf3-c0fdf9f4f427 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}

#s-5c594f07-c9c3-4e42-bcf3-c0fdf9f4f427 {
  background-image: url(https://i.shgcdn.com/7e80705e-8122-4b35-b648-719c84529729/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5c594f07-c9c3-4e42-bcf3-c0fdf9f4f427 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-5c594f07-c9c3-4e42-bcf3-c0fdf9f4f427 {
  cursor: pointer;
}#s-5c594f07-c9c3-4e42-bcf3-c0fdf9f4f427.shg-box.shg-c {
  justify-content: center;
}

#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 {
  display: none;
}
#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-content-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 {
  display: none;
}
#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-content-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 {
  display: none;
}
#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-content-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 { display: none !important; }}@media (max-width: 767px){#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 {
  display: none;
text-align: center;
}
#s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44, #wrap-content-s-e6c9f2b0-2196-431c-b799-ded7eeec7a44 { display: none !important; }}
#s-8c188727-0e9f-4a4f-98fd-c43f90705603 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c188727-0e9f-4a4f-98fd-c43f90705603 {
  display: none;
}
#s-8c188727-0e9f-4a4f-98fd-c43f90705603, #wrap-s-8c188727-0e9f-4a4f-98fd-c43f90705603, #wrap-content-s-8c188727-0e9f-4a4f-98fd-c43f90705603 { display: none !important; }}@media (max-width: 767px){#s-8c188727-0e9f-4a4f-98fd-c43f90705603 {
  display: none;
}
#s-8c188727-0e9f-4a4f-98fd-c43f90705603, #wrap-s-8c188727-0e9f-4a4f-98fd-c43f90705603, #wrap-content-s-8c188727-0e9f-4a4f-98fd-c43f90705603 { display: none !important; }}
#s-264bc70c-b372-4872-ba4c-dfd530bfb070 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-264bc70c-b372-4872-ba4c-dfd530bfb070 {
  display: none;
}
#s-264bc70c-b372-4872-ba4c-dfd530bfb070, #wrap-s-264bc70c-b372-4872-ba4c-dfd530bfb070, #wrap-content-s-264bc70c-b372-4872-ba4c-dfd530bfb070 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-264bc70c-b372-4872-ba4c-dfd530bfb070 {
  display: none;
}
#s-264bc70c-b372-4872-ba4c-dfd530bfb070, #wrap-s-264bc70c-b372-4872-ba4c-dfd530bfb070, #wrap-content-s-264bc70c-b372-4872-ba4c-dfd530bfb070 { display: none !important; }}
#s-98fbeba7-261a-480e-9e4a-185e77617de7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 620px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-98fbeba7-261a-480e-9e4a-185e77617de7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-98fbeba7-261a-480e-9e4a-185e77617de7 {
  background-image: url(https://i.shgcdn.com/f82bdc21-8515-4f35-b237-161cc2dd22e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-98fbeba7-261a-480e-9e4a-185e77617de7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-98fbeba7-261a-480e-9e4a-185e77617de7 {
  cursor: pointer;
}#s-98fbeba7-261a-480e-9e4a-185e77617de7.shg-box.shg-c {
  justify-content: center;
}

#s-0dbdb722-a778-4377-9cdd-bc935917a9f5 {
  margin-left: 4%;
margin-right: 4%;
}

#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 {
  background-attachment: fixed;
margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 {
  display: none;
}
#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8, #wrap-s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8, #wrap-content-s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 { display: none !important; }}@media (max-width: 767px){#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 {
  display: none;
}
#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8, #wrap-s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8, #wrap-content-s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 { display: none !important; }}







#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9de1a9ba-47f4-4836-aa1c-a390dbe7f8e8.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-0280f932-f3cb-444d-b169-e7de9c78917b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0280f932-f3cb-444d-b169-e7de9c78917b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0280f932-f3cb-444d-b169-e7de9c78917b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0280f932-f3cb-444d-b169-e7de9c78917b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0280f932-f3cb-444d-b169-e7de9c78917b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3ee32ee2-65be-433c-adf9-95f77c11bbd9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-3ee32ee2-65be-433c-adf9-95f77c11bbd9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3ee32ee2-65be-433c-adf9-95f77c11bbd9.shg-box.shg-c {
  justify-content: center;
}

#s-476311dd-ce0b-46b9-a168-80dd23a925c0 {
  text-align: center;
opacity: 0.31;
}
#s-476311dd-ce0b-46b9-a168-80dd23a925c0:hover {opacity: 1 !important;}
#s-476311dd-ce0b-46b9-a168-80dd23a925c0 {
  overflow: hidden;
  
  
}







  #s-476311dd-ce0b-46b9-a168-80dd23a925c0 img.shogun-image {
    

    
    
    
  }


#s-476311dd-ce0b-46b9-a168-80dd23a925c0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-98d66a9b-fc29-41dd-a4c1-4feb86921dc6 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 160px;
}








#s-98d66a9b-fc29-41dd-a4c1-4feb86921dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98d66a9b-fc29-41dd-a4c1-4feb86921dc6.shg-box.shg-c {
  justify-content: center;
}

#s-31d1511a-5b5b-487c-aa9d-836ea6a80b7b {
  opacity: 1;
}

#s-ed0d478c-5800-4fa5-b290-77ac0ba5c8bd {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-ed0d478c-5800-4fa5-b290-77ac0ba5c8bd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-ed0d478c-5800-4fa5-b290-77ac0ba5c8bd.shg-box.shg-c {
  justify-content: center;
}

#s-aa94adda-e444-40b9-9194-499375f81ba9 {
  text-align: center;
opacity: 0.31000000000000005;
}
#s-aa94adda-e444-40b9-9194-499375f81ba9:hover {opacity: 1 !important;}
#s-aa94adda-e444-40b9-9194-499375f81ba9 {
  overflow: hidden;
  
  
}







  #s-aa94adda-e444-40b9-9194-499375f81ba9 img.shogun-image {
    

    
    
    
  }


#s-aa94adda-e444-40b9-9194-499375f81ba9 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-6b7f7e36-04e5-4272-98d7-ff5926e710f6 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
min-height: 160px;
}








#s-6b7f7e36-04e5-4272-98d7-ff5926e710f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b7f7e36-04e5-4272-98d7-ff5926e710f6.shg-box.shg-c {
  justify-content: center;
}

#s-a8163909-cd71-40bb-9309-a30fabb8c995 {
  opacity: 1;
}

#s-6b2d01d0-3536-47e7-9b51-c2f75a41aa0b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-6b2d01d0-3536-47e7-9b51-c2f75a41aa0b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-6b2d01d0-3536-47e7-9b51-c2f75a41aa0b.shg-box.shg-c {
  justify-content: center;
}

#s-99bd24b3-0792-4dd0-b07b-9cd661739273 {
  text-align: center;
opacity: 0.31;
}
#s-99bd24b3-0792-4dd0-b07b-9cd661739273:hover {opacity: 1 !important;}
#s-99bd24b3-0792-4dd0-b07b-9cd661739273 {
  overflow: hidden;
  
  
}







  #s-99bd24b3-0792-4dd0-b07b-9cd661739273 img.shogun-image {
    

    
    
    
  }


#s-99bd24b3-0792-4dd0-b07b-9cd661739273 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-c9cee050-0b90-4572-ae41-05d1a3630d1d {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 160px;
}








#s-c9cee050-0b90-4572-ae41-05d1a3630d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9cee050-0b90-4572-ae41-05d1a3630d1d.shg-box.shg-c {
  justify-content: center;
}

#s-145c8b3a-ac47-4bd3-8525-e1f88269a813 {
  opacity: 1;
}

#s-a36e94a2-04cf-4f3e-a438-b072f2567f63 {
  min-height: 50px;
background-color: rgba(11, 12, 11, 1);
background-attachment: scroll;
}








#s-a36e94a2-04cf-4f3e-a438-b072f2567f63 > .shg-box-overlay {
  background-color: rgba(23, 21, 21, 1);
  opacity: 0.2;
  display: block;
}#s-a36e94a2-04cf-4f3e-a438-b072f2567f63.shg-box.shg-c {
  justify-content: center;
}

#s-2a761e53-0569-4cef-83b5-784dfe53a62a {
  text-align: center;
opacity: 0.31;
}
#s-2a761e53-0569-4cef-83b5-784dfe53a62a:hover {opacity: 1 !important;}
#s-2a761e53-0569-4cef-83b5-784dfe53a62a {
  overflow: hidden;
  
  
}







  #s-2a761e53-0569-4cef-83b5-784dfe53a62a img.shogun-image {
    

    
    
    
  }


#s-2a761e53-0569-4cef-83b5-784dfe53a62a .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-d78fb5fb-a6c4-40ed-b03e-4a6c71699f24 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 160px;
}








#s-d78fb5fb-a6c4-40ed-b03e-4a6c71699f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d78fb5fb-a6c4-40ed-b03e-4a6c71699f24.shg-box.shg-c {
  justify-content: center;
}

#s-2ebac12a-d6ef-4b3d-91bc-d8265cc48f3a {
  opacity: 1;
}

#s-f447c486-f7d7-4548-a14c-950ba60406a6 {
  margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f447c486-f7d7-4548-a14c-950ba60406a6 {
  display: none;
}
#s-f447c486-f7d7-4548-a14c-950ba60406a6, #wrap-s-f447c486-f7d7-4548-a14c-950ba60406a6, #wrap-content-s-f447c486-f7d7-4548-a14c-950ba60406a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f447c486-f7d7-4548-a14c-950ba60406a6 {
  display: none;
}
#s-f447c486-f7d7-4548-a14c-950ba60406a6, #wrap-s-f447c486-f7d7-4548-a14c-950ba60406a6, #wrap-content-s-f447c486-f7d7-4548-a14c-950ba60406a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f447c486-f7d7-4548-a14c-950ba60406a6 {
  
}
}







#s-f447c486-f7d7-4548-a14c-950ba60406a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f447c486-f7d7-4548-a14c-950ba60406a6.shg-box.shg-c {
  justify-content: center;
}

#s-7b59fdf2-f37d-4065-847c-4bcd484948d2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7b59fdf2-f37d-4065-847c-4bcd484948d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7b59fdf2-f37d-4065-847c-4bcd484948d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b59fdf2-f37d-4065-847c-4bcd484948d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b59fdf2-f37d-4065-847c-4bcd484948d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-96f2f850-ad31-47c7-bfaa-127afc6ffb6d {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-96f2f850-ad31-47c7-bfaa-127afc6ffb6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96f2f850-ad31-47c7-bfaa-127afc6ffb6d.shg-box.shg-c {
  justify-content: center;
}

#s-428faea6-5b25-450e-94f3-35b62b9654e0 {
  min-height: 300px;
text-align: center;
opacity: 0.8;
}
#s-428faea6-5b25-450e-94f3-35b62b9654e0:hover {box-shadow:4px 4px 4px 0px rgba(51, 51, 51, 0.16) !important;
opacity: 0.9 !important;}
#s-428faea6-5b25-450e-94f3-35b62b9654e0 {
  overflow: hidden;
  
  
}








#s-428faea6-5b25-450e-94f3-35b62b9654e0 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1 {
  margin-left: 30px;
margin-right: 30px;
min-height: 160px;
}
@media (max-width: 767px){#s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1 {
  display: none;
}
#s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1, #wrap-s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1, #wrap-content-s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1 { display: none !important; }}







#s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c069e60c-ea33-4bfc-8ba9-cba76d7a93d1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4313def-57ad-4250-9612-93d08534c71b {
  margin-top: 0px;
margin-bottom: 0px;
opacity: 1;
}

#s-4609eda9-59ef-4ada-84f0-a51349a4913b {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-4609eda9-59ef-4ada-84f0-a51349a4913b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4609eda9-59ef-4ada-84f0-a51349a4913b.shg-box.shg-c {
  justify-content: center;
}

#s-0e61a6b5-e452-4a7a-a201-3f4ba3694b13 {
  min-height: 300px;
text-align: center;
opacity: 0.8;
}
#s-0e61a6b5-e452-4a7a-a201-3f4ba3694b13:hover {box-shadow:4px 4px 4px 0px rgba(51, 51, 51, 0.16) !important;
opacity: 0.9 !important;}
#s-0e61a6b5-e452-4a7a-a201-3f4ba3694b13 {
  overflow: hidden;
  
  
}








#s-0e61a6b5-e452-4a7a-a201-3f4ba3694b13 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-781295af-ae86-49f8-b9bb-0ea0be5be041 {
  margin-left: 30px;
margin-right: 30px;
min-height: 160px;
}
@media (max-width: 767px){#s-781295af-ae86-49f8-b9bb-0ea0be5be041 {
  display: none;
}
#s-781295af-ae86-49f8-b9bb-0ea0be5be041, #wrap-s-781295af-ae86-49f8-b9bb-0ea0be5be041, #wrap-content-s-781295af-ae86-49f8-b9bb-0ea0be5be041 { display: none !important; }}







#s-781295af-ae86-49f8-b9bb-0ea0be5be041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-781295af-ae86-49f8-b9bb-0ea0be5be041.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0ab63b5-ab0f-4824-ba80-10de3af7c8b4 {
  opacity: 1;
}

#s-4f418fd5-fac0-436c-968c-f18fae85a958 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-4f418fd5-fac0-436c-968c-f18fae85a958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f418fd5-fac0-436c-968c-f18fae85a958.shg-box.shg-c {
  justify-content: center;
}

#s-51e4e9ca-7afd-458c-b597-465c81acdec4 {
  min-height: 300px;
text-align: center;
opacity: 0.8;
}
#s-51e4e9ca-7afd-458c-b597-465c81acdec4:hover {box-shadow:4px 4px 4px 0px rgba(51, 51, 51, 0.16) !important;
opacity: 0.9 !important;}
#s-51e4e9ca-7afd-458c-b597-465c81acdec4 {
  overflow: hidden;
  
  
}








#s-51e4e9ca-7afd-458c-b597-465c81acdec4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-7fc59035-9ed2-4517-b6ea-11c78ed43085 {
  margin-left: 30px;
margin-right: 30px;
min-height: 160px;
}
@media (max-width: 767px){#s-7fc59035-9ed2-4517-b6ea-11c78ed43085 {
  display: none;
}
#s-7fc59035-9ed2-4517-b6ea-11c78ed43085, #wrap-s-7fc59035-9ed2-4517-b6ea-11c78ed43085, #wrap-content-s-7fc59035-9ed2-4517-b6ea-11c78ed43085 { display: none !important; }}







#s-7fc59035-9ed2-4517-b6ea-11c78ed43085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fc59035-9ed2-4517-b6ea-11c78ed43085.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0454b2b9-e86b-424d-a4a0-1eb97a925c39 {
  opacity: 1;
}

#s-f0a4432b-ed8f-4d99-a39e-e0c58cce7d43 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-f0a4432b-ed8f-4d99-a39e-e0c58cce7d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0a4432b-ed8f-4d99-a39e-e0c58cce7d43.shg-box.shg-c {
  justify-content: center;
}

#s-e1bd106d-dd25-4455-8c1f-946008d61a44 {
  min-height: 300px;
text-align: center;
opacity: 0.8;
}
#s-e1bd106d-dd25-4455-8c1f-946008d61a44:hover {box-shadow:4px 4px 4px 0px rgba(51, 51, 51, 0.16) !important;
opacity: 0.9 !important;}
#s-e1bd106d-dd25-4455-8c1f-946008d61a44 {
  overflow: hidden;
  
  
}








#s-e1bd106d-dd25-4455-8c1f-946008d61a44 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c {
  margin-left: 30px;
margin-right: 30px;
min-height: 160px;
}
@media (max-width: 767px){#s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c {
  display: none;
}
#s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c, #wrap-s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c, #wrap-content-s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c { display: none !important; }}







#s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f7b1d24-42fc-4eea-8ffd-df6e756a758c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f6b205b-f1be-4945-9f12-b8bb61e8267b {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px){#s-cf6b7712-c111-4447-9621-2ddfdc300c23 {
  display: none;
}
#s-cf6b7712-c111-4447-9621-2ddfdc300c23, #wrap-s-cf6b7712-c111-4447-9621-2ddfdc300c23, #wrap-content-s-cf6b7712-c111-4447-9621-2ddfdc300c23 { display: none !important; }}@media (max-width: 767px){#s-cf6b7712-c111-4447-9621-2ddfdc300c23 {
  display: none;
}
#s-cf6b7712-c111-4447-9621-2ddfdc300c23, #wrap-s-cf6b7712-c111-4447-9621-2ddfdc300c23, #wrap-content-s-cf6b7712-c111-4447-9621-2ddfdc300c23 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cf6b7712-c111-4447-9621-2ddfdc300c23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf6b7712-c111-4447-9621-2ddfdc300c23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf6b7712-c111-4447-9621-2ddfdc300c23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf6b7712-c111-4447-9621-2ddfdc300c23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-64fdbd70-0453-43a5-a671-0a367e50021a {
  padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 620px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-64fdbd70-0453-43a5-a671-0a367e50021a {
  display: none;
}
#s-64fdbd70-0453-43a5-a671-0a367e50021a, #wrap-s-64fdbd70-0453-43a5-a671-0a367e50021a, #wrap-content-s-64fdbd70-0453-43a5-a671-0a367e50021a { display: none !important; }}@media (max-width: 767px){#s-64fdbd70-0453-43a5-a671-0a367e50021a {
  display: none;
}
#s-64fdbd70-0453-43a5-a671-0a367e50021a, #wrap-s-64fdbd70-0453-43a5-a671-0a367e50021a, #wrap-content-s-64fdbd70-0453-43a5-a671-0a367e50021a { display: none !important; }}







#s-64fdbd70-0453-43a5-a671-0a367e50021a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64fdbd70-0453-43a5-a671-0a367e50021a.shg-box.shg-c {
  justify-content: flex-start;
}

.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-4657adc3-ed90-42c7-bd82-8b28caf9d1cf {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4657adc3-ed90-42c7-bd82-8b28caf9d1cf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f4c861b1-1e8e-49b3-b59f-735d4b472e4d {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 60px;
margin-right: 35px;
}

#s-c3eabada-dd5a-4f7d-b1d5-601b37f55a73 {
  min-height: 50px;
}








#s-c3eabada-dd5a-4f7d-b1d5-601b37f55a73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3eabada-dd5a-4f7d-b1d5-601b37f55a73.shg-box.shg-c {
  justify-content: center;
}

#s-6a6c1385-7cca-4c31-98df-472da1113b61 {
  border-style: solid;
margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 20px;
max-width: 350px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
letter-spacing: 2px;
background-position: undefined undefined;
}
#s-6a6c1385-7cca-4c31-98df-472da1113b61:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a6c1385-7cca-4c31-98df-472da1113b61:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6a6c1385-7cca-4c31-98df-472da1113b61-root {
    text-align: left;
  }


#s-6a6c1385-7cca-4c31-98df-472da1113b61.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a6c1385-7cca-4c31-98df-472da1113b61-root {
    text-align: left;
  }


#s-6a6c1385-7cca-4c31-98df-472da1113b61.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a6c1385-7cca-4c31-98df-472da1113b61-root {
    text-align: left;
  }


#s-6a6c1385-7cca-4c31-98df-472da1113b61.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a6c1385-7cca-4c31-98df-472da1113b61-root {
    text-align: left;
  }


#s-6a6c1385-7cca-4c31-98df-472da1113b61.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a6c1385-7cca-4c31-98df-472da1113b61-root {
    text-align: left;
  }


#s-6a6c1385-7cca-4c31-98df-472da1113b61.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-9d88e50a-73d3-40d3-a38b-9babd41ed8c6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-left: 40px;
padding-bottom: 80px;
padding-right: 40px;
min-height: 480px;
background-position: center center;
}








#s-9d88e50a-73d3-40d3-a38b-9babd41ed8c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d88e50a-73d3-40d3-a38b-9babd41ed8c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0e08050b-c18e-449c-8fe9-cd5fbbdbb0bb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e08050b-c18e-449c-8fe9-cd5fbbdbb0bb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b4c1a2c4-3993-4a91-850f-90049357232d {
  min-height: 50px;
}








#s-b4c1a2c4-3993-4a91-850f-90049357232d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4c1a2c4-3993-4a91-850f-90049357232d.shg-box.shg-c {
  justify-content: center;
}

#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f {
  margin-top: 50px;
margin-bottom: 25px;
padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
max-width: 350px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 2px;
background-position: left bottom;
}
#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f: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: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f-root {
    text-align: left;
  }


#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f-root {
    text-align: left;
  }


#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f-root {
    text-align: left;
  }


#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f-root {
    text-align: left;
  }


#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f-root {
    text-align: left;
  }


#s-063c8f18-83b9-4b2d-a686-a34e93aa1a9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-5cb9699c-90e4-4919-8362-50d343013603 {
  min-height: 50px;
background-color: rgba(236, 29, 36, 1);
}
@media (max-width: 767px){#s-5cb9699c-90e4-4919-8362-50d343013603 {
  display: none;
}
#s-5cb9699c-90e4-4919-8362-50d343013603, #wrap-s-5cb9699c-90e4-4919-8362-50d343013603, #wrap-content-s-5cb9699c-90e4-4919-8362-50d343013603 { display: none !important; }}







#s-5cb9699c-90e4-4919-8362-50d343013603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cb9699c-90e4-4919-8362-50d343013603.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 {
  padding-top: 80px;
padding-left: 30px;
padding-right: 30px;
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-error-msg-container, #s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-field-error-msg-container {
  display: none;
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-6d94deb3-f9d7-42fb-b872-b2fd818a19b6 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-e7a69144-9dca-4be1-bb90-5ba0735e142c {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7a69144-9dca-4be1-bb90-5ba0735e142c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-148475ac-35b4-4b1a-8db5-f573e1ab1880 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-148475ac-35b4-4b1a-8db5-f573e1ab1880  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-148475ac-35b4-4b1a-8db5-f573e1ab1880  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-148475ac-35b4-4b1a-8db5-f573e1ab1880  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-148475ac-35b4-4b1a-8db5-f573e1ab1880 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}



#s-148475ac-35b4-4b1a-8db5-f573e1ab1880 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


#s-c6fb1f85-7289-487f-a977-2403d2c64a4d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c6fb1f85-7289-487f-a977-2403d2c64a4d  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-c6fb1f85-7289-487f-a977-2403d2c64a4d  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-c6fb1f85-7289-487f-a977-2403d2c64a4d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-c6fb1f85-7289-487f-a977-2403d2c64a4d .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}



#s-c6fb1f85-7289-487f-a977-2403d2c64a4d .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  border-radius: 4px;
  

  
  
  
  
  
  
  
}

#s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 0px;
    border-radius: 4px;
    
  }



  #s-2cd9caf0-d8eb-469c-9ce2-b6a8415eaa4f .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 0px;
     border-radius: 4px;
     
  }


#s-fb608b02-304a-49d2-9e39-96589c882ec8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fb608b02-304a-49d2-9e39-96589c882ec8  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-fb608b02-304a-49d2-9e39-96589c882ec8  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-fb608b02-304a-49d2-9e39-96589c882ec8  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-fb608b02-304a-49d2-9e39-96589c882ec8 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 2px;
  
  color: #000;
}



#s-fb608b02-304a-49d2-9e39-96589c882ec8 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 2px;
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8 {
  border-style: solid;
margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
color: #FFFFFF;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8:hover {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8[disabled],
#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8[disabled]:hover,
#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-cdbeb9d1-acbd-43e2-8262-0fec6ddc4cf8 {
  display:  block ;
  width:  100% ;
}


@media (min-width: 1200px){#s-c197e07b-3415-4ab9-93c7-ace1c249a676 {
  display: none;
}
#s-c197e07b-3415-4ab9-93c7-ace1c249a676, #wrap-s-c197e07b-3415-4ab9-93c7-ace1c249a676, #wrap-content-s-c197e07b-3415-4ab9-93c7-ace1c249a676 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c197e07b-3415-4ab9-93c7-ace1c249a676 {
  display: none;
}
#s-c197e07b-3415-4ab9-93c7-ace1c249a676, #wrap-s-c197e07b-3415-4ab9-93c7-ace1c249a676, #wrap-content-s-c197e07b-3415-4ab9-93c7-ace1c249a676 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c197e07b-3415-4ab9-93c7-ace1c249a676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c197e07b-3415-4ab9-93c7-ace1c249a676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c197e07b-3415-4ab9-93c7-ace1c249a676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c197e07b-3415-4ab9-93c7-ace1c249a676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbc1de5a-d2d0-4eca-a869-d92f018c2327 {
  padding-top: 70px;
padding-left: 40px;
padding-bottom: 80px;
padding-right: 40px;
min-height: 680px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dbc1de5a-d2d0-4eca-a869-d92f018c2327 {
  
}
}@media (max-width: 767px){#s-dbc1de5a-d2d0-4eca-a869-d92f018c2327 {
  
}
}







#s-dbc1de5a-d2d0-4eca-a869-d92f018c2327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc1de5a-d2d0-4eca-a869-d92f018c2327.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2642f1d4-805c-4324-ae3d-c751620e8d50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2642f1d4-805c-4324-ae3d-c751620e8d50 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a3e937e3-a0b6-4c19-80f6-5a77d22b9869 {
  margin-top: 10px;
margin-bottom: 60px;
}

#s-56f37340-ce22-4088-a454-efbac796417f {
  min-height: 50px;
}








#s-56f37340-ce22-4088-a454-efbac796417f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56f37340-ce22-4088-a454-efbac796417f.shg-box.shg-c {
  justify-content: center;
}

#s-546f9aeb-53a6-4c7e-b320-999747d84e93 {
  border-style: solid;
margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 20px;
max-width: 350px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
letter-spacing: 2px;
background-position: undefined undefined;
}
#s-546f9aeb-53a6-4c7e-b320-999747d84e93:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-546f9aeb-53a6-4c7e-b320-999747d84e93:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-546f9aeb-53a6-4c7e-b320-999747d84e93-root {
    text-align: left;
  }


#s-546f9aeb-53a6-4c7e-b320-999747d84e93.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-546f9aeb-53a6-4c7e-b320-999747d84e93-root {
    text-align: left;
  }


#s-546f9aeb-53a6-4c7e-b320-999747d84e93.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-546f9aeb-53a6-4c7e-b320-999747d84e93-root {
    text-align: left;
  }


#s-546f9aeb-53a6-4c7e-b320-999747d84e93.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-546f9aeb-53a6-4c7e-b320-999747d84e93-root {
    text-align: left;
  }


#s-546f9aeb-53a6-4c7e-b320-999747d84e93.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-546f9aeb-53a6-4c7e-b320-999747d84e93-root {
    text-align: left;
  }


#s-546f9aeb-53a6-4c7e-b320-999747d84e93.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-c10ee543-943c-4b64-b31e-0d98dbc580b0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
min-height: 480px;
background-position: center center;
}








#s-c10ee543-943c-4b64-b31e-0d98dbc580b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c10ee543-943c-4b64-b31e-0d98dbc580b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5183a25b-24a5-4f46-bb64-6e7811ecc8d1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5183a25b-24a5-4f46-bb64-6e7811ecc8d1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b012eddb-ea40-427d-ae23-8c75ef93281e {
  min-height: 50px;
}








#s-b012eddb-ea40-427d-ae23-8c75ef93281e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b012eddb-ea40-427d-ae23-8c75ef93281e.shg-box.shg-c {
  justify-content: center;
}

#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f {
  margin-top: 50px;
margin-bottom: 25px;
padding-top: 12px;
padding-left: 65px;
padding-bottom: 12px;
padding-right: 65px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
max-width: 350px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 2px;
background-position: left bottom;
}
#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f: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: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f-root {
    text-align: left;
  }


#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f-root {
    text-align: left;
  }


#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f-root {
    text-align: left;
  }


#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f-root {
    text-align: left;
  }


#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f-root {
    text-align: left;
  }


#s-2e791bee-7c2c-4150-b09e-7bdf0cc6cb7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(236, 29, 36, 1);
}
@media (min-width: 1200px){#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c {
  display: none;
}
#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c, #wrap-s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c, #wrap-content-s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c {
  display: none;
}
#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c, #wrap-s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c, #wrap-content-s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c {
  
}
}







#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a99c96d-538e-4aae-ae7d-4ef36ea8f23c.shg-box.shg-c {
  justify-content: center;
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-error-msg-container, #s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-field-error-msg-container {
  display: none;
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-02d446f4-b854-418b-9ac7-a00dd84ff94c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-5e8e64c0-b96d-475f-a003-6a129b55eef3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e8e64c0-b96d-475f-a003-6a129b55eef3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bc2e7c29-9666-44d1-acbe-d5bac015911b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-bc2e7c29-9666-44d1-acbe-d5bac015911b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-bc2e7c29-9666-44d1-acbe-d5bac015911b  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-bc2e7c29-9666-44d1-acbe-d5bac015911b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-bc2e7c29-9666-44d1-acbe-d5bac015911b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-bc2e7c29-9666-44d1-acbe-d5bac015911b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-166b4c25-09c6-4a7e-82b4-1b70c0064799 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-166b4c25-09c6-4a7e-82b4-1b70c0064799  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-166b4c25-09c6-4a7e-82b4-1b70c0064799  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-166b4c25-09c6-4a7e-82b4-1b70c0064799  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-166b4c25-09c6-4a7e-82b4-1b70c0064799 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-166b4c25-09c6-4a7e-82b4-1b70c0064799 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-7d950268-1cfd-407a-9e72-40e34b43a0ca {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-7d950268-1cfd-407a-9e72-40e34b43a0ca select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-7d950268-1cfd-407a-9e72-40e34b43a0ca .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  
  

  
  
  
  
  
  
  
}

#s-7d950268-1cfd-407a-9e72-40e34b43a0ca .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-7d950268-1cfd-407a-9e72-40e34b43a0ca .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    
  }



  #s-7d950268-1cfd-407a-9e72-40e34b43a0ca .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     border-radius: 4px;
     
  }


#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  
  
  
  
  color: #000;
  
  
  
  
}

#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-53dd548b-68ea-4298-9a68-d693f1b5f8cf .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-3e657108-8fe1-4714-b626-6be9730ac027 {
  border-style: solid;
margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
color: #FFFFFF;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3e657108-8fe1-4714-b626-6be9730ac027:hover {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-3e657108-8fe1-4714-b626-6be9730ac027:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-3e657108-8fe1-4714-b626-6be9730ac027[disabled],
#s-3e657108-8fe1-4714-b626-6be9730ac027[disabled]:hover,
#s-3e657108-8fe1-4714-b626-6be9730ac027[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-3e657108-8fe1-4714-b626-6be9730ac027 {
  display:  block ;
  width:  100% ;
}


#s-cc34f26a-964d-4725-9a4f-5df947c9b64c {
  min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-cc34f26a-964d-4725-9a4f-5df947c9b64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc34f26a-964d-4725-9a4f-5df947c9b64c.shg-box.shg-c {
  justify-content: center;
}

#s-581dc310-7ca9-45bc-9314-623ef5f7d3c8 {
  min-height: 50px;
}








#s-581dc310-7ca9-45bc-9314-623ef5f7d3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-581dc310-7ca9-45bc-9314-623ef5f7d3c8.shg-box.shg-c {
  justify-content: center;
}

#s-584830d9-ee22-4e43-82b8-f1a7ae0c8e11 {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-584830d9-ee22-4e43-82b8-f1a7ae0c8e11 .shogun-heading-component h2 {
  color: rgba(132, 132, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-da7f6717-9db0-425a-9d05-f7c891224840 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -80px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-da7f6717-9db0-425a-9d05-f7c891224840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da7f6717-9db0-425a-9d05-f7c891224840.shg-box.shg-c {
  justify-content: center;
}

#s-883e3494-c44e-46c2-8778-5dc74508c116 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-883e3494-c44e-46c2-8778-5dc74508c116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-883e3494-c44e-46c2-8778-5dc74508c116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-883e3494-c44e-46c2-8778-5dc74508c116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-883e3494-c44e-46c2-8778-5dc74508c116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-33196eae-a188-4482-9220-18aa05a72291 {
  padding-top: 40px;
padding-left: 110px;
padding-bottom: 40px;
padding-right: 20px;
}








#s-33196eae-a188-4482-9220-18aa05a72291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33196eae-a188-4482-9220-18aa05a72291.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4755c60b-697e-45c8-a1a2-b55075352b13 {
  min-height: 50px;
}








#s-4755c60b-697e-45c8-a1a2-b55075352b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4755c60b-697e-45c8-a1a2-b55075352b13.shg-box.shg-c {
  justify-content: center;
}

#s-78169bab-d3e6-433d-ab1d-be07a6e95a7c {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 290px;
text-align: left;
}

#s-78169bab-d3e6-433d-ab1d-be07a6e95a7c {
  overflow: hidden;
  
  
      max-width: 290px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-78169bab-d3e6-433d-ab1d-be07a6e95a7c img.shogun-image {
    

    
    
    
  }


#s-78169bab-d3e6-433d-ab1d-be07a6e95a7c .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fe163140-6f1c-4985-8c4f-6a246ac3d82a {
  margin-top: 8px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe163140-6f1c-4985-8c4f-6a246ac3d82a .shogun-heading-component h3 {
  color: rgba(236, 29, 36, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 3px;
  text-align: left;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-1f9b3a98-ac9d-42f2-8c89-a267b82634c1 {
  text-align: left;
}

#s-7cb8d33b-928e-40e1-95da-7edec929dffa {
  border-style: solid;
margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 20px;
max-width: 350px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
letter-spacing: 2px;
background-position: undefined undefined;
}
#s-7cb8d33b-928e-40e1-95da-7edec929dffa:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7cb8d33b-928e-40e1-95da-7edec929dffa:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7cb8d33b-928e-40e1-95da-7edec929dffa-root {
    text-align: left;
  }


#s-7cb8d33b-928e-40e1-95da-7edec929dffa.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cb8d33b-928e-40e1-95da-7edec929dffa-root {
    text-align: left;
  }


#s-7cb8d33b-928e-40e1-95da-7edec929dffa.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cb8d33b-928e-40e1-95da-7edec929dffa-root {
    text-align: left;
  }


#s-7cb8d33b-928e-40e1-95da-7edec929dffa.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cb8d33b-928e-40e1-95da-7edec929dffa-root {
    text-align: left;
  }


#s-7cb8d33b-928e-40e1-95da-7edec929dffa.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cb8d33b-928e-40e1-95da-7edec929dffa-root {
    text-align: left;
  }


#s-7cb8d33b-928e-40e1-95da-7edec929dffa.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-c5ec745a-5451-40be-9029-1d334e5f645f {
  border-style: solid;
margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 20px;
max-width: 350px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(44, 44, 44, 1);
letter-spacing: 2px;
background-position: undefined undefined;
}
#s-c5ec745a-5451-40be-9029-1d334e5f645f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(236, 29, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c5ec745a-5451-40be-9029-1d334e5f645f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c5ec745a-5451-40be-9029-1d334e5f645f-root {
    text-align: left;
  }


#s-c5ec745a-5451-40be-9029-1d334e5f645f.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5ec745a-5451-40be-9029-1d334e5f645f-root {
    text-align: left;
  }


#s-c5ec745a-5451-40be-9029-1d334e5f645f.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5ec745a-5451-40be-9029-1d334e5f645f-root {
    text-align: left;
  }


#s-c5ec745a-5451-40be-9029-1d334e5f645f.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5ec745a-5451-40be-9029-1d334e5f645f-root {
    text-align: left;
  }


#s-c5ec745a-5451-40be-9029-1d334e5f645f.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5ec745a-5451-40be-9029-1d334e5f645f-root {
    text-align: left;
  }


#s-c5ec745a-5451-40be-9029-1d334e5f645f.shg-btn {
  color: rgba(44, 44, 44, 1);
  font-size: 14px;
  
  
  font-family: Abel;
  display:  inline-block ;
}
}
#s-754e48a9-ecc2-49e9-9e4b-722d37a5cb9e {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-754e48a9-ecc2-49e9-9e4b-722d37a5cb9e {
  
}
}







#s-754e48a9-ecc2-49e9-9e4b-722d37a5cb9e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
  display: block;
}#s-754e48a9-ecc2-49e9-9e4b-722d37a5cb9e.shg-box.shg-c {
  justify-content: center;
}

#s-c980a288-a147-4e15-b5e8-b2b0469717f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c980a288-a147-4e15-b5e8-b2b0469717f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c980a288-a147-4e15-b5e8-b2b0469717f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c980a288-a147-4e15-b5e8-b2b0469717f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c980a288-a147-4e15-b5e8-b2b0469717f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ac361736-643b-4bc9-8cba-b59f67343868 {
  text-align: center;
}

#s-ac361736-643b-4bc9-8cba-b59f67343868 {
  overflow: hidden;
  
  
}







  #s-ac361736-643b-4bc9-8cba-b59f67343868 img.shogun-image {
    

    
    
    
  }


#s-ac361736-643b-4bc9-8cba-b59f67343868 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b0426e1-20c6-4c54-a7d7-2efc32be21aa {
  text-align: center;
}

#s-0b0426e1-20c6-4c54-a7d7-2efc32be21aa {
  overflow: hidden;
  
  
}







  #s-0b0426e1-20c6-4c54-a7d7-2efc32be21aa img.shogun-image {
    

    
    
    
  }


#s-0b0426e1-20c6-4c54-a7d7-2efc32be21aa .shogun-image-content {
  
    justify-content: center;
  
}

#s-977140cf-ad87-4205-900b-c5713c9966ea {
  text-align: center;
}

#s-977140cf-ad87-4205-900b-c5713c9966ea {
  overflow: hidden;
  
  
}







  #s-977140cf-ad87-4205-900b-c5713c9966ea img.shogun-image {
    

    
    
    
  }


#s-977140cf-ad87-4205-900b-c5713c9966ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-134657b7-a7bd-457a-a8b0-eb3e38dfdede {
  text-align: center;
}

#s-134657b7-a7bd-457a-a8b0-eb3e38dfdede {
  overflow: hidden;
  
  
}







  #s-134657b7-a7bd-457a-a8b0-eb3e38dfdede img.shogun-image {
    

    
    
    
  }


#s-134657b7-a7bd-457a-a8b0-eb3e38dfdede .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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}