.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-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d.shg-box.shg-c {
  justify-content: center;
}

#s-85e8f5eb-7f73-428f-b7b0-201a081cfc4e .shogun-icon-wrapper {
  text-align: center;
}


#s-85e8f5eb-7f73-428f-b7b0-201a081cfc4e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(116, 226, 255, 1);
}

.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-fa966598-2f21-49b1-9e0a-173f43f3a403 {
  margin-top: 10px;
margin-bottom: 1px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  
  font-size: 21px;
}

#s-2fa6c54c-346c-48a9-8c4e-4e8f0575174e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-7a28fd7d-343d-4edb-a8ba-e05b9f9d13c8 {
  min-height: 50px;
}








#s-7a28fd7d-343d-4edb-a8ba-e05b9f9d13c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a28fd7d-343d-4edb-a8ba-e05b9f9d13c8.shg-box.shg-c {
  justify-content: center;
}

#s-bdeb8e88-70de-4cd6-b0fb-e95a2903cf42 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-bdeb8e88-70de-4cd6-b0fb-e95a2903cf42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdeb8e88-70de-4cd6-b0fb-e95a2903cf42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdeb8e88-70de-4cd6-b0fb-e95a2903cf42 {
  
}
}@media (max-width: 767px){#s-bdeb8e88-70de-4cd6-b0fb-e95a2903cf42 {
  
}
}
.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-cc98e440-d01a-446b-af4e-af0ef3a45d18 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-cc98e440-d01a-446b-af4e-af0ef3a45d18 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc98e440-d01a-446b-af4e-af0ef3a45d18 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc98e440-d01a-446b-af4e-af0ef3a45d18 {
  
}
}@media (max-width: 767px){#s-cc98e440-d01a-446b-af4e-af0ef3a45d18 {
  
}
}
#s-cc98e440-d01a-446b-af4e-af0ef3a45d18 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-18fa4661-1f5f-4cf2-95c1-f0e1f9e483f5 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-18fa4661-1f5f-4cf2-95c1-f0e1f9e483f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18fa4661-1f5f-4cf2-95c1-f0e1f9e483f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18fa4661-1f5f-4cf2-95c1-f0e1f9e483f5 {
  
}
}@media (max-width: 767px){#s-18fa4661-1f5f-4cf2-95c1-f0e1f9e483f5 {
  
}
}
.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-298c7b10-4d8f-4e97-9bbb-241034b2d2fb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-298c7b10-4d8f-4e97-9bbb-241034b2d2fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-298c7b10-4d8f-4e97-9bbb-241034b2d2fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-298c7b10-4d8f-4e97-9bbb-241034b2d2fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-298c7b10-4d8f-4e97-9bbb-241034b2d2fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height) var(--arrow-button-size);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 > .swiper-button-prev,
#slider-v3-s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 > .swiper-button-next svg,
#slider-v3-s-7e1fdd99-19b0-4f4f-a916-fb38e66238a8 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
    
    
  }


.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
      position: relative;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  
  
  
  
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
    
    
  }


.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
      position: relative;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  
  
  
  
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
    
    
  }


.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
      position: relative;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  
  
  
  
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
    
    
  }


.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
      position: relative;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  
  
  
  
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
    
    
  }


.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container {
      position: relative;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cefdfcf2-21bf-473e-b21f-897c47ee14a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
    
    
  }


.s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aedec898-0956-44cb-88ae-7b5836038db3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
      position: relative;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aedec898-0956-44cb-88ae-7b5836038db3 {
  
  
  
  
}

#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
    
    
  }


.s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aedec898-0956-44cb-88ae-7b5836038db3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
      position: relative;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aedec898-0956-44cb-88ae-7b5836038db3 {
  
  
  
  
}

#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
    
    
  }


.s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aedec898-0956-44cb-88ae-7b5836038db3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
      position: relative;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aedec898-0956-44cb-88ae-7b5836038db3 {
  
  
  
  
}

#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
    
    
  }


.s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aedec898-0956-44cb-88ae-7b5836038db3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
      position: relative;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aedec898-0956-44cb-88ae-7b5836038db3 {
  
  
  
  
}

#s-aedec898-0956-44cb-88ae-7b5836038db3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aedec898-0956-44cb-88ae-7b5836038db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
    
    
  }


.s-aedec898-0956-44cb-88ae-7b5836038db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aedec898-0956-44cb-88ae-7b5836038db3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container {
      position: relative;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aedec898-0956-44cb-88ae-7b5836038db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
    
    
  }


.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
      position: relative;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  
  
  
  
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
    
    
  }


.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
      position: relative;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  
  
  
  
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
    
    
  }


.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
      position: relative;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  
  
  
  
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
    
    
  }


.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
      position: relative;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  
  
  
  
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
    
    
  }


