.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-ea42c82b-7d50-4dfe-a3be-cbcb4c3b785b {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ea42c82b-7d50-4dfe-a3be-cbcb4c3b785b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea42c82b-7d50-4dfe-a3be-cbcb4c3b785b.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c24e607d-e086-4b07-acef-ff67d2c6f77b {
  max-width: 3840px;
aspect-ratio: 3840/1200;
text-align: center;
}
@media (max-width: 767px){#s-c24e607d-e086-4b07-acef-ff67d2c6f77b {
  display: none;
}
#s-c24e607d-e086-4b07-acef-ff67d2c6f77b, #wrap-s-c24e607d-e086-4b07-acef-ff67d2c6f77b { display: none !important; }}




  #s-c24e607d-e086-4b07-acef-ff67d2c6f77b img.shogun-image,
  #s-c24e607d-e086-4b07-acef-ff67d2c6f77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c24e607d-e086-4b07-acef-ff67d2c6f77b {
    width: 100%;
    height: auto;
  }




#s-c24e607d-e086-4b07-acef-ff67d2c6f77b .shogun-image-content {
  
    align-items: center;
  
}

#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
  max-width: 1200px;
aspect-ratio: 1200/1600;
text-align: center;
}
@media (min-width: 1200px){#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
  display: none;
}
#s-15bb470b-ebbe-45c3-be43-bf7798ccd361, #wrap-s-15bb470b-ebbe-45c3-be43-bf7798ccd361 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
  display: none;
}
#s-15bb470b-ebbe-45c3-be43-bf7798ccd361, #wrap-s-15bb470b-ebbe-45c3-be43-bf7798ccd361 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
  display: none;
}
#s-15bb470b-ebbe-45c3-be43-bf7798ccd361, #wrap-s-15bb470b-ebbe-45c3-be43-bf7798ccd361 { display: none !important; }}@media (max-width: 767px){#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
  
}
}




  #s-15bb470b-ebbe-45c3-be43-bf7798ccd361 img.shogun-image,
  #s-15bb470b-ebbe-45c3-be43-bf7798ccd361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15bb470b-ebbe-45c3-be43-bf7798ccd361 {
    width: 100%;
    height: auto;
  }



  #s-15bb470b-ebbe-45c3-be43-bf7798ccd361 img.shogun-image {
    

    
    
    
  }


#s-15bb470b-ebbe-45c3-be43-bf7798ccd361 .shogun-image-content {
  
    align-items: center;
  
}

.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-ff1afc43-cfdf-47f0-922d-0d080f6da7f1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 35px;
padding-left: 80px;
padding-bottom: 25px;
padding-right: 80px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(223, 223, 223, 1);
border-radius: 0px;
background-color: rgba(166, 0, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1:hover {border-style: solid !important;
border-color: rgba(77, 116, 25, 1) !important;
background-color: rgba(22, 176, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 46px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}
  #s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1-root {
    text-align: center;
  }


#s-ff1afc43-cfdf-47f0-922d-0d080f6da7f1.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}

.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-bd7a8e60-358a-4db9-abbf-ee6c0dab5c82 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
max-width: 410px;
text-align: center;
}

#s-bd7a8e60-358a-4db9-abbf-ee6c0dab5c82 .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-585b639a-6fb3-41fc-9289-593969aca7bd {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-585b639a-6fb3-41fc-9289-593969aca7bd .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-585b639a-6fb3-41fc-9289-593969aca7bd .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-05a3dbc9-e41c-4de6-95f3-52a898fde757 {
  min-height: 50px;
}








#s-05a3dbc9-e41c-4de6-95f3-52a898fde757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05a3dbc9-e41c-4de6-95f3-52a898fde757.shg-box.shg-c {
  justify-content: center;
}

#s-45f0fb62-4fa9-48f9-aa77-c05987f19d65 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-45f0fb62-4fa9-48f9-aa77-c05987f19d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45f0fb62-4fa9-48f9-aa77-c05987f19d65.shg-box.shg-c {
  justify-content: center;
}

#s-243e9439-dce0-4f1d-822e-6e2860f29d75 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-da05e062-c25d-42db-80d0-17c76b4614ad {
  margin-left: auto;
margin-bottom: -16px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-da05e062-c25d-42db-80d0-17c76b4614ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da05e062-c25d-42db-80d0-17c76b4614ad.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 0px) {
[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-1234e823-d8d7-4e05-90dd-11661e57d7d6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-04dbe62b-8f79-44f2-bd2a-c16165841316 {
  min-height: 380px;
}
@media (max-width: 767px){#s-04dbe62b-8f79-44f2-bd2a-c16165841316 {
  min-height: 300px;
}
}







#s-04dbe62b-8f79-44f2-bd2a-c16165841316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04dbe62b-8f79-44f2-bd2a-c16165841316.shg-box.shg-c {
  justify-content: flex-end;
}

#s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 {
  max-width: 4096px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 300px;
}
}




  #s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 img.shogun-image,
  #s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 {
    width: 100%;
    height: auto;
  }



  #s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 img.shogun-image {
    

    
    
    
  }


#s-36117a61-ec3a-4d98-b3e2-c887aeb329a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a88217d6-4e91-4967-ad52-9033b53c8a6c {
  min-height: 380px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a88217d6-4e91-4967-ad52-9033b53c8a6c {
  min-height: 370px;
}
}@media (max-width: 767px){#s-a88217d6-4e91-4967-ad52-9033b53c8a6c {
  padding-left: 20px;
padding-right: 20px;
min-height: 300px;
}
}







#s-a88217d6-4e91-4967-ad52-9033b53c8a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a88217d6-4e91-4967-ad52-9033b53c8a6c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d0ca398e-9bac-41e4-ba8c-6c22f1ff2491 {
  padding-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-d0ca398e-9bac-41e4-ba8c-6c22f1ff2491 {
  padding-bottom: 30px;
}
}







#s-d0ca398e-9bac-41e4-ba8c-6c22f1ff2491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ca398e-9bac-41e4-ba8c-6c22f1ff2491.shg-box.shg-c {
  justify-content: center;
}

#s-903e63f9-526a-469a-a55f-c5656d47ce72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-903e63f9-526a-469a-a55f-c5656d47ce72 .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-444b3b78-0e14-4667-8446-35becdb9eed6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-444b3b78-0e14-4667-8446-35becdb9eed6 {
  max-width: 600px;
}
}







