.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-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}







#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}

#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-image: url(https://i.shgcdn.com/feabf445-459f-4371-8d87-21301327c1a6/);
}








#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
  display: block;
}#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



.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-a8dfc34a-e15f-4f3e-a363-cd4f8edd06d4 {
  border-style: solid;
margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-d92d909a-9689-46b6-a378-5b441f86ee34 {
  border-style: solid;
margin-top: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(11, 173, 136, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(19, 64, 211, 1);
text-decoration: none;
}
#s-d92d909a-9689-46b6-a378-5b441f86ee34:hover {opacity: 1 !important;
background-color: rgba(72, 71, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d92d909a-9689-46b6-a378-5b441f86ee34:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDNlY2QzNjgtYTMyNy00YjlkLTljODctMzU1NDQ3Mzc1ZDI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkM2VjZDM2OC1hMzI3LTRiOWQtOWM4Ny0zNTU0NDczNzVkMjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-d92d909a-9689-46b6-a378-5b441f86ee34-root {
    text-align: center;
  }


#s-d92d909a-9689-46b6-a378-5b441f86ee34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d92d909a-9689-46b6-a378-5b441f86ee34-root {
    text-align: center;
  }


#s-d92d909a-9689-46b6-a378-5b441f86ee34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d92d909a-9689-46b6-a378-5b441f86ee34-root {
    text-align: center;
  }


#s-d92d909a-9689-46b6-a378-5b441f86ee34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d92d909a-9689-46b6-a378-5b441f86ee34-root {
    text-align: center;
  }


#s-d92d909a-9689-46b6-a378-5b441f86ee34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d92d909a-9689-46b6-a378-5b441f86ee34-root {
    text-align: center;
  }


#s-d92d909a-9689-46b6-a378-5b441f86ee34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4fa28479-10eb-47b1-9245-e2735e090fbb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-4fa28479-10eb-47b1-9245-e2735e090fbb > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-4fa28479-10eb-47b1-9245-e2735e090fbb.shg-box.shg-c {
  justify-content: center;
}

#s-bd8657e1-5ba4-46a3-b762-8cfaef29bfc5 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-bd8657e1-5ba4-46a3-b762-8cfaef29bfc5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e44753db-a539-4b50-a0a9-33d4fdd9827d {
  margin-left: auto;
margin-right: auto;
}

#s-e44753db-a539-4b50-a0a9-33d4fdd9827d hr {
  border-top: 2px solid #ddd;
}

#s-2dc8a9f6-d549-4a16-aa0c-5f3b15d79a93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dc8a9f6-d549-4a16-aa0c-5f3b15d79a93 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-4fe8219a-788a-48ef-8095-ce16c0f50ffc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(114, 177, 200, 1);
  }
  #s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(114, 177, 200, 1);
    border: 1px solid #ddd;
  }
#s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 16px;
}

#s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(114, 177, 200, 1);
}

#s-4fe8219a-788a-48ef-8095-ce16c0f50ffc .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-0b0d2489-3c39-4b13-8db6-330218d731e8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0b0d2489-3c39-4b13-8db6-330218d731e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b0d2489-3c39-4b13-8db6-330218d731e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b0d2489-3c39-4b13-8db6-330218d731e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b0d2489-3c39-4b13-8db6-330218d731e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin: 0 !important;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
      position: relative;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin: 0 !important;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
      position: relative;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin: 0 !important;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
      position: relative;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin: 0 !important;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
      position: relative;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  margin: 0 !important;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container {
      position: relative;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cf100bc-c652-4bb6-81df-2301a2bec6fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-598f0f94-5050-40cc-ba45-24706ae52c6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-598f0f94-5050-40cc-ba45-24706ae52c6d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5057d1cb-3c60-4d6e-b0de-bca2616a2119 {
  margin-left: auto;
margin-right: auto;
}

#s-c39a127d-42b5-4424-975e-14bc16cc9371 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c39a127d-42b5-4424-975e-14bc16cc9371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c39a127d-42b5-4424-975e-14bc16cc9371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c39a127d-42b5-4424-975e-14bc16cc9371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c39a127d-42b5-4424-975e-14bc16cc9371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin: 0 !important;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5f92384-f389-44b4-b32c-f329f9c18147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
      position: relative;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin: 0 !important;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5f92384-f389-44b4-b32c-f329f9c18147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
      position: relative;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin: 0 !important;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5f92384-f389-44b4-b32c-f329f9c18147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
      position: relative;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin: 0 !important;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5f92384-f389-44b4-b32c-f329f9c18147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
      position: relative;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  margin: 0 !important;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e5f92384-f389-44b4-b32c-f329f9c18147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5f92384-f389-44b4-b32c-f329f9c18147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e5f92384-f389-44b4-b32c-f329f9c18147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5f92384-f389-44b4-b32c-f329f9c18147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container {
      position: relative;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5f92384-f389-44b4-b32c-f329f9c18147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-725b5547-0546-4e6a-b4d8-7bb544e74567 {
  margin-left: auto;
margin-right: auto;
}

#s-92f0bd47-6dfa-4250-8355-0e1e6a26b49c {
  margin-left: auto;
margin-right: auto;
}

#s-290f360d-7f24-4e08-8ae1-5e442ecc693b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-290f360d-7f24-4e08-8ae1-5e442ecc693b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-290f360d-7f24-4e08-8ae1-5e442ecc693b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-290f360d-7f24-4e08-8ae1-5e442ecc693b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-290f360d-7f24-4e08-8ae1-5e442ecc693b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin: 0 !important;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
      position: relative;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin: 0 !important;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
      position: relative;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin: 0 !important;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
      position: relative;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin: 0 !important;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
      position: relative;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  margin: 0 !important;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6e49b110-3c40-4a40-b471-6daffe283bb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container {
      position: relative;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e49b110-3c40-4a40-b471-6daffe283bb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-da87e999-fc14-4f57-ab2c-41c9ae10cec0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da87e999-fc14-4f57-ab2c-41c9ae10cec0 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-479e0094-c3e2-49d8-9f98-f1c4367812a7 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ccc3602d-8471-40ea-8602-8c301daf65ee {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccc3602d-8471-40ea-8602-8c301daf65ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccc3602d-8471-40ea-8602-8c301daf65ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccc3602d-8471-40ea-8602-8c301daf65ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccc3602d-8471-40ea-8602-8c301daf65ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin-left: auto;
margin-right: auto;
max-width: 940px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin: 0 !important;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 940px;
  }



  img.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
    
    
    
    max-height: 940px;
  }


.s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
      position: relative;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 940px;
    }
  }