.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 .shogun-image-content {
  
    align-items: center;
  
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container {
      position: relative;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73cc7cbf-b49b-4b43-a065-52f82e12edf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-462cd383-ebeb-42a7-afc8-a4a04b76f30f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-462cd383-ebeb-42a7-afc8-a4a04b76f30f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-462cd383-ebeb-42a7-afc8-a4a04b76f30f > .swiper-button-prev,
#slider-v3-s-462cd383-ebeb-42a7-afc8-a4a04b76f30f > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-462cd383-ebeb-42a7-afc8-a4a04b76f30f > .swiper-button-next svg,
#slider-v3-s-462cd383-ebeb-42a7-afc8-a4a04b76f30f > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
    
    
  }


.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
      position: relative;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  
  
  
  
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
    
    
  }


.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
      position: relative;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  
  
  
  
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
    
    
  }


.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
      position: relative;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  
  
  
  
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
    
    
  }


.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
      position: relative;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  
  
  
  
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
    
    
  }


.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container {
      position: relative;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dd7d635-8cef-4bbd-b92f-e6cad1024c92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
    
    
  }


.s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-content {
  
    align-items: center;
  
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
      position: relative;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  
  
  
  
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
    
    
  }


.s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-content {
  
    align-items: center;
  
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
      position: relative;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  
  
  
  
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
    
    
  }


.s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-content {
  
    align-items: center;
  
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
      position: relative;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  
  
  
  
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
    
    
  }


.s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-content {
  
    align-items: center;
  
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
      position: relative;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  
  
  
  
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
    
    
  }


.s-100e96ce-3056-4b2b-a1f5-6f318bce9653 .shogun-image-content {
  
    align-items: center;
  
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container {
      position: relative;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-100e96ce-3056-4b2b-a1f5-6f318bce9653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
    
    
  }


.s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-028b78b0-88b9-4289-9e21-8705463425e8 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
      position: relative;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-028b78b0-88b9-4289-9e21-8705463425e8 {
  
  
  
  
}

#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
    
    
  }


.s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-028b78b0-88b9-4289-9e21-8705463425e8 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
      position: relative;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-028b78b0-88b9-4289-9e21-8705463425e8 {
  
  
  
  
}

#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
    
    
  }


.s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-028b78b0-88b9-4289-9e21-8705463425e8 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
      position: relative;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-028b78b0-88b9-4289-9e21-8705463425e8 {
  
  
  
  
}

#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
    
    
  }


.s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-028b78b0-88b9-4289-9e21-8705463425e8 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
      position: relative;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-028b78b0-88b9-4289-9e21-8705463425e8 {
  
  
  
  
}

#s-028b78b0-88b9-4289-9e21-8705463425e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-028b78b0-88b9-4289-9e21-8705463425e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
    
    
  }


.s-028b78b0-88b9-4289-9e21-8705463425e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-028b78b0-88b9-4289-9e21-8705463425e8 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container {
      position: relative;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-028b78b0-88b9-4289-9e21-8705463425e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a12cafbb-fe68-442f-b6af-ba230d1190a7 {
  min-height: 50px;
}








#s-a12cafbb-fe68-442f-b6af-ba230d1190a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a12cafbb-fe68-442f-b6af-ba230d1190a7.shg-box.shg-c {
  justify-content: center;
}

#s-944887d1-eaa1-485a-9578-4d0f7ecbad28 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-944887d1-eaa1-485a-9578-4d0f7ecbad28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-944887d1-eaa1-485a-9578-4d0f7ecbad28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-944887d1-eaa1-485a-9578-4d0f7ecbad28 {
  
}
}@media (max-width: 767px){#s-944887d1-eaa1-485a-9578-4d0f7ecbad28 {
  
}
}
#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a {
  
}
}@media (max-width: 767px){#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a {
  
}
}
#s-230a073b-a9b8-4c9e-b49d-69b5b9899f1a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-19469f9f-8221-4f20-a099-39a49490ed52 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-19469f9f-8221-4f20-a099-39a49490ed52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19469f9f-8221-4f20-a099-39a49490ed52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19469f9f-8221-4f20-a099-39a49490ed52 {
  
}
}@media (max-width: 767px){#s-19469f9f-8221-4f20-a099-39a49490ed52 {
  
}
}
#s-a7ecc157-5feb-4c6d-86f2-cca0c88155d0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a7ecc157-5feb-4c6d-86f2-cca0c88155d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7ecc157-5feb-4c6d-86f2-cca0c88155d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7ecc157-5feb-4c6d-86f2-cca0c88155d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7ecc157-5feb-4c6d-86f2-cca0c88155d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed > .swiper-button-prev,
#slider-v3-s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed > .swiper-button-next svg,
#slider-v3-s-f0bd2936-91c5-4e01-b976-a7dbb5f28fed > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
    
    
  }


.s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
      position: relative;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  
  
  
  
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
    
    
  }


.s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
      position: relative;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  
  
  
  
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
    
    
  }


.s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
      position: relative;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  
  
  
  
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
    
    
  }


.s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
      position: relative;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  
  
  
  
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
    
    
  }