#s-444b3b78-0e14-4667-8446-35becdb9eed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-444b3b78-0e14-4667-8446-35becdb9eed6.shg-box.shg-c {
  justify-content: center;
}

#s-e9b3336a-3635-4995-b959-f8ed7d183b65 {
  border-style: solid;
padding-top: 35px;
padding-left: 80px;
padding-bottom: 25px;
padding-right: 80px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(223, 223, 223, 1);
border-radius: 0px;
background-color: rgba(166, 0, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e9b3336a-3635-4995-b959-f8ed7d183b65:hover {border-style: solid !important;
border-color: rgba(77, 116, 25, 1) !important;
background-color: rgba(22, 176, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e9b3336a-3635-4995-b959-f8ed7d183b65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e9b3336a-3635-4995-b959-f8ed7d183b65 {
  padding-left: 0%;
padding-right: 0%;
}
}

  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 46px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}
  #s-e9b3336a-3635-4995-b959-f8ed7d183b65-root {
    text-align: center;
  }


#s-e9b3336a-3635-4995-b959-f8ed7d183b65.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}

#s-261fab22-3878-4fca-8c90-ce024dad9fe0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-261fab22-3878-4fca-8c90-ce024dad9fe0 {
  display: none;
}
#s-261fab22-3878-4fca-8c90-ce024dad9fe0, #wrap-s-261fab22-3878-4fca-8c90-ce024dad9fe0 { display: none !important; }}@media (max-width: 767px){#s-261fab22-3878-4fca-8c90-ce024dad9fe0 {
  display: none;
}
#s-261fab22-3878-4fca-8c90-ce024dad9fe0, #wrap-s-261fab22-3878-4fca-8c90-ce024dad9fe0 { display: none !important; }}






  #s-261fab22-3878-4fca-8c90-ce024dad9fe0 img.shogun-image {
    

    
    
    
  }


#s-261fab22-3878-4fca-8c90-ce024dad9fe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7981cb2d-2ba5-45c0-8e1f-ed7d88722276 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
max-width: 410px;
text-align: center;
}

#s-7981cb2d-2ba5-45c0-8e1f-ed7d88722276 .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-51f31a35-c37e-454a-8933-fc1fc41c417c {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 50px;
background-color: rgba(22, 176, 36, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-51f31a35-c37e-454a-8933-fc1fc41c417c {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-51f31a35-c37e-454a-8933-fc1fc41c417c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51f31a35-c37e-454a-8933-fc1fc41c417c.shg-box.shg-c {
  justify-content: center;
}

#s-55c45bee-f0fe-45b5-8761-a146f8fb47be {
  margin-bottom: 5px;
text-align: center;
}







  #s-55c45bee-f0fe-45b5-8761-a146f8fb47be img.shogun-image {
    

    
    
    
  }


#s-55c45bee-f0fe-45b5-8761-a146f8fb47be .shogun-image-content {
  
    align-items: center;
  
}

#s-4fd349fb-c328-437d-a1aa-cecf3fcb7b97 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4fd349fb-c328-437d-a1aa-cecf3fcb7b97 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-4fd349fb-c328-437d-a1aa-cecf3fcb7b97 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-4fd349fb-c328-437d-a1aa-cecf3fcb7b97 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-9a6bfda7-6776-4ef5-a8da-0a87fc6cfc9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 922px;
}
@media (max-width: 767px){#s-9a6bfda7-6776-4ef5-a8da-0a87fc6cfc9a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-9a6bfda7-6776-4ef5-a8da-0a87fc6cfc9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a6bfda7-6776-4ef5-a8da-0a87fc6cfc9a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b8ee6ca4-77e1-470a-87d3-08201f5a3a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8ee6ca4-77e1-470a-87d3-08201f5a3a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-b8ee6ca4-77e1-470a-87d3-08201f5a3a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-b8ee6ca4-77e1-470a-87d3-08201f5a3a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-67919c13-aa55-46af-99bd-88d728f941eb {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-67919c13-aa55-46af-99bd-88d728f941eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67919c13-aa55-46af-99bd-88d728f941eb.shg-box.shg-c {
  justify-content: center;
}

#s-eb156665-e014-43ae-990e-1f50f0ec858b {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-eb156665-e014-43ae-990e-1f50f0ec858b img.shogun-image,
  #s-eb156665-e014-43ae-990e-1f50f0ec858b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb156665-e014-43ae-990e-1f50f0ec858b {
    width: 100%;
    height: auto;
  }



  #s-eb156665-e014-43ae-990e-1f50f0ec858b img.shogun-image {
    

    
    
    
  }


#s-eb156665-e014-43ae-990e-1f50f0ec858b .shogun-image-content {
  
    align-items: center;
  
}

#s-763ae8e0-7af2-4949-ab50-ddda3a744420 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-763ae8e0-7af2-4949-ab50-ddda3a744420 {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-763ae8e0-7af2-4949-ab50-ddda3a744420 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-95cfa251-c5b3-41e8-bc11-3475bcc68ffc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-95cfa251-c5b3-41e8-bc11-3475bcc68ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95cfa251-c5b3-41e8-bc11-3475bcc68ffc.shg-box.shg-c {
  justify-content: center;
}

#s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 img.shogun-image,
  #s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 {
    width: 100%;
    height: auto;
  }



  #s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 img.shogun-image {
    

    
    
    
  }


#s-a457dca8-417f-40ca-b7c8-7dceb2a1c859 .shogun-image-content {
  
    align-items: center;
  
}

#s-253c4a94-7350-4ce6-90a7-7689552a6edc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-253c4a94-7350-4ce6-90a7-7689552a6edc {
  padding-top: 10px;
padding-bottom: 0px;
}
}
#s-253c4a94-7350-4ce6-90a7-7689552a6edc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8794c5b3-a8d3-484a-99f7-7a793623c7f3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8794c5b3-a8d3-484a-99f7-7a793623c7f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8794c5b3-a8d3-484a-99f7-7a793623c7f3.shg-box.shg-c {
  justify-content: center;
}

#s-34089cf5-2f2b-4fe4-9e0f-f9d470ac98f8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 280px;
text-align: center;
}








#s-34089cf5-2f2b-4fe4-9e0f-f9d470ac98f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2784526e-15ad-401a-9938-83092bdf1379 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2784526e-15ad-401a-9938-83092bdf1379 {
  padding-bottom: 0px;
}
}
#s-2784526e-15ad-401a-9938-83092bdf1379 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d1963ce2-971a-496c-b79a-13344a2475c7 {
  margin-left: auto;