@media (min-width: 1200px){#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin: 0 !important;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 940px;
  }



  img.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
    
    
    
    max-height: 940px;
  }


.s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
      position: relative;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 940px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin: 0 !important;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 940px;
  }



  img.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
    
    
    
    max-height: 940px;
  }


.s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
      position: relative;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 940px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin: 0 !important;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 940px;
  }



  img.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
    
    
    
    max-height: 940px;
  }


.s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
      position: relative;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 940px;
    }
  }

}@media (max-width: 767px){#s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  margin: 0 !important;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 940px;
  }



  img.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
    
    
    
    max-height: 940px;
  }


.s-f75abb0a-9255-4db4-be9e-b39c304bad46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container {
      position: relative;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f75abb0a-9255-4db4-be9e-b39c304bad46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 940px;
    }
  }

}
#s-5cabb2be-3fcf-4cfd-987f-322daec92817 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cabb2be-3fcf-4cfd-987f-322daec92817 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-aa35d001-9261-4d7c-9811-40895403a219 {
  margin-left: 5%;
margin-right: 5%;
}

#s-cea34c52-7e00-485f-b1c7-ae8299fb9a77 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cea34c52-7e00-485f-b1c7-ae8299fb9a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cea34c52-7e00-485f-b1c7-ae8299fb9a77.shg-box.shg-c {
  justify-content: center;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1693/821;
text-align: center;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin: 0 !important;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }

    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-link {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
      --shg-aspect-ratio: calc(1693/821); 
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
      position: relative;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin: 0 !important;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }

    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-link {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
      --shg-aspect-ratio: calc(1693/821); 
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
      position: relative;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin: 0 !important;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }

    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-link {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
      --shg-aspect-ratio: calc(1693/821); 
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
      position: relative;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin: 0 !important;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }

    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-link {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
      --shg-aspect-ratio: calc(1693/821); 
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
      position: relative;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  margin: 0 !important;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }

    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-link {
      aspect-ratio: 1693/821;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 {
      --shg-aspect-ratio: calc(1693/821); 
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container {
      position: relative;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb5ab12-fd4e-46d4-89ef-8edcc1bbcdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-2afafa5e-6513-4d11-a187-248f5902233c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2afafa5e-6513-4d11-a187-248f5902233c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-94687123-80f7-4a49-a2a0-fdc45008336b {
  margin-left: auto;
margin-right: auto;
}

#s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-37ecf8ad-8a1d-4601-8a71-18b10facf262 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-37ecf8ad-8a1d-4601-8a71-18b10facf262 .shogun-icon-wrapper {
  text-align: center;
}


#s-37ecf8ad-8a1d-4601-8a71-18b10facf262 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(114, 177, 200, 1);
}

#s-5d813eed-d7a4-40a6-881c-e9d1d63aab0b {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-ac20d190-83af-4ce8-8f20-86860bfab0fe {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-ac20d190-83af-4ce8-8f20-86860bfab0fe .shogun-icon-wrapper {
  text-align: center;
}


#s-ac20d190-83af-4ce8-8f20-86860bfab0fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(114, 177, 200, 1);
}