.s-7e4f6304-6688-49b6-a3eb-3556d881daa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container {
      position: relative;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f6304-6688-49b6-a3eb-3556d881daa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
    
    
  }


.s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
      position: relative;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  
  
  
  
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
    
    
  }


.s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
      position: relative;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  
  
  
  
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
    
    
  }


.s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
      position: relative;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  
  
  
  
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
    
    
  }


.s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
      position: relative;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  
  
  
  
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
    
    
  }


.s-03f62b39-17ef-4b81-ae56-1056be6718a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container {
      position: relative;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03f62b39-17ef-4b81-ae56-1056be6718a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
    
    
  }


.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
      position: relative;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  
  
  
  
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
    
    
  }


.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
      position: relative;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  
  
  
  
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
    
    
  }


.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
      position: relative;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  
  
  
  
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
    
    
  }


.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
      position: relative;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  
  
  
  
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
    
    
  }


.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a .shogun-image-content {
  
    align-items: center;
  
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container {
      position: relative;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf816ff6-ddf2-424e-bf95-0924cbddd26a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d > .swiper-button-prev,
#slider-v3-s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d > .swiper-button-next svg,
#slider-v3-s-75cda326-5828-4aa8-94e8-1bb9cb79ff2d > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
    
    
  }


.s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
      position: relative;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  
  
  
  
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
    
    
  }


.s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
      position: relative;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  
  
  
  
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
    
    
  }


.s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
      position: relative;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  
  
  
  
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
    
    
  }


.s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
      position: relative;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  
  
  
  
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
    
    
  }


.s-b6aff9b1-1765-409c-9ac4-660d0a396d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container {
      position: relative;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6aff9b1-1765-409c-9ac4-660d0a396d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
    
    
  }


.s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-content {
  
    align-items: center;
  
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8f96171-ffd3-4642-916f-03521ae2dabb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
      position: relative;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  
  
  
  
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
    
    
  }


.s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-content {
  
    align-items: center;
  
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8f96171-ffd3-4642-916f-03521ae2dabb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
      position: relative;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  
  
  
  
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
    
    
  }


.s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-content {
  
    align-items: center;
  
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8f96171-ffd3-4642-916f-03521ae2dabb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
      position: relative;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  
  
  
  
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
    
    
  }


.s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-content {
  
    align-items: center;
  
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8f96171-ffd3-4642-916f-03521ae2dabb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
      position: relative;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  
  
  
  
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8f96171-ffd3-4642-916f-03521ae2dabb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
    
    
  }


.s-a8f96171-ffd3-4642-916f-03521ae2dabb .shogun-image-content {
  
    align-items: center;
  
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8f96171-ffd3-4642-916f-03521ae2dabb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container {
      position: relative;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8f96171-ffd3-4642-916f-03521ae2dabb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
    
    
  }


.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
      position: relative;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  
  
  
  
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
    
    
  }


.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
      position: relative;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  
  
  
  
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
    
    
  }


.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
      position: relative;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  
  
  
  
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
    
    
  }


.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
      position: relative;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  
  
  
  
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
    
    
  }


.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b .shogun-image-content {
  
    align-items: center;
  
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container {
      position: relative;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6638a9bc-ac28-4042-bf82-233ca5c45f2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c2e44bd1-09ca-4d7a-b366-5e43f67fa79a {
  min-height: 50px;
}








#s-c2e44bd1-09ca-4d7a-b366-5e43f67fa79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2e44bd1-09ca-4d7a-b366-5e43f67fa79a.shg-box.shg-c {
  justify-content: center;
}

#s-0e70f9b6-6f39-4314-b506-5b9f6d25097e {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-0e70f9b6-6f39-4314-b506-5b9f6d25097e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e70f9b6-6f39-4314-b506-5b9f6d25097e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e70f9b6-6f39-4314-b506-5b9f6d25097e {
  
}
}@media (max-width: 767px){#s-0e70f9b6-6f39-4314-b506-5b9f6d25097e {
  
}
}
#s-b337646f-70be-473d-88c8-233d738c40da {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b337646f-70be-473d-88c8-233d738c40da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b337646f-70be-473d-88c8-233d738c40da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b337646f-70be-473d-88c8-233d738c40da {
  
}
}@media (max-width: 767px){#s-b337646f-70be-473d-88c8-233d738c40da {
  
}
}
#s-b337646f-70be-473d-88c8-233d738c40da .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-3dd71749-afee-47e0-942d-78bdd7df9ad0 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3dd71749-afee-47e0-942d-78bdd7df9ad0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dd71749-afee-47e0-942d-78bdd7df9ad0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dd71749-afee-47e0-942d-78bdd7df9ad0 {
  
}
}@media (max-width: 767px){#s-3dd71749-afee-47e0-942d-78bdd7df9ad0 {
  
}
}
#s-2642087a-2e9d-4e1b-b903-651376540ceb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2642087a-2e9d-4e1b-b903-651376540ceb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2642087a-2e9d-4e1b-b903-651376540ceb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2642087a-2e9d-4e1b-b903-651376540ceb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2642087a-2e9d-4e1b-b903-651376540ceb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f > .swiper-button-prev,
#slider-v3-s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f > .swiper-button-next svg,
#slider-v3-s-7ca9a10c-ae76-49ab-8064-cb94bb7ea83f > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
    
    
  }