margin-bottom: -16px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-d1963ce2-971a-496c-b79a-13344a2475c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1963ce2-971a-496c-b79a-13344a2475c7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-49da1153-fdf5-42b5-bd01-19cae44e3643"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-74dbe369-9e1a-497e-9fea-b48f39a73f1c {
  min-height: 380px;
}
@media (max-width: 767px){#s-74dbe369-9e1a-497e-9fea-b48f39a73f1c {
  min-height: 300px;
}
}







#s-74dbe369-9e1a-497e-9fea-b48f39a73f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74dbe369-9e1a-497e-9fea-b48f39a73f1c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-622557e7-5df5-41c8-8886-ab487ef451c5 {
  max-width: 4096px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-622557e7-5df5-41c8-8886-ab487ef451c5 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 300px;
}
}




  #s-622557e7-5df5-41c8-8886-ab487ef451c5 img.shogun-image,
  #s-622557e7-5df5-41c8-8886-ab487ef451c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-622557e7-5df5-41c8-8886-ab487ef451c5 {
    width: 100%;
    height: auto;
  }



  #s-622557e7-5df5-41c8-8886-ab487ef451c5 img.shogun-image {
    

    
    
    
  }


#s-622557e7-5df5-41c8-8886-ab487ef451c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f7ed6b-89e1-444a-b1b2-4cbb8d814b13 {
  min-height: 380px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4f7ed6b-89e1-444a-b1b2-4cbb8d814b13 {
  min-height: 370px;
}
}@media (max-width: 767px){#s-f4f7ed6b-89e1-444a-b1b2-4cbb8d814b13 {
  padding-left: 20px;
padding-right: 20px;
min-height: 300px;
}
}







#s-f4f7ed6b-89e1-444a-b1b2-4cbb8d814b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4f7ed6b-89e1-444a-b1b2-4cbb8d814b13.shg-box.shg-c {
  justify-content: flex-end;
}

#s-75e14d03-3782-440a-8f78-6f366f8977fc {
  padding-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-75e14d03-3782-440a-8f78-6f366f8977fc {
  padding-bottom: 30px;
}
}







#s-75e14d03-3782-440a-8f78-6f366f8977fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75e14d03-3782-440a-8f78-6f366f8977fc.shg-box.shg-c {
  justify-content: center;
}

#s-2a8bfafe-13f4-43ed-bf32-45cb15fc9ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a8bfafe-13f4-43ed-bf32-45cb15fc9ca4 .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-318f836c-6d67-4bc0-983f-f40c98a74852 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-318f836c-6d67-4bc0-983f-f40c98a74852 {
  max-width: 600px;
}
}







#s-318f836c-6d67-4bc0-983f-f40c98a74852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-318f836c-6d67-4bc0-983f-f40c98a74852.shg-box.shg-c {
  justify-content: center;
}

#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0 {
  border-style: solid;
padding-top: 35px;
padding-left: 80px;
padding-bottom: 25px;
padding-right: 80px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(223, 223, 223, 1);
border-radius: 0px;
background-color: rgba(166, 0, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0:hover {border-style: solid !important;
border-color: rgba(77, 116, 25, 1) !important;
background-color: rgba(22, 176, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0 {
  padding-left: 0%;
padding-right: 0%;
}
}

  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 46px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}
  #s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0-root {
    text-align: center;
  }


#s-4f29677c-aad3-4d9d-b81c-cf1dfd79cfc0.shg-btn {
  color: #ffffff;
  font-size: 60px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}

#s-1bbad824-91ea-453a-9dac-6f23bd8e744e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bbad824-91ea-453a-9dac-6f23bd8e744e {
  display: none;
}
#s-1bbad824-91ea-453a-9dac-6f23bd8e744e, #wrap-s-1bbad824-91ea-453a-9dac-6f23bd8e744e { display: none !important; }}@media (max-width: 767px){#s-1bbad824-91ea-453a-9dac-6f23bd8e744e {
  display: none;
}
#s-1bbad824-91ea-453a-9dac-6f23bd8e744e, #wrap-s-1bbad824-91ea-453a-9dac-6f23bd8e744e { display: none !important; }}






  #s-1bbad824-91ea-453a-9dac-6f23bd8e744e img.shogun-image {
    

    
    
    
  }


#s-1bbad824-91ea-453a-9dac-6f23bd8e744e .shogun-image-content {
  
    align-items: center;
  
}

#s-e4876c05-9892-450a-98aa-ec0c3a413356 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(189, 189, 189, 1);
border-style: solid;
max-width: 410px;
text-align: center;
}

#s-e4876c05-9892-450a-98aa-ec0c3a413356 .shogun-heading-component h1 {
  color: rgba(189, 189, 189, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-50e2ffc1-a760-4a9e-9fae-d9c61ccafdb0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(233, 233, 233, 1);
}








#s-50e2ffc1-a760-4a9e-9fae-d9c61ccafdb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50e2ffc1-a760-4a9e-9fae-d9c61ccafdb0.shg-box.shg-c {
  justify-content: center;
}

#s-4a5a8faf-d86b-4995-9a1e-baa1c27dc5f1 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4a5a8faf-d86b-4995-9a1e-baa1c27dc5f1 {
  
}
}







#s-4a5a8faf-d86b-4995-9a1e-baa1c27dc5f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a5a8faf-d86b-4995-9a1e-baa1c27dc5f1.shg-box.shg-c {
  justify-content: center;
}

#s-23090602-b4b5-4bae-baf6-10e7a171612a {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1222px;
}








#s-23090602-b4b5-4bae-baf6-10e7a171612a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23090602-b4b5-4bae-baf6-10e7a171612a.shg-box.shg-c {
  justify-content: center;
}

#s-14d2d185-a1c0-434e-9521-da70e8703ffe {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-14d2d185-a1c0-434e-9521-da70e8703ffe {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-14d2d185-a1c0-434e-9521-da70e8703ffe .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-14d2d185-a1c0-434e-9521-da70e8703ffe .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-14d2d185-a1c0-434e-9521-da70e8703ffe .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-dc59ff26-8135-4657-b089-16906c8345c1 {
  min-height: 50px;
}