#s-a47d95ab-efed-419e-b65b-b7b6f9ae6ecb {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-f9df3f8b-fef3-4aea-b33c-a0ea4c165f4a {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-f9df3f8b-fef3-4aea-b33c-a0ea4c165f4a .shogun-icon-wrapper {
  text-align: center;
}


#s-f9df3f8b-fef3-4aea-b33c-a0ea4c165f4a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(114, 177, 200, 1);
}

#s-662e580d-00e5-4478-aa33-d7d14e9bc225 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-f7d35671-1811-4c9e-bb65-d005d3881460 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f7d35671-1811-4c9e-bb65-d005d3881460 > .shg-box-overlay {
  background-color: rgba(141, 93, 93, 1);
  opacity: 0;
  display: block;
}#s-f7d35671-1811-4c9e-bb65-d005d3881460.shg-box.shg-c {
  justify-content: center;
}

#s-ddfdb372-796e-49c2-9e88-584f5a786b52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ddfdb372-796e-49c2-9e88-584f5a786b52 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-72a12af7-f129-496c-adbb-50c688560ffc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-72a12af7-f129-496c-adbb-50c688560ffc {
  
}
}
#s-72a12af7-f129-496c-adbb-50c688560ffc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-72a12af7-f129-496c-adbb-50c688560ffc .shg-sld-nav-button.shg-sld-left,
#s-72a12af7-f129-496c-adbb-50c688560ffc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a124cf95-7857-45f2-83b1-0fab6fcf10ac {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a124cf95-7857-45f2-83b1-0fab6fcf10ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a124cf95-7857-45f2-83b1-0fab6fcf10ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a124cf95-7857-45f2-83b1-0fab6fcf10ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a124cf95-7857-45f2-83b1-0fab6fcf10ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin: 0 !important;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
      position: relative;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin: 0 !important;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
      position: relative;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin: 0 !important;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
      position: relative;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin: 0 !important;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
      position: relative;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  margin: 0 !important;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container {
      position: relative;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8fe280-7ac2-4e9f-a2a6-201eaf4f45a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin: 0 !important;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
      position: relative;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin: 0 !important;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
      position: relative;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin: 0 !important;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
      position: relative;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin: 0 !important;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
      position: relative;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  margin: 0 !important;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container {
      position: relative;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea36be40-a8f3-4c7e-87dd-c0398071ac5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin: 0 !important;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
      position: relative;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin: 0 !important;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
      position: relative;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin: 0 !important;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
      position: relative;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin: 0 !important;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
      position: relative;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  margin: 0 !important;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f6de0053-739d-4ebd-a46c-2ca6764dca36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container {
      position: relative;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6de0053-739d-4ebd-a46c-2ca6764dca36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-69b2a363-b37e-4d46-b684-6e358942d1fc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69b2a363-b37e-4d46-b684-6e358942d1fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69b2a363-b37e-4d46-b684-6e358942d1fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69b2a363-b37e-4d46-b684-6e358942d1fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69b2a363-b37e-4d46-b684-6e358942d1fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin: 0 !important;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
      position: relative;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin: 0 !important;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
      position: relative;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin: 0 !important;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
      position: relative;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin: 0 !important;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
      position: relative;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  margin: 0 !important;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container {
      position: relative;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9136768f-7e7d-41b0-9fbe-7c8ab5bf82d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin: 0 !important;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
      position: relative;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin: 0 !important;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
      position: relative;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin: 0 !important;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
      position: relative;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin: 0 !important;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
      position: relative;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  margin: 0 !important;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container {
      position: relative;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d14bf2b8-3b8d-48a5-a4ac-a3d483866d0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin: 0 !important;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c600bb6-2958-481a-838e-b66ee5b089ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
      position: relative;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin: 0 !important;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c600bb6-2958-481a-838e-b66ee5b089ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
      position: relative;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin: 0 !important;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c600bb6-2958-481a-838e-b66ee5b089ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
      position: relative;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin: 0 !important;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c600bb6-2958-481a-838e-b66ee5b089ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
      position: relative;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  margin: 0 !important;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3c600bb6-2958-481a-838e-b66ee5b089ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c600bb6-2958-481a-838e-b66ee5b089ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3c600bb6-2958-481a-838e-b66ee5b089ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c600bb6-2958-481a-838e-b66ee5b089ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container {
      position: relative;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c600bb6-2958-481a-838e-b66ee5b089ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
@media (min-width: 0px) {
[id="s-b1fc45de-64ac-4840-b1f1-b0cba4555dcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1fc45de-64ac-4840-b1f1-b0cba4555dcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1fc45de-64ac-4840-b1f1-b0cba4555dcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1fc45de-64ac-4840-b1f1-b0cba4555dcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  margin: 0 !important;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
      position: relative;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  margin: 0 !important;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
      position: relative;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  margin: 0 !important;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
      position: relative;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  margin: 0 !important;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
      position: relative;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  margin: 0 !important;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container {
      position: relative;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b35516-d3cb-40a3-8724-fb4c65342dd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  margin: 0 !important;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
      position: relative;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  margin: 0 !important;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
      position: relative;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  margin: 0 !important;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
      position: relative;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  margin: 0 !important;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
      position: relative;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  margin: 0 !important;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container {
      position: relative;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffb4b9d1-d1d3-4989-8205-1bbb7ec411ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  margin: 0 !important;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
      position: relative;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  margin: 0 !important;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
      position: relative;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  margin: 0 !important;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
      position: relative;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  margin: 0 !important;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
      position: relative;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  margin: 0 !important;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d3110b75-9171-43c2-98c9-53c2d614fc92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container {
      position: relative;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3110b75-9171-43c2-98c9-53c2d614fc92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
@media (min-width: 0px) {
[id="s-ae741dd2-b60f-4214-b331-bebfa36c24d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ae741dd2-b60f-4214-b331-bebfa36c24d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae741dd2-b60f-4214-b331-bebfa36c24d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae741dd2-b60f-4214-b331-bebfa36c24d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  margin: 0 !important;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
      position: relative;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  margin: 0 !important;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
      position: relative;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  margin: 0 !important;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
      position: relative;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  margin: 0 !important;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
      position: relative;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  margin: 0 !important;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container {
      position: relative;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bbac4a7-2c10-4819-87f9-1ddcc8bf77cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  margin: 0 !important;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
      position: relative;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  margin: 0 !important;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
      position: relative;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  margin: 0 !important;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
      position: relative;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  margin: 0 !important;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
      position: relative;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  margin: 0 !important;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container {
      position: relative;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7454a714-41d8-4d2e-959c-5432c4ff3ed3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  margin: 0 !important;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
      position: relative;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  margin: 0 !important;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
      position: relative;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  margin: 0 !important;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
      position: relative;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  margin: 0 !important;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
      position: relative;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  margin: 0 !important;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container {
      position: relative;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf9edb28-1b8d-4ff0-a8b9-93edfcd95ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
@media (min-width: 0px) {
[id="s-e786a422-47c0-41cb-9d9e-83d2bcd853a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e786a422-47c0-41cb-9d9e-83d2bcd853a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e786a422-47c0-41cb-9d9e-83d2bcd853a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e786a422-47c0-41cb-9d9e-83d2bcd853a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  margin: 0 !important;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
      position: relative;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  margin: 0 !important;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
      position: relative;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  margin: 0 !important;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
      position: relative;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  margin: 0 !important;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
      position: relative;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  margin: 0 !important;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-85cfe1d0-3c21-46c9-a245-780ff83c486c .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container {
      position: relative;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85cfe1d0-3c21-46c9-a245-780ff83c486c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  margin: 0 !important;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6309514e-2381-4d86-885a-71a8a09d1879 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
      position: relative;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  margin: 0 !important;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6309514e-2381-4d86-885a-71a8a09d1879 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
      position: relative;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  margin: 0 !important;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6309514e-2381-4d86-885a-71a8a09d1879 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
      position: relative;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  margin: 0 !important;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6309514e-2381-4d86-885a-71a8a09d1879 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
      position: relative;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-6309514e-2381-4d86-885a-71a8a09d1879 {
  margin: 0 !important;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6309514e-2381-4d86-885a-71a8a09d1879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6309514e-2381-4d86-885a-71a8a09d1879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6309514e-2381-4d86-885a-71a8a09d1879 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6309514e-2381-4d86-885a-71a8a09d1879 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container {
      position: relative;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6309514e-2381-4d86-885a-71a8a09d1879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-05cc00e3-49b5-4680-a611-7832b810875d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d {
  margin: 0 !important;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-content {
  
    justify-content: center;
  
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05cc00e3-49b5-4680-a611-7832b810875d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
      position: relative;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-05cc00e3-49b5-4680-a611-7832b810875d {
  margin: 0 !important;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-content {
  
    justify-content: center;
  
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05cc00e3-49b5-4680-a611-7832b810875d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
      position: relative;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-05cc00e3-49b5-4680-a611-7832b810875d {
  margin: 0 !important;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-content {
  
    justify-content: center;
  
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05cc00e3-49b5-4680-a611-7832b810875d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
      position: relative;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-05cc00e3-49b5-4680-a611-7832b810875d {
  margin: 0 !important;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-content {
  
    justify-content: center;
  
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05cc00e3-49b5-4680-a611-7832b810875d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
      position: relative;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-05cc00e3-49b5-4680-a611-7832b810875d {
  margin: 0 !important;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-05cc00e3-49b5-4680-a611-7832b810875d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05cc00e3-49b5-4680-a611-7832b810875d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-05cc00e3-49b5-4680-a611-7832b810875d .shogun-image-content {
  
    justify-content: center;
  
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05cc00e3-49b5-4680-a611-7832b810875d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container {
      position: relative;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05cc00e3-49b5-4680-a611-7832b810875d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-c139b90a-6ad5-4716-a032-1499f741928a {
  background-color: rgba(114, 177, 200, 1);
}

@media (min-width: 0px) {
[id="s-c139b90a-6ad5-4716-a032-1499f741928a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c139b90a-6ad5-4716-a032-1499f741928a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c139b90a-6ad5-4716-a032-1499f741928a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c139b90a-6ad5-4716-a032-1499f741928a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-267d4997-8572-4775-bb03-8f0d97288d04 {
  border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: left;
}

#s-267d4997-8572-4775-bb03-8f0d97288d04 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-97ca5e41-3dbe-4b70-8e52-63abff6d3765 {
  border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: left;
}

#s-97ca5e41-3dbe-4b70-8e52-63abff6d3765 .shogun-heading-component h1 {
  color: rgba(239, 244, 245, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f5766630-8bd2-43e9-b87e-a9e55cfb6cb5 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-fcef3e7f-4a15-4873-ace4-8d3fdeb570d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcef3e7f-4a15-4873-ace4-8d3fdeb570d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcef3e7f-4a15-4873-ace4-8d3fdeb570d4.shg-box.shg-c {
  justify-content: center;
}

#s-ccbe1c3b-4b54-41c4-b17d-75a818d74aee {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccbe1c3b-4b54-41c4-b17d-75a818d74aee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccbe1c3b-4b54-41c4-b17d-75a818d74aee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccbe1c3b-4b54-41c4-b17d-75a818d74aee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccbe1c3b-4b54-41c4-b17d-75a818d74aee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin-left: auto;
margin-right: auto;
max-width: 647px;
aspect-ratio: 647/625;
text-align: center;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin: 0 !important;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }

    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-link {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 647px;
  }



  img.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
    
    
    
    max-height: 647px;
  }


.s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-content {
  
    justify-content: center;
  
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39763ffd-988d-425a-99bc-c290e9ec878a {
      --shg-aspect-ratio: calc(647/625); 
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
      position: relative;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 647px;
    }
  }

@media (min-width: 1200px){#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin: 0 !important;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }

    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-link {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 647px;
  }



  img.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
    
    
    
    max-height: 647px;
  }


.s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-content {
  
    justify-content: center;
  
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39763ffd-988d-425a-99bc-c290e9ec878a {
      --shg-aspect-ratio: calc(647/625); 
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
      position: relative;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 647px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin: 0 !important;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }

    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-link {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 647px;
  }



  img.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
    
    
    
    max-height: 647px;
  }


.s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-content {
  
    justify-content: center;
  
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39763ffd-988d-425a-99bc-c290e9ec878a {
      --shg-aspect-ratio: calc(647/625); 
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
      position: relative;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 647px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin: 0 !important;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }

    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-link {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 647px;
  }



  img.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
    
    
    
    max-height: 647px;
  }


.s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-content {
  
    justify-content: center;
  
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39763ffd-988d-425a-99bc-c290e9ec878a {
      --shg-aspect-ratio: calc(647/625); 
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
      position: relative;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 647px;
    }
  }

}@media (max-width: 767px){#s-39763ffd-988d-425a-99bc-c290e9ec878a {
  margin: 0 !important;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-39763ffd-988d-425a-99bc-c290e9ec878a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }

    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-link {
      aspect-ratio: 647/625;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39763ffd-988d-425a-99bc-c290e9ec878a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 647px;
  }



  img.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
    
    
    
    max-height: 647px;
  }


.s-39763ffd-988d-425a-99bc-c290e9ec878a .shogun-image-content {
  
    justify-content: center;
  
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39763ffd-988d-425a-99bc-c290e9ec878a {
      --shg-aspect-ratio: calc(647/625); 
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container {
      position: relative;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39763ffd-988d-425a-99bc-c290e9ec878a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 647px;
    }
  }

}
#s-1cab1ecd-e1be-493b-939d-5bd427bfd274 {
  border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: left;
}

#s-1cab1ecd-e1be-493b-939d-5bd427bfd274 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-22e23eeb-7b69-4fbe-9716-67432a581358 {
  margin-left: auto;
margin-right: auto;
}

#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 177, 200, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467-root {
    text-align: center;
  }


#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467-root {
    text-align: center;
  }


#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467-root {
    text-align: center;
  }


#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467-root {
    text-align: center;
  }


#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467-root {
    text-align: center;
  }


#s-8a1ca2a0-9d6f-4a39-9723-5aec4bf4d467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f8dd8a25-b297-46a6-b77a-523ed582a79b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f8dd8a25-b297-46a6-b77a-523ed582a79b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8dd8a25-b297-46a6-b77a-523ed582a79b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7f0cfae-b943-42a5-9210-2027cb29c949 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-d7f0cfae-b943-42a5-9210-2027cb29c949 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-51eb32f5-5caf-4ac5-a796-52ef3a397d87 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-51eb32f5-5caf-4ac5-a796-52ef3a397d87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-51eb32f5-5caf-4ac5-a796-52ef3a397d87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51eb32f5-5caf-4ac5-a796-52ef3a397d87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51eb32f5-5caf-4ac5-a796-52ef3a397d87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

#s-38927768-18e0-406a-963a-d0f783b0f29d {
  margin-top: 25px;
margin-bottom: 25px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-38927768-18e0-406a-963a-d0f783b0f29d {
  overflow: hidden;
}





  #s-38927768-18e0-406a-963a-d0f783b0f29d img.shogun-image,
  #s-38927768-18e0-406a-963a-d0f783b0f29d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38927768-18e0-406a-963a-d0f783b0f29d {
    width: 100%;
    height: auto;
  }



  #s-38927768-18e0-406a-963a-d0f783b0f29d img.shogun-image {
    

    
    
    
  }


#s-38927768-18e0-406a-963a-d0f783b0f29d .shogun-image-content {
  
    justify-content: center;
  
}

#s-e3033ebb-625f-43c5-878b-a8bb144c3c90 {
  margin-top: 25px;
margin-bottom: 25px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e3033ebb-625f-43c5-878b-a8bb144c3c90 {
  overflow: hidden;
}





  #s-e3033ebb-625f-43c5-878b-a8bb144c3c90 img.shogun-image,
  #s-e3033ebb-625f-43c5-878b-a8bb144c3c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3033ebb-625f-43c5-878b-a8bb144c3c90 {
    width: 100%;
    height: auto;
  }



  #s-e3033ebb-625f-43c5-878b-a8bb144c3c90 img.shogun-image {
    

    
    
    
  }


#s-e3033ebb-625f-43c5-878b-a8bb144c3c90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 {
  margin-top: 25px;
margin-bottom: 25px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 {
  overflow: hidden;
}





  #s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 img.shogun-image,
  #s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 {
    width: 100%;
    height: auto;
  }



  #s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 img.shogun-image {
    

    
    
    
  }


#s-0fec758c-7bfe-4c5c-bd09-9fb77890dd03 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c8aebfa0-21b8-44a1-b873-58710b3b62da {
  margin-top: 25px;
margin-bottom: 25px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c8aebfa0-21b8-44a1-b873-58710b3b62da {
  overflow: hidden;
}





  #s-c8aebfa0-21b8-44a1-b873-58710b3b62da img.shogun-image,
  #s-c8aebfa0-21b8-44a1-b873-58710b3b62da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8aebfa0-21b8-44a1-b873-58710b3b62da {
    width: 100%;
    height: auto;
  }



  #s-c8aebfa0-21b8-44a1-b873-58710b3b62da img.shogun-image {
    

    
    
    
  }


#s-c8aebfa0-21b8-44a1-b873-58710b3b62da .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e914b82-0268-4024-a406-c8cd708bbc06 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-3e914b82-0268-4024-a406-c8cd708bbc06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e914b82-0268-4024-a406-c8cd708bbc06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-3e914b82-0268-4024-a406-c8cd708bbc06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-3e914b82-0268-4024-a406-c8cd708bbc06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-76ab180d-8971-4169-9781-bf7bdad29179 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-76ab180d-8971-4169-9781-bf7bdad29179 {
  overflow: hidden;
}





  #s-76ab180d-8971-4169-9781-bf7bdad29179 img.shogun-image,
  #s-76ab180d-8971-4169-9781-bf7bdad29179 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76ab180d-8971-4169-9781-bf7bdad29179 {
    width: 100%;
    height: auto;
  }



  #s-76ab180d-8971-4169-9781-bf7bdad29179 img.shogun-image {
    

    
    
    
  }


#s-76ab180d-8971-4169-9781-bf7bdad29179 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a542c4c9-7a9a-4e83-a7ea-e50f7bb3140a {
  margin-left: auto;
margin-right: auto;
}

#s-c9c4af52-b1ef-4c04-ab37-f56c92eaf576 {
  min-height: 50px;
}








#s-c9c4af52-b1ef-4c04-ab37-f56c92eaf576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9c4af52-b1ef-4c04-ab37-f56c92eaf576.shg-box.shg-c {
  justify-content: center;
}

#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 177, 200, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01a37dfe-b445-46e9-967f-eb7ff80a91c1-root {
    text-align: center;
  }


#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01a37dfe-b445-46e9-967f-eb7ff80a91c1-root {
    text-align: center;
  }


#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01a37dfe-b445-46e9-967f-eb7ff80a91c1-root {
    text-align: center;
  }


#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01a37dfe-b445-46e9-967f-eb7ff80a91c1-root {
    text-align: center;
  }


#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01a37dfe-b445-46e9-967f-eb7ff80a91c1-root {
    text-align: center;
  }


#s-01a37dfe-b445-46e9-967f-eb7ff80a91c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin: 0 !important;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a71a66ea-a778-4239-aff8-2978ddd53457 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
      position: relative;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin: 0 !important;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a71a66ea-a778-4239-aff8-2978ddd53457 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
      position: relative;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin: 0 !important;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a71a66ea-a778-4239-aff8-2978ddd53457 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
      position: relative;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin: 0 !important;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a71a66ea-a778-4239-aff8-2978ddd53457 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
      position: relative;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  margin: 0 !important;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a71a66ea-a778-4239-aff8-2978ddd53457 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71a66ea-a778-4239-aff8-2978ddd53457 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a71a66ea-a778-4239-aff8-2978ddd53457 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a71a66ea-a778-4239-aff8-2978ddd53457 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container {
      position: relative;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71a66ea-a778-4239-aff8-2978ddd53457 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 2000/889;
text-align: center;
opacity: 0.9;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin: 0 !important;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }

    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-link {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
      --shg-aspect-ratio: calc(2000/889); 
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
      position: relative;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin: 0 !important;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }

    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-link {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
      --shg-aspect-ratio: calc(2000/889); 
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
      position: relative;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin: 0 !important;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }

    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-link {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
      --shg-aspect-ratio: calc(2000/889); 
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
      position: relative;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin: 0 !important;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }

    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-link {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
      --shg-aspect-ratio: calc(2000/889); 
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
      position: relative;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  margin: 0 !important;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }

    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-link {
      aspect-ratio: 2000/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 {
      --shg-aspect-ratio: calc(2000/889); 
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container {
      position: relative;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20812f74-ad63-4d41-8ce8-2193dfe7dd88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-1eb05021-2be0-4777-913d-7a9a038a5a4b {
  margin-left: auto;
margin-right: auto;
}

#s-5d429ae5-9453-4590-ad89-d1b77b508332 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-color: rgba(114, 177, 200, 1);
}








#s-5d429ae5-9453-4590-ad89-d1b77b508332 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-5d429ae5-9453-4590-ad89-d1b77b508332.shg-box.shg-c {
  justify-content: center;
}

#s-72132dde-6497-4e81-a027-913eb20f6621 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-72132dde-6497-4e81-a027-913eb20f6621 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c3c17010-5349-4f38-927b-3803e994e9d3 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-c3c17010-5349-4f38-927b-3803e994e9d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-d41b1155-f943-4770-9c3e-5ef51be0dbae {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
max-width: 4000px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d41b1155-f943-4770-9c3e-5ef51be0dbae {
  overflow: hidden;
}





  #s-d41b1155-f943-4770-9c3e-5ef51be0dbae img.shogun-image,
  #s-d41b1155-f943-4770-9c3e-5ef51be0dbae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d41b1155-f943-4770-9c3e-5ef51be0dbae {
    width: 100%;
    height: auto;
  }



  #s-d41b1155-f943-4770-9c3e-5ef51be0dbae img.shogun-image {
    

    
    
    
  }


#s-d41b1155-f943-4770-9c3e-5ef51be0dbae .shogun-image-content {
  
    justify-content: center;
  
}