.s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f8f3c4-625c-4850-b7d3-901277e73361 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
      position: relative;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  
  
  
  
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
    
    
  }


.s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f8f3c4-625c-4850-b7d3-901277e73361 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
      position: relative;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  
  
  
  
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
    
    
  }


.s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f8f3c4-625c-4850-b7d3-901277e73361 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
      position: relative;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  
  
  
  
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
    
    
  }


.s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f8f3c4-625c-4850-b7d3-901277e73361 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
      position: relative;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  
  
  
  
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17f8f3c4-625c-4850-b7d3-901277e73361 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
    
    
  }


.s-17f8f3c4-625c-4850-b7d3-901277e73361 .shogun-image-content {
  
    align-items: center;
  
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17f8f3c4-625c-4850-b7d3-901277e73361 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container {
      position: relative;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17f8f3c4-625c-4850-b7d3-901277e73361 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
    
    
  }


.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
      position: relative;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  
  
  
  
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
    
    
  }


.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
      position: relative;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  
  
  
  
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
    
    
  }


.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
      position: relative;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  
  
  
  
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
    
    
  }


.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
      position: relative;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  
  
  
  
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
    
    
  }


.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container {
      position: relative;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7aecd4-1453-4f68-b0db-e125f0fe79c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
    
    
  }


.s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
      position: relative;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  
  
  
  
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
    
    
  }


.s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
      position: relative;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  
  
  
  
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
    
    
  }


.s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
      position: relative;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  
  
  
  
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
    
    
  }


.s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
      position: relative;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  
  
  
  
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
    
    
  }


.s-68deaeea-58b3-463d-8eba-db4bcb6489e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container {
      position: relative;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68deaeea-58b3-463d-8eba-db4bcb6489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f86eb3e2-5405-456f-b6fe-d103edf2b50c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-f86eb3e2-5405-456f-b6fe-d103edf2b50c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-f86eb3e2-5405-456f-b6fe-d103edf2b50c > .swiper-button-prev,
#slider-v3-s-f86eb3e2-5405-456f-b6fe-d103edf2b50c > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-f86eb3e2-5405-456f-b6fe-d103edf2b50c > .swiper-button-next svg,
#slider-v3-s-f86eb3e2-5405-456f-b6fe-d103edf2b50c > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
    
    
  }


.s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-content {
  
    align-items: center;
  
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094fe0c7-f762-44aa-9a4c-386d361564ef {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
      position: relative;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  
  
  
  
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
    
    
  }


.s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-content {
  
    align-items: center;
  
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094fe0c7-f762-44aa-9a4c-386d361564ef {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
      position: relative;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  
  
  
  
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
    
    
  }


.s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-content {
  
    align-items: center;
  
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094fe0c7-f762-44aa-9a4c-386d361564ef {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
      position: relative;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  
  
  
  
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
    
    
  }


.s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-content {
  
    align-items: center;
  
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094fe0c7-f762-44aa-9a4c-386d361564ef {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
      position: relative;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  
  
  
  
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-094fe0c7-f762-44aa-9a4c-386d361564ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
    
    
  }


.s-094fe0c7-f762-44aa-9a4c-386d361564ef .shogun-image-content {
  
    align-items: center;
  
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094fe0c7-f762-44aa-9a4c-386d361564ef {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container {
      position: relative;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094fe0c7-f762-44aa-9a4c-386d361564ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
    
    
  }


.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-content {
  
    align-items: center;
  
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
      position: relative;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  
  
  
  
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
    
    
  }


.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-content {
  
    align-items: center;
  
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
      position: relative;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  
  
  
  
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
    
    
  }


.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-content {
  
    align-items: center;
  
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
      position: relative;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  
  
  
  
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
    
    
  }


.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-content {
  
    align-items: center;
  
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
      position: relative;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  
  
  
  
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
    
    
  }


.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da .shogun-image-content {
  
    align-items: center;
  
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container {
      position: relative;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72ed33b1-8bc5-4db3-b3d6-79e43b3258da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
    
    
  }


.s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
      position: relative;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  
  
  
  
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
    
    
  }


.s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
      position: relative;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  
  
  
  
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
    
    
  }


.s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
      position: relative;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  
  
  
  
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
    
    
  }


.s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
      position: relative;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  
  
  
  
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
    
    
  }


.s-6dbc2043-b465-4978-8ec8-9932c06ef832 .shogun-image-content {
  
    align-items: center;
  
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container {
      position: relative;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dbc2043-b465-4978-8ec8-9932c06ef832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ae0fddbb-f68d-408f-9c89-fabc6eb71706 {
  min-height: 50px;
}








#s-ae0fddbb-f68d-408f-9c89-fabc6eb71706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae0fddbb-f68d-408f-9c89-fabc6eb71706.shg-box.shg-c {
  justify-content: center;
}

#s-74b2f2f1-92f9-4656-b314-e3faabd67b58 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-74b2f2f1-92f9-4656-b314-e3faabd67b58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74b2f2f1-92f9-4656-b314-e3faabd67b58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74b2f2f1-92f9-4656-b314-e3faabd67b58 {
  
}
}@media (max-width: 767px){#s-74b2f2f1-92f9-4656-b314-e3faabd67b58 {
  
}
}
#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 {
  
}
}@media (max-width: 767px){#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 {
  
}
}
#s-f6238cd5-2a38-4029-ade8-903f1cde82d7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-a7ce3847-fa5c-432d-a55f-e4a86795dc23 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-a7ce3847-fa5c-432d-a55f-e4a86795dc23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ce3847-fa5c-432d-a55f-e4a86795dc23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ce3847-fa5c-432d-a55f-e4a86795dc23 {
  
}
}@media (max-width: 767px){#s-a7ce3847-fa5c-432d-a55f-e4a86795dc23 {
  
}
}
#s-f29e358d-a19d-4548-a2f6-d368f5047ea6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f29e358d-a19d-4548-a2f6-d368f5047ea6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f29e358d-a19d-4548-a2f6-d368f5047ea6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f29e358d-a19d-4548-a2f6-d368f5047ea6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f29e358d-a19d-4548-a2f6-d368f5047ea6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc08cd72-4a15-465c-8917-89e9630db5f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-dc08cd72-4a15-465c-8917-89e9630db5f3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-dc08cd72-4a15-465c-8917-89e9630db5f3 > .swiper-button-prev,
#slider-v3-s-dc08cd72-4a15-465c-8917-89e9630db5f3 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-dc08cd72-4a15-465c-8917-89e9630db5f3 > .swiper-button-next svg,
#slider-v3-s-dc08cd72-4a15-465c-8917-89e9630db5f3 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
    
    
  }