#s-dc59ff26-8135-4657-b089-16906c8345c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc59ff26-8135-4657-b089-16906c8345c1.shg-box.shg-c {
  justify-content: center;
}

.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-bf37fa79-a943-406c-9db3-5f837917d20a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bf37fa79-a943-406c-9db3-5f837917d20a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bf37fa79-a943-406c-9db3-5f837917d20a .shg-sld-nav-button.shg-sld-left,
#s-bf37fa79-a943-406c-9db3-5f837917d20a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-10200947-c4dd-441d-b815-b2cfe59f7878"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10200947-c4dd-441d-b815-b2cfe59f7878"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10200947-c4dd-441d-b815-b2cfe59f7878"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10200947-c4dd-441d-b815-b2cfe59f7878"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-73cbbad2-b361-4c6a-aa82-390beb48484d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73cbbad2-b361-4c6a-aa82-390beb48484d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73cbbad2-b361-4c6a-aa82-390beb48484d.shg-box.shg-c {
  justify-content: center;
}

#s-7ba92f65-9f08-4fca-b768-eb52f4a98a24 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fc747494-2bf6-4918-9178-124a7352f827 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc747494-2bf6-4918-9178-124a7352f827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc747494-2bf6-4918-9178-124a7352f827.shg-box.shg-c {
  justify-content: center;
}

#s-8bafcd4b-6029-4b50-a4a0-735a2a51d37e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-73fda3a9-4366-4ac1-aff6-19ff99fc60d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73fda3a9-4366-4ac1-aff6-19ff99fc60d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73fda3a9-4366-4ac1-aff6-19ff99fc60d2.shg-box.shg-c {
  justify-content: center;
}

#s-6244e1f5-666c-4128-b709-3c217716af84 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

@media (min-width: 0px) {
[id="s-be057a5d-6172-442d-8a60-7ebf21161417"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be057a5d-6172-442d-8a60-7ebf21161417"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be057a5d-6172-442d-8a60-7ebf21161417"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be057a5d-6172-442d-8a60-7ebf21161417"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5108f73-710c-4302-9c3c-e8b09216fe16 {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d5108f73-710c-4302-9c3c-e8b09216fe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5108f73-710c-4302-9c3c-e8b09216fe16.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ef491b5-581e-434c-9076-747e2d427dee {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7ef491b5-581e-434c-9076-747e2d427dee .shogun-icon-wrapper {
  text-align: center;
}


#s-7ef491b5-581e-434c-9076-747e2d427dee .shogun-icon-wrapper > .shogun-icon {

  font-size: 46px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7e7cb179-e2fa-4ca3-a093-27a47442b4a3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7e7cb179-e2fa-4ca3-a093-27a47442b4a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e7cb179-e2fa-4ca3-a093-27a47442b4a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e7cb179-e2fa-4ca3-a093-27a47442b4a3 {
  
}
}@media (max-width: 767px){#s-7e7cb179-e2fa-4ca3-a093-27a47442b4a3 {
  
}
}
#s-66aedb21-9ea7-4d16-a247-77076b22e4d2 {
  margin-top: 5px;
margin-bottom: 40px;
min-height: 50px;
}








#s-66aedb21-9ea7-4d16-a247-77076b22e4d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66aedb21-9ea7-4d16-a247-77076b22e4d2.shg-box.shg-c {
  justify-content: center;
}

#s-0ecce520-1cf1-4788-b3da-81b9ea0536a9 {
  margin-right: 10px;
}

#s-0ecce520-1cf1-4788-b3da-81b9ea0536a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-0ecce520-1cf1-4788-b3da-81b9ea0536a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-a7866a1a-270b-45b2-82b8-148a7568cc17 {
  padding-right: 10px;
}

#s-a7866a1a-270b-45b2-82b8-148a7568cc17 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7866a1a-270b-45b2-82b8-148a7568cc17 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-b0b3ff07-c304-44b8-a2c3-91e6f2c6d74d {
  margin-right: 10px;
}

#s-b0b3ff07-c304-44b8-a2c3-91e6f2c6d74d .shogun-icon-wrapper {
  text-align: center;
}


#s-b0b3ff07-c304-44b8-a2c3-91e6f2c6d74d .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-7adca3bf-822d-45e3-bccc-3396fc94c4de {
  margin-right: 10px;
}

#s-7adca3bf-822d-45e3-bccc-3396fc94c4de .shogun-icon-wrapper {
  text-align: center;
}


#s-7adca3bf-822d-45e3-bccc-3396fc94c4de .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-2eabe731-79a1-4d80-b9a4-b91c191d9f6a {
  margin-right: 10px;
}

#s-2eabe731-79a1-4d80-b9a4-b91c191d9f6a .shogun-icon-wrapper {
  text-align: center;
}


#s-2eabe731-79a1-4d80-b9a4-b91c191d9f6a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-f0495c12-c9f4-4e82-aaa6-e748e8da0c97 {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0495c12-c9f4-4e82-aaa6-e748e8da0c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0495c12-c9f4-4e82-aaa6-e748e8da0c97.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bd7a8642-4999-4d18-80e4-e46d32e1ba6b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bd7a8642-4999-4d18-80e4-e46d32e1ba6b .shogun-icon-wrapper {
  text-align: center;
}


#s-bd7a8642-4999-4d18-80e4-e46d32e1ba6b .shogun-icon-wrapper > .shogun-icon {

  font-size: 46px !important;
  color: rgba(0, 0, 0, 1);
}

#s-777d2f49-18d1-4e9e-8a14-278411853fd4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-777d2f49-18d1-4e9e-8a14-278411853fd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-777d2f49-18d1-4e9e-8a14-278411853fd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-777d2f49-18d1-4e9e-8a14-278411853fd4 {
  
}
}@media (max-width: 767px){#s-777d2f49-18d1-4e9e-8a14-278411853fd4 {
  
}
}
#s-a1961bcf-fcaa-4189-93bf-345e62dbb79a {
  margin-top: 5px;
margin-bottom: 40px;
min-height: 50px;
}








#s-a1961bcf-fcaa-4189-93bf-345e62dbb79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1961bcf-fcaa-4189-93bf-345e62dbb79a.shg-box.shg-c {
  justify-content: center;
}

#s-b4d75e28-6abd-4b8a-8606-fa677f557d77 {
  margin-right: 10px;
}