#s-776236a7-bf35-4881-993c-5f68ab15905e {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-a463d7ad-0846-4d5f-bf7c-83b24d9ca6b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

#s-3c37de10-50b0-4bcc-9f6c-73e5a47f81db {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-e1d84019-cc19-44ea-9fa5-bed44262de12 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}

#s-e1d84019-cc19-44ea-9fa5-bed44262de12 {
  overflow: hidden;
}





  #s-e1d84019-cc19-44ea-9fa5-bed44262de12 img.shogun-image,
  #s-e1d84019-cc19-44ea-9fa5-bed44262de12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1d84019-cc19-44ea-9fa5-bed44262de12 {
    width: 100%;
    height: auto;
  }



  #s-e1d84019-cc19-44ea-9fa5-bed44262de12 img.shogun-image {
    

    
    
    
  }


#s-e1d84019-cc19-44ea-9fa5-bed44262de12 .shogun-image-content {
  
    justify-content: center;
  
}

#s-67a619aa-a578-422a-b550-dc5d11033d9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-67a619aa-a578-422a-b550-dc5d11033d9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67a619aa-a578-422a-b550-dc5d11033d9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67a619aa-a578-422a-b550-dc5d11033d9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a619aa-a578-422a-b550-dc5d11033d9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-color: rgba(114, 177, 200, 1);
}