.s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
      position: relative;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  
  
  
  
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
    
    
  }


.s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
      position: relative;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  
  
  
  
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
    
    
  }


.s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
      position: relative;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  
  
  
  
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
    
    
  }


.s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
      position: relative;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  
  
  
  
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
    
    
  }


.s-bb9ab6c9-1939-4c02-b32e-d64833573554 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container {
      position: relative;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9ab6c9-1939-4c02-b32e-d64833573554 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
    
    
  }


.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
      position: relative;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  
  
  
  
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
    
    
  }


.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
      position: relative;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  
  
  
  
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
    
    
  }


.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
      position: relative;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  
  
  
  
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
    
    
  }


.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
      position: relative;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  
  
  
  
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
    
    
  }


.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container {
      position: relative;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5fdcc8c-1678-404b-80b6-074b8c82dd78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
    
    
  }


.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
      position: relative;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  
  
  
  
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
    
    
  }


.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
      position: relative;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  
  
  
  
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
    
    
  }


.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
      position: relative;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  
  
  
  
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
    
    
  }


.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
      position: relative;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  
  
  
  
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
    
    
  }


.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb .shogun-image-content {
  
    align-items: center;
  
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container {
      position: relative;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c25073e-f417-41c4-906d-2bf3e9d3f7bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-43d5f58c-e16f-489f-ba00-310665e47565 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-43d5f58c-e16f-489f-ba00-310665e47565 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-43d5f58c-e16f-489f-ba00-310665e47565 > .swiper-button-prev,
#slider-v3-s-43d5f58c-e16f-489f-ba00-310665e47565 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-43d5f58c-e16f-489f-ba00-310665e47565 > .swiper-button-next svg,
#slider-v3-s-43d5f58c-e16f-489f-ba00-310665e47565 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
    
    
  }


.s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
      position: relative;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  
  
  
  
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
    
    
  }


.s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
      position: relative;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  
  
  
  
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
    
    
  }


.s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
      position: relative;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  
  
  
  
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
    
    
  }


.s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
      position: relative;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  
  
  
  
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
    
    
  }


.s-6a0294a1-db39-4d4f-98bb-02285629ed72 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container {
      position: relative;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a0294a1-db39-4d4f-98bb-02285629ed72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
    
    
  }


.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
      position: relative;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  
  
  
  
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
    
    
  }


.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
      position: relative;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  
  
  
  
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
    
    
  }


.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
      position: relative;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  
  
  
  
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
    
    
  }


.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
      position: relative;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  
  
  
  
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
    
    
  }


.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container {
      position: relative;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a7265d-faf1-4cb3-92f9-1bbab73d534f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
    
    
  }


.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-content {
  
    align-items: center;
  
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
      position: relative;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  
  
  
  
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
    
    
  }