#s-b4d75e28-6abd-4b8a-8606-fa677f557d77 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4d75e28-6abd-4b8a-8606-fa677f557d77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-076a703b-c889-4499-87c1-7e26949a6ea1 {
  padding-right: 10px;
}

#s-076a703b-c889-4499-87c1-7e26949a6ea1 .shogun-icon-wrapper {
  text-align: center;
}


#s-076a703b-c889-4499-87c1-7e26949a6ea1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-5e381805-e40f-4e2c-b7de-2dd1ef7d66fd {
  margin-right: 10px;
}

#s-5e381805-e40f-4e2c-b7de-2dd1ef7d66fd .shogun-icon-wrapper {
  text-align: center;
}


#s-5e381805-e40f-4e2c-b7de-2dd1ef7d66fd .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-d5211e0e-bf69-4920-a262-cca44c747555 {
  margin-right: 10px;
}

#s-d5211e0e-bf69-4920-a262-cca44c747555 .shogun-icon-wrapper {
  text-align: center;
}


#s-d5211e0e-bf69-4920-a262-cca44c747555 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-61f4af83-996a-40d3-9435-4c72afc91893 {
  margin-right: 10px;
}

#s-61f4af83-996a-40d3-9435-4c72afc91893 .shogun-icon-wrapper {
  text-align: center;
}


#s-61f4af83-996a-40d3-9435-4c72afc91893 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-b2aa000c-9786-4841-b22e-60ea8b04093e {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b2aa000c-9786-4841-b22e-60ea8b04093e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2aa000c-9786-4841-b22e-60ea8b04093e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68ad697c-26e4-4c6a-8f4d-abb84671c108 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-68ad697c-26e4-4c6a-8f4d-abb84671c108 .shogun-icon-wrapper {
  text-align: center;
}


#s-68ad697c-26e4-4c6a-8f4d-abb84671c108 .shogun-icon-wrapper > .shogun-icon {

  font-size: 46px !important;
  color: rgba(0, 0, 0, 1);
}

#s-12e9d6aa-3642-47e4-9a93-16ca5697a296 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-12e9d6aa-3642-47e4-9a93-16ca5697a296 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12e9d6aa-3642-47e4-9a93-16ca5697a296 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12e9d6aa-3642-47e4-9a93-16ca5697a296 {
  
}
}@media (max-width: 767px){#s-12e9d6aa-3642-47e4-9a93-16ca5697a296 {
  
}
}
#s-93d2ad85-a89d-4397-ab67-c30767624098 {
  margin-top: 5px;
margin-bottom: 40px;
min-height: 50px;
}








#s-93d2ad85-a89d-4397-ab67-c30767624098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93d2ad85-a89d-4397-ab67-c30767624098.shg-box.shg-c {
  justify-content: center;
}

#s-e25c5095-e8a2-4dff-8a10-8301805a40c6 {
  margin-right: 10px;
}

#s-e25c5095-e8a2-4dff-8a10-8301805a40c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e25c5095-e8a2-4dff-8a10-8301805a40c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-72f05f96-4c8d-4bb3-aee7-dbee1c63d66c {
  padding-right: 10px;
}

#s-72f05f96-4c8d-4bb3-aee7-dbee1c63d66c .shogun-icon-wrapper {
  text-align: center;
}


#s-72f05f96-4c8d-4bb3-aee7-dbee1c63d66c .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-9f2f5d3c-f5d0-48f3-a19f-e1294f7f5ec0 {
  margin-right: 10px;
}

#s-9f2f5d3c-f5d0-48f3-a19f-e1294f7f5ec0 .shogun-icon-wrapper {
  text-align: center;
}


#s-9f2f5d3c-f5d0-48f3-a19f-e1294f7f5ec0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-8c33bcd7-0985-480d-b44c-cf3a005561fc {
  margin-right: 10px;
}

#s-8c33bcd7-0985-480d-b44c-cf3a005561fc .shogun-icon-wrapper {
  text-align: center;
}


#s-8c33bcd7-0985-480d-b44c-cf3a005561fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-043c62eb-e1f8-48e2-b558-c802ffd313ba {
  margin-right: 10px;
}

#s-043c62eb-e1f8-48e2-b558-c802ffd313ba .shogun-icon-wrapper {
  text-align: center;
}


#s-043c62eb-e1f8-48e2-b558-c802ffd313ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(126, 20, 22, 1);
}

#s-789290c6-9b1d-460a-84e0-509afc33dd2c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-789290c6-9b1d-460a-84e0-509afc33dd2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-789290c6-9b1d-460a-84e0-509afc33dd2c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-79993016-f990-4344-97cb-7dd253fd75be {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-79993016-f990-4344-97cb-7dd253fd75be .shogun-icon-wrapper {
  text-align: center;
}


#s-79993016-f990-4344-97cb-7dd253fd75be .shogun-icon-wrapper > .shogun-icon {

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

#s-a29f7695-7a66-449e-9e2e-acc4322b093e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a29f7695-7a66-449e-9e2e-acc4322b093e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a29f7695-7a66-449e-9e2e-acc4322b093e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a29f7695-7a66-449e-9e2e-acc4322b093e {
  
}
}@media (max-width: 767px){#s-a29f7695-7a66-449e-9e2e-acc4322b093e {
  
}
}
#s-dc32356b-822d-482e-a2ec-0da5fe75a858 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc32356b-822d-482e-a2ec-0da5fe75a858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc32356b-822d-482e-a2ec-0da5fe75a858.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e9480be3-3a83-4e52-b17a-019bafc91a8b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e9480be3-3a83-4e52-b17a-019bafc91a8b .shogun-icon-wrapper {
  text-align: center;
}


#s-e9480be3-3a83-4e52-b17a-019bafc91a8b .shogun-icon-wrapper > .shogun-icon {

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

#s-21b8fb62-7585-44ad-b9a4-283b07e0654d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-21b8fb62-7585-44ad-b9a4-283b07e0654d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21b8fb62-7585-44ad-b9a4-283b07e0654d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21b8fb62-7585-44ad-b9a4-283b07e0654d {
  
}
}@media (max-width: 767px){#s-21b8fb62-7585-44ad-b9a4-283b07e0654d {
  
}
}
#s-f6b50b10-d169-4f3f-b7c6-3f071b76e810 {
  text-align: center;
}







  #s-f6b50b10-d169-4f3f-b7c6-3f071b76e810 img.shogun-image {
    

    
    
    
  }