#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7.shg-box.shg-c {
  justify-content: center;
}

#s-4d7e6585-ca7d-4dc5-b26d-e4c7b2f5b543 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-4d7e6585-ca7d-4dc5-b26d-e4c7b2f5b543 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-693a8303-a211-482a-8634-88e881f0fed8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-693a8303-a211-482a-8634-88e881f0fed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-693a8303-a211-482a-8634-88e881f0fed8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-693a8303-a211-482a-8634-88e881f0fed8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-693a8303-a211-482a-8634-88e881f0fed8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-91c3a06e-9395-4dd0-a630-4e94ac5f7ae8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
opacity: 0.5;
}

#s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 {
  margin-right: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}

#s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 {
  overflow: hidden;
}





  #s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 img.shogun-image,
  #s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 {
    width: 100%;
    height: auto;
  }



  #s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 img.shogun-image {
    

    
    
    
  }


#s-e7061a14-6ac1-4c9f-a511-c22272d4fc82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca954a64-4b7c-43a9-ba64-e40abdf90b55 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-2b69ff67-587e-401c-be07-b86fc268a699 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
opacity: 0.5;
}

#s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 {
  margin-right: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 {
  overflow: hidden;
}





  #s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 img.shogun-image,
  #s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 {
    width: 100%;
    height: auto;
  }



  #s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 img.shogun-image {
    

    
    
    
  }