.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-content {
  
    align-items: center;
  
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
      position: relative;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  
  
  
  
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
    
    
  }


.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-content {
  
    align-items: center;
  
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
      position: relative;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  
  
  
  
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
    
    
  }


.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-content {
  
    align-items: center;
  
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
      position: relative;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  
  
  
  
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
    
    
  }


.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a .shogun-image-content {
  
    align-items: center;
  
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container {
      position: relative;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b39434c3-d754-4b6c-a4e6-d60a9af6e83a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb5742b7-9053-491c-a25d-59e1d8a1483b {
  min-height: 50px;
}








#s-bb5742b7-9053-491c-a25d-59e1d8a1483b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb5742b7-9053-491c-a25d-59e1d8a1483b.shg-box.shg-c {
  justify-content: center;
}

#s-b2d6fd59-0275-4e87-8764-771fb9eb4bce {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b2d6fd59-0275-4e87-8764-771fb9eb4bce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2d6fd59-0275-4e87-8764-771fb9eb4bce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2d6fd59-0275-4e87-8764-771fb9eb4bce {
  
}
}@media (max-width: 767px){#s-b2d6fd59-0275-4e87-8764-771fb9eb4bce {
  
}
}
#s-2e4269fe-9d24-4e92-8346-7a367a694900 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2e4269fe-9d24-4e92-8346-7a367a694900 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e4269fe-9d24-4e92-8346-7a367a694900 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e4269fe-9d24-4e92-8346-7a367a694900 {
  
}
}@media (max-width: 767px){#s-2e4269fe-9d24-4e92-8346-7a367a694900 {
  
}
}
#s-2e4269fe-9d24-4e92-8346-7a367a694900 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-868710eb-58c4-43ef-98fa-dba66445e56e {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-868710eb-58c4-43ef-98fa-dba66445e56e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-868710eb-58c4-43ef-98fa-dba66445e56e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-868710eb-58c4-43ef-98fa-dba66445e56e {
  
}
}@media (max-width: 767px){#s-868710eb-58c4-43ef-98fa-dba66445e56e {
  
}
}
#s-f826985a-587b-432a-8ab5-a062c5b0259d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f826985a-587b-432a-8ab5-a062c5b0259d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f826985a-587b-432a-8ab5-a062c5b0259d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f826985a-587b-432a-8ab5-a062c5b0259d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f826985a-587b-432a-8ab5-a062c5b0259d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59d4502b-1a07-4479-a6bd-cb26266440ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-59d4502b-1a07-4479-a6bd-cb26266440ff {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-59d4502b-1a07-4479-a6bd-cb26266440ff > .swiper-button-prev,
#slider-v3-s-59d4502b-1a07-4479-a6bd-cb26266440ff > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-59d4502b-1a07-4479-a6bd-cb26266440ff > .swiper-button-next svg,
#slider-v3-s-59d4502b-1a07-4479-a6bd-cb26266440ff > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
    
    
  }


.s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
      position: relative;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  
  
  
  
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
    
    
  }


.s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
      position: relative;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  
  
  
  
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
    
    
  }


.s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
      position: relative;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  
  
  
  
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
    
    
  }


.s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
      position: relative;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  
  
  
  
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
    
    
  }


.s-1a707aa4-acea-4b04-b93f-ddacc52e7766 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container {
      position: relative;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a707aa4-acea-4b04-b93f-ddacc52e7766 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
    
    
  }


.s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-content {
  
    align-items: center;
  
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-619847d1-750b-4ae5-ab03-9d13b3087412 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
      position: relative;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  
  
  
  
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
    
    
  }


.s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-content {
  
    align-items: center;
  
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-619847d1-750b-4ae5-ab03-9d13b3087412 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
      position: relative;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  
  
  
  
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
    
    
  }


.s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-content {
  
    align-items: center;
  
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-619847d1-750b-4ae5-ab03-9d13b3087412 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
      position: relative;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  
  
  
  
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
    
    
  }


.s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-content {
  
    align-items: center;
  
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-619847d1-750b-4ae5-ab03-9d13b3087412 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
      position: relative;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  
  
  
  
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-619847d1-750b-4ae5-ab03-9d13b3087412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
    
    
  }


.s-619847d1-750b-4ae5-ab03-9d13b3087412 .shogun-image-content {
  
    align-items: center;
  
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-619847d1-750b-4ae5-ab03-9d13b3087412 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container {
      position: relative;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-619847d1-750b-4ae5-ab03-9d13b3087412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
    
    
  }


.s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
      position: relative;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  
  
  
  
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
    
    
  }


.s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
      position: relative;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  
  
  
  
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
    
    
  }


.s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
      position: relative;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  
  
  
  
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
    
    
  }


.s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
      position: relative;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  
  
  
  
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
    
    
  }