#s-f6b50b10-d169-4f3f-b7c6-3f071b76e810 .shogun-image-content {
  
    align-items: center;
  
}

#s-8522c0c0-7c82-44de-8abb-f3d10e0709d8 {
  text-align: center;
}







  #s-8522c0c0-7c82-44de-8abb-f3d10e0709d8 img.shogun-image {
    

    
    
    
  }


#s-8522c0c0-7c82-44de-8abb-f3d10e0709d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a97b2ee-e6ea-4e1d-8f12-f06ffb05c5c9 {
  text-align: center;
}







  #s-0a97b2ee-e6ea-4e1d-8f12-f06ffb05c5c9 img.shogun-image {
    

    
    
    
  }


#s-0a97b2ee-e6ea-4e1d-8f12-f06ffb05c5c9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4d1d6ae3-5348-42f5-85f4-77a78e164a1e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-4d1d6ae3-5348-42f5-85f4-77a78e164a1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-4d1d6ae3-5348-42f5-85f4-77a78e164a1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d1d6ae3-5348-42f5-85f4-77a78e164a1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-5b4e604f-bed4-4f19-885b-29c8dc0dc02c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1200px;
}








#s-5b4e604f-bed4-4f19-885b-29c8dc0dc02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b4e604f-bed4-4f19-885b-29c8dc0dc02c.shg-box.shg-c {
  justify-content: center;
}

#s-b06e095c-e004-4f75-a8c8-5899efb8e7cf {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}
@media (max-width: 767px){#s-b06e095c-e004-4f75-a8c8-5899efb8e7cf {
  
}
}







#s-b06e095c-e004-4f75-a8c8-5899efb8e7cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b06e095c-e004-4f75-a8c8-5899efb8e7cf.shg-box.shg-c {
  justify-content: center;
}

#s-247d8394-baaa-4104-8bc0-352fc00851d1 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1222px;
}








#s-247d8394-baaa-4104-8bc0-352fc00851d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-247d8394-baaa-4104-8bc0-352fc00851d1.shg-box.shg-c {
  justify-content: center;
}

#s-8d7e8e26-3416-433c-bd0f-d656fee3f525 {
  margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8d7e8e26-3416-433c-bd0f-d656fee3f525 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-8d7e8e26-3416-433c-bd0f-d656fee3f525 .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8d7e8e26-3416-433c-bd0f-d656fee3f525 .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 38px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-8d7e8e26-3416-433c-bd0f-d656fee3f525 .shogun-heading-component h1 {
  color: rgba(166, 0, 9, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


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

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

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

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

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

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

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

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

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

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-a6837b1d-8f34-4a79-8071-297e653c891f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-a6837b1d-8f34-4a79-8071-297e653c891f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-a6837b1d-8f34-4a79-8071-297e653c891f > .swiper-button-prev,
#slider-v3-s-a6837b1d-8f34-4a79-8071-297e653c891f > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-a6837b1d-8f34-4a79-8071-297e653c891f > .swiper-button-next svg,
#slider-v3-s-a6837b1d-8f34-4a79-8071-297e653c891f > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
    
    
  }


.s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-content {
  
    align-items: center;
  
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87922dfd-ace4-499a-96d9-a3c34830768b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
      position: relative;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87922dfd-ace4-499a-96d9-a3c34830768b {
  
  
  
  
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
    
    
  }


.s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-content {
  
    align-items: center;
  
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87922dfd-ace4-499a-96d9-a3c34830768b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
      position: relative;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87922dfd-ace4-499a-96d9-a3c34830768b {
  
  
  
  
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
    
    
  }


.s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-content {
  
    align-items: center;
  
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87922dfd-ace4-499a-96d9-a3c34830768b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
      position: relative;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87922dfd-ace4-499a-96d9-a3c34830768b {
  
  
  
  
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
    
    
  }


.s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-content {
  
    align-items: center;
  
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87922dfd-ace4-499a-96d9-a3c34830768b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
      position: relative;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87922dfd-ace4-499a-96d9-a3c34830768b {
  
  
  
  
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87922dfd-ace4-499a-96d9-a3c34830768b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
    
    
  }


.s-87922dfd-ace4-499a-96d9-a3c34830768b .shogun-image-content {
  
    align-items: center;
  
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87922dfd-ace4-499a-96d9-a3c34830768b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container {
      position: relative;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87922dfd-ace4-499a-96d9-a3c34830768b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
    
    
  }


.s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-content {
  
    align-items: center;
  
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8913e06c-09d0-4597-876b-0c69bd651568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
      position: relative;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8913e06c-09d0-4597-876b-0c69bd651568 {
  
  
  
  
}

#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
    
    
  }


.s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-content {
  
    align-items: center;
  
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8913e06c-09d0-4597-876b-0c69bd651568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
      position: relative;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8913e06c-09d0-4597-876b-0c69bd651568 {
  
  
  
  
}

#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
    
    
  }


.s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-content {
  
    align-items: center;
  
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8913e06c-09d0-4597-876b-0c69bd651568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
      position: relative;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8913e06c-09d0-4597-876b-0c69bd651568 {
  
  
  
  
}

#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
    
    
  }


.s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-content {
  
    align-items: center;
  
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8913e06c-09d0-4597-876b-0c69bd651568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
      position: relative;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8913e06c-09d0-4597-876b-0c69bd651568 {
  
  
  
  
}

#s-8913e06c-09d0-4597-876b-0c69bd651568 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8913e06c-09d0-4597-876b-0c69bd651568 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
    
    
  }


.s-8913e06c-09d0-4597-876b-0c69bd651568 .shogun-image-content {
  
    align-items: center;
  
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8913e06c-09d0-4597-876b-0c69bd651568 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container {
      position: relative;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8913e06c-09d0-4597-876b-0c69bd651568 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a2cb3824-491d-465d-875a-da2f1c110f2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a2cb3824-491d-465d-875a-da2f1c110f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2cb3824-491d-465d-875a-da2f1c110f2e.shg-box.shg-c {
  justify-content: center;
}

#s-dea34523-f0b7-49fa-8df1-4c1727e31ee5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dea34523-f0b7-49fa-8df1-4c1727e31ee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dea34523-f0b7-49fa-8df1-4c1727e31ee5.shg-box.shg-c {
  justify-content: center;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
    
    
  }


.s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
      position: relative;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  
  
  
  
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
    
    
  }


.s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
      position: relative;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  
  
  
  
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
    
    
  }


.s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
      position: relative;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  
  
  
  
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
    
    
  }


.s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
      position: relative;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  
  
  
  
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
    
    
  }


.s-6a89560a-a7d6-4e06-b9da-de5b9a628224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container {
      position: relative;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a89560a-a7d6-4e06-b9da-de5b9a628224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
    
    
  }


.s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-content {
  
    align-items: center;
  
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
      position: relative;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  
  
  
  
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
    
    
  }


.s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-content {
  
    align-items: center;
  
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
      position: relative;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  
  
  
  
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
    
    
  }


.s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-content {
  
    align-items: center;
  
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
      position: relative;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  
  
  
  
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
    
    
  }


.s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-content {
  
    align-items: center;
  
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
      position: relative;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  
  
  
  
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
    
    
  }


.s-b226ff77-8270-46a7-ac5f-a1d39cf97454 .shogun-image-content {
  
    align-items: center;
  
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container {
      position: relative;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b226ff77-8270-46a7-ac5f-a1d39cf97454 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
    
    
  }


.s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10b824f-c298-4c0f-a61f-51df076d5075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
      position: relative;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  
  
  
  
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
    
    
  }


.s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10b824f-c298-4c0f-a61f-51df076d5075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
      position: relative;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  
  
  
  
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
    
    
  }


.s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10b824f-c298-4c0f-a61f-51df076d5075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
      position: relative;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  
  
  
  
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
    
    
  }


.s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10b824f-c298-4c0f-a61f-51df076d5075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
      position: relative;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  
  
  
  
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10b824f-c298-4c0f-a61f-51df076d5075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
    
    
  }