#s-c09877f9-ebdf-43aa-a9b6-f9f53b88cca2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c81fc8f6-e708-4618-b776-210f4b9465a9 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-398230fc-4029-4ccd-bf74-b6d16b6ada02 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
opacity: 0.5;
}

#s-7e052942-69e8-4b68-8850-4bad9af1f0ae {
  margin-right: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(202, 196, 205, 0);
}

#s-7e052942-69e8-4b68-8850-4bad9af1f0ae {
  overflow: hidden;
}





  #s-7e052942-69e8-4b68-8850-4bad9af1f0ae img.shogun-image,
  #s-7e052942-69e8-4b68-8850-4bad9af1f0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e052942-69e8-4b68-8850-4bad9af1f0ae {
    width: 100%;
    height: auto;
  }



  #s-7e052942-69e8-4b68-8850-4bad9af1f0ae img.shogun-image {
    

    
    
    
  }


#s-7e052942-69e8-4b68-8850-4bad9af1f0ae .shogun-image-content {
  
    justify-content: center;
  
}

#s-88bb0eef-642a-49c0-aa12-4c48031176a1 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-91d8faf1-0e14-4a09-ad63-508d244b477e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
opacity: 0.5;
}

#s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 {
  margin-right: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 {
  overflow: hidden;
}





  #s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 img.shogun-image,
  #s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 {
    width: 100%;
    height: auto;
  }



  #s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 img.shogun-image {
    

    
    
    
  }