.s-256b61a0-d12c-4999-be6d-827e6fc72a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container {
      position: relative;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-256b61a0-d12c-4999-be6d-827e6fc72a38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-65dabbb3-2a6e-4691-8caa-01b3d768f024 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-65dabbb3-2a6e-4691-8caa-01b3d768f024 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-65dabbb3-2a6e-4691-8caa-01b3d768f024 > .swiper-button-prev,
#slider-v3-s-65dabbb3-2a6e-4691-8caa-01b3d768f024 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-65dabbb3-2a6e-4691-8caa-01b3d768f024 > .swiper-button-next svg,
#slider-v3-s-65dabbb3-2a6e-4691-8caa-01b3d768f024 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
    
    
  }


.s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
      position: relative;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  
  
  
  
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
    
    
  }


.s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
      position: relative;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  
  
  
  
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
    
    
  }


.s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
      position: relative;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  
  
  
  
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
    
    
  }


.s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
      position: relative;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  
  
  
  
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
    
    
  }


.s-ea898580-c3e9-4b01-8b87-9148d06be0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container {
      position: relative;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea898580-c3e9-4b01-8b87-9148d06be0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
    
    
  }


.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
      position: relative;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  
  
  
  
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
    
    
  }


.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
      position: relative;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  
  
  
  
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
    
    
  }


.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
      position: relative;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  
  
  
  
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
    
    
  }


.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
      position: relative;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  
  
  
  
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
    
    
  }


.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container {
      position: relative;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ec0b20b-4cb4-4c1a-bad7-06e37d3b0c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin-left: auto;
margin-right: auto;
max-width: 864px;
aspect-ratio: 864/536;
text-align: center;
}



.shg-image-margin-container-s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
    
    
  }


.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
      position: relative;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  
  
  
  
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
    
    
  }


.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
      position: relative;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  
  
  
  
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
    
    
  }


.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
      position: relative;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  
  
  
  
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
    
    
  }


.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
      position: relative;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  
  
  
  
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      aspect-ratio: 864/536;
      width: 100%;
      height: 100%;
    }

    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-link {
      aspect-ratio: 864/536;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
    
    
  }


.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 {
      --shg-aspect-ratio: calc(864/536); 
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container {
      position: relative;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c59b86ab-1f38-4e59-b080-e9dd92cf25f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eeb58a1d-fbca-4f21-8ee2-448b28e9d856 {
  min-height: 50px;
}








#s-eeb58a1d-fbca-4f21-8ee2-448b28e9d856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeb58a1d-fbca-4f21-8ee2-448b28e9d856.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-378c5c3a-66dc-47c7-af92-bf25f09225c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378c5c3a-66dc-47c7-af92-bf25f09225c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-378c5c3a-66dc-47c7-af92-bf25f09225c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-378c5c3a-66dc-47c7-af92-bf25f09225c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
  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-45e4a63e-e210-49f9-9941-5963cbb5ed01 {
  text-align: center;
}







  #s-45e4a63e-e210-49f9-9941-5963cbb5ed01 img.shogun-image {
    

    
    
    
  }


#s-45e4a63e-e210-49f9-9941-5963cbb5ed01 .shogun-image-content {
  
    align-items: center;
  
}

#s-8318a008-3de5-4bba-8833-113ba5dfbbaf {
  max-width: 2074px;
aspect-ratio: 2074/1382;
text-align: center;
}





  #s-8318a008-3de5-4bba-8833-113ba5dfbbaf img.shogun-image,
  #s-8318a008-3de5-4bba-8833-113ba5dfbbaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8318a008-3de5-4bba-8833-113ba5dfbbaf {
    width: 100%;
    height: auto;
  }



  #s-8318a008-3de5-4bba-8833-113ba5dfbbaf img.shogun-image {
    

    
    
    
  }


#s-8318a008-3de5-4bba-8833-113ba5dfbbaf .shogun-image-content {
  
    align-items: center;
  
}

#s-c6bb66d0-d2c4-4cc1-9403-bd64e03d86b3 {
  text-align: center;
}







  #s-c6bb66d0-d2c4-4cc1-9403-bd64e03d86b3 img.shogun-image {
    

    
    
    
  }


#s-c6bb66d0-d2c4-4cc1-9403-bd64e03d86b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-96b304a7-76c8-4bd5-91dd-91a08c675802 {
  text-align: center;
}







  #s-96b304a7-76c8-4bd5-91dd-91a08c675802 img.shogun-image {
    

    
    
    
  }


#s-96b304a7-76c8-4bd5-91dd-91a08c675802 .shogun-image-content {
  
    align-items: center;
  
}

#s-9893a60d-7e1f-4cca-9568-a42ca3930109 {
  min-height: 50px;
}








#s-9893a60d-7e1f-4cca-9568-a42ca3930109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9893a60d-7e1f-4cca-9568-a42ca3930109.shg-box.shg-c {
  justify-content: center;
}

#s-a3307aa4-bde2-4cb5-a088-8d3609f58a3b {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
text-align: center;
}







  #s-a3307aa4-bde2-4cb5-a088-8d3609f58a3b img.shogun-image {
    

    
    
    
  }