.s-f10b824f-c298-4c0f-a61f-51df076d5075 .shogun-image-content {
  
    align-items: center;
  
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f10b824f-c298-4c0f-a61f-51df076d5075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container {
      position: relative;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10b824f-c298-4c0f-a61f-51df076d5075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3791f891-4c5a-43ad-bfc9-0ffeb2df79da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9d82a730-f3c8-4350-86e2-6ada50d3d59a {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 600px;
}








#s-9d82a730-f3c8-4350-86e2-6ada50d3d59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d82a730-f3c8-4350-86e2-6ada50d3d59a.shg-box.shg-c {
  justify-content: center;
}

#s-7c0b10e6-73de-4cbb-82e7-322966581afe {
  padding-bottom: 20px;
min-height: 50px;
}

#s-7c0b10e6-73de-4cbb-82e7-322966581afe {
  background-image: url();
}








#s-7c0b10e6-73de-4cbb-82e7-322966581afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c0b10e6-73de-4cbb-82e7-322966581afe.shg-box.shg-c {
  justify-content: center;
}

#s-7c83d927-e84a-4ebf-a7d3-398a91a65fad {
  min-height: 50px;
background-color: rgba(233, 232, 232, 1);
}








#s-7c83d927-e84a-4ebf-a7d3-398a91a65fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c83d927-e84a-4ebf-a7d3-398a91a65fad.shg-box.shg-c {
  justify-content: center;
}

#s-a3dbf172-e7bd-49a1-b5ff-0f7389989566 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(22, 176, 36, 1);
}

#s-a3dbf172-e7bd-49a1-b5ff-0f7389989566 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3bf36c9b-7383-401b-8346-32a793098b73 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3bf36c9b-7383-401b-8346-32a793098b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bf36c9b-7383-401b-8346-32a793098b73.shg-box.shg-c {
  justify-content: center;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin-left: auto;
margin-right: auto;
max-width: 1436px;
aspect-ratio: 1436/266;
text-align: center;
}



.shg-image-margin-container-s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      aspect-ratio: 1436/266;
      width: 100%;
      height: 100%;
    }

    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-link {
      aspect-ratio: 1436/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
    
    
  }


.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-content {
  
    align-items: center;
  
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
      --shg-aspect-ratio: calc(1436/266); 
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
      position: relative;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  
  
  
  
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      aspect-ratio: 1436/266;
      width: 100%;
      height: 100%;
    }

    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-link {
      aspect-ratio: 1436/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
    
    
  }


.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-content {
  
    align-items: center;
  
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
      --shg-aspect-ratio: calc(1436/266); 
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
      position: relative;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  
  
  
  
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      aspect-ratio: 1436/266;
      width: 100%;
      height: 100%;
    }

    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-link {
      aspect-ratio: 1436/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
    
    
  }


.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-content {
  
    align-items: center;
  
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
      --shg-aspect-ratio: calc(1436/266); 
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
      position: relative;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  
  
  
  
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      aspect-ratio: 1436/266;
      width: 100%;
      height: 100%;
    }

    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-link {
      aspect-ratio: 1436/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
    
    
  }


.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-content {
  
    align-items: center;
  
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
      --shg-aspect-ratio: calc(1436/266); 
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
      position: relative;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  
  
  
  
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      aspect-ratio: 1436/266;
      width: 100%;
      height: 100%;
    }

    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-link {
      aspect-ratio: 1436/266;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
    
    
  }


.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb .shogun-image-content {
  
    align-items: center;
  
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb {
      --shg-aspect-ratio: calc(1436/266); 
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container {
      position: relative;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ea02df-2d8c-46c4-864b-5b91a9f850cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-68043299-5e5d-4e7c-a64e-6bc9f3c9f9f5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-68043299-5e5d-4e7c-a64e-6bc9f3c9f9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68043299-5e5d-4e7c-a64e-6bc9f3c9f9f5.shg-box.shg-c {
  justify-content: center;
}

#s-04d9f109-be86-41da-9a86-6fcd73894533 {
  max-width: 1200px;
aspect-ratio: 1200/1120;
text-align: center;
}





  #s-04d9f109-be86-41da-9a86-6fcd73894533 img.shogun-image,
  #s-04d9f109-be86-41da-9a86-6fcd73894533 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04d9f109-be86-41da-9a86-6fcd73894533 {
    width: 100%;
    height: auto;
  }



  #s-04d9f109-be86-41da-9a86-6fcd73894533 img.shogun-image {
    

    
    
    
  }


#s-04d9f109-be86-41da-9a86-6fcd73894533 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1954be3-d871-4906-8e90-88f358883a98 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
max-width: 110px;
}








#s-e1954be3-d871-4906-8e90-88f358883a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1954be3-d871-4906-8e90-88f358883a98.shg-box.shg-c {
  justify-content: center;
}