#s-2bdf37ac-028a-4963-abc5-aa42e5b09dd4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cffacdcd-0c7a-42e7-8bec-aff75a9d57d4 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-f68c2032-46c5-4992-80b9-5966914e3b78 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 1px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(230, 230, 230, 1);
opacity: 0.5;
}

#s-76b8c42d-260e-4c61-994f-760bad0ea532 {
  margin-right: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-76b8c42d-260e-4c61-994f-760bad0ea532 {
  overflow: hidden;
}





  #s-76b8c42d-260e-4c61-994f-760bad0ea532 img.shogun-image,
  #s-76b8c42d-260e-4c61-994f-760bad0ea532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76b8c42d-260e-4c61-994f-760bad0ea532 {
    width: 100%;
    height: auto;
  }



  #s-76b8c42d-260e-4c61-994f-760bad0ea532 img.shogun-image {
    

    
    
    
  }


#s-76b8c42d-260e-4c61-994f-760bad0ea532 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5238f482-7514-4f6e-9124-5b095c6e14aa {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84db36d9-6fce-4b39-8028-5a0cd37dc970.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a4a218e0-400a-4da4-97e0-f8a6e9877415 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-84621e87-5d5b-4929-b9e5-e47a1e11e3c5 {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(114, 177, 200, 1);
}








#s-84621e87-5d5b-4929-b9e5-e47a1e11e3c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84621e87-5d5b-4929-b9e5-e47a1e11e3c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e43840a9-fd27-4fd8-aea8-40fe9a8a9893 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-e43840a9-fd27-4fd8-aea8-40fe9a8a9893 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-faffbc4f-ffdd-4809-8f57-a111c28b8182 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-faffbc4f-ffdd-4809-8f57-a111c28b8182 .shogun-countdown span, #s-faffbc4f-ffdd-4809-8f57-a111c28b8182 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962-root {
    text-align: center;
  }


#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962-root {
    text-align: center;
  }


#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962-root {
    text-align: center;
  }


#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962-root {
    text-align: center;
  }


#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962-root {
    text-align: center;
  }


#s-1a3c738b-1931-4cdc-8271-4fe7dfbe4962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e344380a-cc50-4550-bc0a-4301bf54e935 {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