#s-a3307aa4-bde2-4cb5-a088-8d3609f58a3b .shogun-image-content {
  
    align-items: center;
  
}

#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-068372a3-d044-4120-a638-f2e80a8f3f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-068372a3-d044-4120-a638-f2e80a8f3f57.shg-box.shg-c {
  justify-content: center;
}

#s-cb35d776-4271-4343-9478-737fa1216669 {
  min-height: 50px;
}








#s-cb35d776-4271-4343-9478-737fa1216669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb35d776-4271-4343-9478-737fa1216669.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-94c81406-7753-41ad-b2d2-0543dae8e89a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-94c81406-7753-41ad-b2d2-0543dae8e89a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94c81406-7753-41ad-b2d2-0543dae8e89a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94c81406-7753-41ad-b2d2-0543dae8e89a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf960601-53db-422e-ab5e-543170d6ce49 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bf960601-53db-422e-ab5e-543170d6ce49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bf960601-53db-422e-ab5e-543170d6ce49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-bf960601-53db-422e-ab5e-543170d6ce49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-509bd46c-15c7-4e0b-baa9-b4761358fd42 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-509bd46c-15c7-4e0b-baa9-b4761358fd42 img.shogun-image {
    

    
    
    
  }


#s-509bd46c-15c7-4e0b-baa9-b4761358fd42 .shogun-image-content {
  
    align-items: center;
  
}

#s-c62882c2-25ef-4f23-896e-b7d4e904372b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c62882c2-25ef-4f23-896e-b7d4e904372b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c62882c2-25ef-4f23-896e-b7d4e904372b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-c62882c2-25ef-4f23-896e-b7d4e904372b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-85ee2151-e0d1-48b8-9f79-adb794b33bff {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-85ee2151-e0d1-48b8-9f79-adb794b33bff img.shogun-image {
    

    
    
    
  }


#s-85ee2151-e0d1-48b8-9f79-adb794b33bff .shogun-image-content {
  
    align-items: center;
  
}

#s-2810b792-d42a-4666-89bc-3fc56b175e44 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2810b792-d42a-4666-89bc-3fc56b175e44 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2810b792-d42a-4666-89bc-3fc56b175e44 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-2810b792-d42a-4666-89bc-3fc56b175e44 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-6ecb5cf8-3419-4c81-92c2-6be464411111 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6ecb5cf8-3419-4c81-92c2-6be464411111 img.shogun-image {
    

    
    
    
  }


#s-6ecb5cf8-3419-4c81-92c2-6be464411111 .shogun-image-content {
  
    align-items: center;
  
}

#s-8478c124-4c64-4528-8321-2de6f61a1f7a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-8478c124-4c64-4528-8321-2de6f61a1f7a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8478c124-4c64-4528-8321-2de6f61a1f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8478c124-4c64-4528-8321-2de6f61a1f7a.shg-box.shg-c {
  justify-content: center;
}

#s-c1be7bc4-16a5-4f1f-950e-d41b77ff0232 .shogun-icon-wrapper {
  text-align: center;
}


#s-c1be7bc4-16a5-4f1f-950e-d41b77ff0232 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(116, 226, 255, 1);
}

#s-3de8a503-2699-4eb2-8112-ff09621b1a2b {
  margin-top: 10px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-70feb620-6b23-4db1-ada3-7896dad2d817"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70feb620-6b23-4db1-ada3-7896dad2d817"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-70feb620-6b23-4db1-ada3-7896dad2d817"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-70feb620-6b23-4db1-ada3-7896dad2d817"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a9aaa480-639d-408a-b54d-537eb2370b6f {
  text-align: center;
}







  #s-a9aaa480-639d-408a-b54d-537eb2370b6f img.shogun-image {
    

    
    
    
  }


#s-a9aaa480-639d-408a-b54d-537eb2370b6f .shogun-image-content {
  
    align-items: center;
  
}

#s-66916e2a-cd6b-45ad-b762-8a9ae08c6694 {
  text-align: center;
}







  #s-66916e2a-cd6b-45ad-b762-8a9ae08c6694 img.shogun-image {
    

    
    
    
  }


#s-66916e2a-cd6b-45ad-b762-8a9ae08c6694 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c59dd6f-a43b-45c3-a39b-92b2a1227d15 {
  text-align: center;
}







  #s-1c59dd6f-a43b-45c3-a39b-92b2a1227d15 img.shogun-image {
    

    
    
    
  }


#s-1c59dd6f-a43b-45c3-a39b-92b2a1227d15 .shogun-image-content {
  
    align-items: center;
  
}

#s-c068e14f-3399-4646-bc84-11d4c57a24ff {
  text-align: center;
}







  #s-c068e14f-3399-4646-bc84-11d4c57a24ff img.shogun-image {
    

    
    
    
  }


#s-c068e14f-3399-4646-bc84-11d4c57a24ff .shogun-image-content {
  
    align-items: center;
  
}

@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}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;-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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