#s-d3ff0b8b-325b-4471-84ef-d834cd23f88f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(4, 151, 77, 0.15);
}

#s-d3ff0b8b-325b-4471-84ef-d834cd23f88f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  italic ;
  font-size: 20px;
  
  
  
}



#s-17b2aa9d-9504-4512-a207-5e6870b75468 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17b2aa9d-9504-4512-a207-5e6870b75468 .shogun-heading-component h1 {
  color: rgba(123, 19, 20, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e8f63215-026a-4bf6-b912-fad84ba01aee {
  margin-top: 0px;
}

#s-e16acf16-da41-4565-a712-c1d513661abc {
  border-style: solid;
margin-top: 15px;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(223, 223, 223, 1);
border-radius: 0px;
background-color: rgba(166, 0, 9, 1);
text-align: center;
text-decoration: none;
}
#s-e16acf16-da41-4565-a712-c1d513661abc:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(15, 111, 47, 1) !important;
background-color: rgba(22, 176, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e16acf16-da41-4565-a712-c1d513661abc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e16acf16-da41-4565-a712-c1d513661abc-root {
    text-align: center;
  }


#s-e16acf16-da41-4565-a712-c1d513661abc.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e16acf16-da41-4565-a712-c1d513661abc-root {
    text-align: center;
  }


#s-e16acf16-da41-4565-a712-c1d513661abc.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e16acf16-da41-4565-a712-c1d513661abc-root {
    text-align: center;
  }


#s-e16acf16-da41-4565-a712-c1d513661abc.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e16acf16-da41-4565-a712-c1d513661abc-root {
    text-align: center;
  }


#s-e16acf16-da41-4565-a712-c1d513661abc.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e16acf16-da41-4565-a712-c1d513661abc-root {
    text-align: center;
  }


#s-e16acf16-da41-4565-a712-c1d513661abc.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}
#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4 {
  border-style: solid;
margin-top: 15px;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(223, 223, 223, 1);
border-radius: 0px;
background-color: rgba(166, 0, 9, 1);
text-align: center;
text-decoration: none;
}
#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(15, 111, 47, 1) !important;
background-color: rgba(22, 176, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4-root {
    text-align: center;
  }


#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4-root {
    text-align: center;
  }


#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4-root {
    text-align: center;
  }


#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4-root {
    text-align: center;
  }


#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4-root {
    text-align: center;
  }


#s-d0f2936f-50db-4fa8-b0aa-db5be36e21b4.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: Shentox-semibold;
  display:  inline-block ;
}
}
#s-9375ac4f-eb4b-4cbb-bc1f-865b44d3e4f6 {
  margin-top: 15px;
}

#s-484e31bd-1988-474a-8a01-17d13e8e73db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-484e31bd-1988-474a-8a01-17d13e8e73db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-484e31bd-1988-474a-8a01-17d13e8e73db.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-2229b459-b503-42f0-a79a-37dbb3577bb1 {
  margin-left: auto;
margin-right: auto;
}

#s-2229b459-b503-42f0-a79a-37dbb3577bb1 hr {
  border-top: 2px solid #ddd;
}

#s-0225efe9-2c50-40b5-88eb-4ce1726a70a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0225efe9-2c50-40b5-88eb-4ce1726a70a2 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-0225efe9-2c50-40b5-88eb-4ce1726a70a2 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-0225efe9-2c50-40b5-88eb-4ce1726a70a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0225efe9-2c50-40b5-88eb-4ce1726a70a2.shg-box.shg-c {
  justify-content: center;
}

#s-516efa45-1180-4f96-816a-eb68b403846a {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-516efa45-1180-4f96-816a-eb68b403846a .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-516efa45-1180-4f96-816a-eb68b403846a .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-11b86f3b-6135-4329-ba4c-b1c6c7368542 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-11b86f3b-6135-4329-ba4c-b1c6c7368542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b86f3b-6135-4329-ba4c-b1c6c7368542.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-c5680f37-5a4b-4c2f-b495-380afbd1b564"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

#s-4e076ef1-2a68-4aed-b7c5-10e73511155a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-4e076ef1-2a68-4aed-b7c5-10e73511155a {
  max-width: 150px;
}
}






  #s-4e076ef1-2a68-4aed-b7c5-10e73511155a img.shogun-image {
    

    
    
    
  }


#s-4e076ef1-2a68-4aed-b7c5-10e73511155a .shogun-image-content {
  
    align-items: center;
  
}

#s-e861f552-f50d-4b2b-82b6-dd4f4b036831 {
  min-height: 50px;
}








#s-e861f552-f50d-4b2b-82b6-dd4f4b036831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e861f552-f50d-4b2b-82b6-dd4f4b036831.shg-box.shg-c {
  justify-content: center;
}

#s-39429f4b-4dbe-431e-a117-64c55c2bdba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-39429f4b-4dbe-431e-a117-64c55c2bdba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-39429f4b-4dbe-431e-a117-64c55c2bdba6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-39429f4b-4dbe-431e-a117-64c55c2bdba6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-16fcb9ae-bd93-4d8f-b3d1-8fda7cba0caa {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(3, 3, 3, 1);
}








#s-16fcb9ae-bd93-4d8f-b3d1-8fda7cba0caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16fcb9ae-bd93-4d8f-b3d1-8fda7cba0caa.shg-box.shg-c {
  justify-content: center;
}

#s-735a34ea-8096-4322-a037-e0473ff4057a {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-735a34ea-8096-4322-a037-e0473ff4057a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-735a34ea-8096-4322-a037-e0473ff4057a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0091b8a0-3d1f-48f8-bbf6-35f04aef10af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf {
  margin-left: 0px;
margin-right: 0px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf {
  text-align: left;
}
}




  #s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf img.shogun-image,
  #s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf {
    width: 100%;
    height: auto;
  }



  #s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf img.shogun-image {
    

    
    
    
  }


#s-cb33dba5-4dd2-4780-ad8f-9fb4a28fbdbf .shogun-image-content {
  
    align-items: center;
  
}

#s-dc447161-6685-4c95-9e84-6299a36dd78b {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}

#s-dc447161-6685-4c95-9e84-6299a36dd78b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-0bfadd8f-1ef6-4df5-b9ec-6d902baa7165 {
  padding-bottom: 0px;
}

/*
  $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;
  }
}
