.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-48c64bcd-97d6-4c9d-8584-fdbdf34e201f {
  min-height: 50px;
}








#s-48c64bcd-97d6-4c9d-8584-fdbdf34e201f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48c64bcd-97d6-4c9d-8584-fdbdf34e201f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-814b1f24-e2a7-4d27-a4ba-5f22075b62ed {
  min-height: 50px;
}

#s-814b1f24-e2a7-4d27-a4ba-5f22075b62ed {
  background-image: url();
}








#s-814b1f24-e2a7-4d27-a4ba-5f22075b62ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-814b1f24-e2a7-4d27-a4ba-5f22075b62ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcaf2b79-999a-46f2-abfc-db9d819c6921 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-dcaf2b79-999a-46f2-abfc-db9d819c6921 {
  display: none;
}
#s-dcaf2b79-999a-46f2-abfc-db9d819c6921, #wrap-s-dcaf2b79-999a-46f2-abfc-db9d819c6921, #wrap-content-s-dcaf2b79-999a-46f2-abfc-db9d819c6921 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcaf2b79-999a-46f2-abfc-db9d819c6921 {
  display: none;
}
#s-dcaf2b79-999a-46f2-abfc-db9d819c6921, #wrap-s-dcaf2b79-999a-46f2-abfc-db9d819c6921, #wrap-content-s-dcaf2b79-999a-46f2-abfc-db9d819c6921 { display: none !important; }}







#s-dcaf2b79-999a-46f2-abfc-db9d819c6921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcaf2b79-999a-46f2-abfc-db9d819c6921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Serif";
  text-transform: none;
  font-weight: 400;
  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-58e30781-0534-41e8-a29b-8e8107145993 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-58e30781-0534-41e8-a29b-8e8107145993 {
  display: none;
}
#s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-content-s-58e30781-0534-41e8-a29b-8e8107145993 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58e30781-0534-41e8-a29b-8e8107145993 {
  display: none;
}
#s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-content-s-58e30781-0534-41e8-a29b-8e8107145993 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58e30781-0534-41e8-a29b-8e8107145993 {
  display: none;
}
#s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-content-s-58e30781-0534-41e8-a29b-8e8107145993 { display: none !important; }}@media (max-width: 767px){#s-58e30781-0534-41e8-a29b-8e8107145993 {
  display: none;
}
#s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-s-58e30781-0534-41e8-a29b-8e8107145993, #wrap-content-s-58e30781-0534-41e8-a29b-8e8107145993 { display: none !important; }}
#s-58e30781-0534-41e8-a29b-8e8107145993 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 {
  margin-top: 0px;
margin-bottom: 6%;
padding-left: 0%;
padding-right: 0%;
max-width: 100%;
}
@media (max-width: 767px){#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 {
  margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
padding-right: 0%;
min-height: 0px;
}
}
#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-column, #s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (max-width: 767px){#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-column {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-row {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}

#s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-column, #s-69e5e033-96f9-4d7a-8b44-cf2e231d15d6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 {
  margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}







#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 {
  cursor: pointer;
}#s-09c7f5a8-7f84-42ed-9945-2d7095adb500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09c7f5a8-7f84-42ed-9945-2d7095adb500 {
  cursor: pointer;
}#s-09c7f5a8-7f84-42ed-9945-2d7095adb500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin-bottom: 5%;
min-height: 350px;
max-width: 1080px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin: 0 !important;
  overflow: visible;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add background color handling */
  
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image {
  box-sizing: border-box;
}



.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  min-height: 350px;
}


@media (min-width: 1200px){#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin: 0 !important;
  overflow: visible;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add background color handling */
  
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image {
  box-sizing: border-box;
}



.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin: 0 !important;
  overflow: visible;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add background color handling */
  
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image {
  box-sizing: border-box;
}



.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin: 0 !important;
  overflow: visible;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add background color handling */
  
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image {
  box-sizing: border-box;
}



.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  min-height: 350px;
}


}@media (max-width: 767px){#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  margin: 0 !important;
  overflow: visible;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add background color handling */
  
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 1080px;
  }




.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image {
  box-sizing: border-box;
}



.s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image {
  min-height: 350px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cec7c6e5-c5d9-4d52-a699-d70beb794491 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container {
      position: relative;
    }

    .s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cec7c6e5-c5d9-4d52-a699-d70beb794491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cec7c6e5-c5d9-4d52-a699-d70beb794491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1080px;
    }
  }

}
.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 {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Serif";
}

.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 {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

#s-0ad60961-a599-412a-b7a2-bb2060a92490 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0ad60961-a599-412a-b7a2-bb2060a92490 {
  margin-top: 5%;
}
}
#s-32e1c6ab-77cd-4d30-b748-7a820f173734 {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-32e1c6ab-77cd-4d30-b748-7a820f173734 {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-32e1c6ab-77cd-4d30-b748-7a820f173734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32e1c6ab-77cd-4d30-b748-7a820f173734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea79fb11-7d8f-4387-bdd1-182b28815423 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ea79fb11-7d8f-4387-bdd1-182b28815423 {
  margin-right: auto;
}
}
#s-2b95013c-41e0-40d9-a359-21038790c277 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2b95013c-41e0-40d9-a359-21038790c277 {
  margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}







#s-2b95013c-41e0-40d9-a359-21038790c277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b95013c-41e0-40d9-a359-21038790c277 {
  cursor: pointer;
}#s-2b95013c-41e0-40d9-a359-21038790c277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
text-align: center;
}
@media (max-width: 767px){#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 350px;
max-width: 1080px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image {
  box-sizing: border-box;
}



.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  min-height: 350px;
}


@media (min-width: 1200px){#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image {
  box-sizing: border-box;
}



.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image {
  box-sizing: border-box;
}



.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image {
  box-sizing: border-box;
}



.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  min-height: 350px;
}


}@media (max-width: 767px){#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 1080px;
  }




.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image {
  box-sizing: border-box;
}



.s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image {
  min-height: 350px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ad3cbe-79d9-491d-8647-e91bb435aae1 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container {
      position: relative;
    }

    .s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ad3cbe-79d9-491d-8647-e91bb435aae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ad3cbe-79d9-491d-8647-e91bb435aae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 1080px;
    }
  }

}
#s-d582b994-d387-453a-ae42-d5e20b8fd489 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d582b994-d387-453a-ae42-d5e20b8fd489 {
  margin-top: 5%;
}
}
#s-34b9e075-d224-4358-af03-13b3e93af9fe {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-34b9e075-d224-4358-af03-13b3e93af9fe {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-34b9e075-d224-4358-af03-13b3e93af9fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34b9e075-d224-4358-af03-13b3e93af9fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a5edf11-0348-4792-a9f8-0fcaaf166737 {
  margin-left: auto;
margin-right: auto;
}

#s-c0fc7e2a-5537-4901-900b-d1871730b7b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0fc7e2a-5537-4901-900b-d1871730b7b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0fc7e2a-5537-4901-900b-d1871730b7b9 {
  cursor: pointer;
}#s-c0fc7e2a-5537-4901-900b-d1871730b7b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 350px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin-top: 10px;
margin-bottom: 5%;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image {
  box-sizing: border-box;
}



.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  min-height: 350px;
}


@media (min-width: 1200px){#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image {
  box-sizing: border-box;
}



.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image {
  box-sizing: border-box;
}



.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  min-height: 350px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image {
  box-sizing: border-box;
}



.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  min-height: 350px;
}


}@media (max-width: 767px){#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 560px;
  }




.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image {
  box-sizing: border-box;
}



.s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image {
  min-height: 350px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-efc18821-156f-41dc-ad95-b9945e5c1cf4 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container {
      position: relative;
    }

    .s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efc18821-156f-41dc-ad95-b9945e5c1cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efc18821-156f-41dc-ad95-b9945e5c1cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-width: 560px;
    }
  }

}
#s-0c1f6d75-0e35-405c-9175-ed2505457d2d {
  padding-top: 10%;
padding-left: 4%;
padding-bottom: 3%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-0c1f6d75-0e35-405c-9175-ed2505457d2d {
  padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-0c1f6d75-0e35-405c-9175-ed2505457d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c1f6d75-0e35-405c-9175-ed2505457d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-069293ee-8978-4c3b-9b4c-24281e9e2c5d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-069293ee-8978-4c3b-9b4c-24281e9e2c5d {
  margin-top: 5%;
}
}
#s-01bcb780-c89b-44d9-a6ba-f2f87dc5973a {
  margin-left: auto;
margin-right: auto;
}

#s-d28d600f-9170-439b-984f-4eb81acf32c2 {
  min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-d28d600f-9170-439b-984f-4eb81acf32c2 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d28d600f-9170-439b-984f-4eb81acf32c2 {
  display: none;
}
#s-d28d600f-9170-439b-984f-4eb81acf32c2, #wrap-s-d28d600f-9170-439b-984f-4eb81acf32c2, #wrap-content-s-d28d600f-9170-439b-984f-4eb81acf32c2 { display: none !important; }}@media (max-width: 767px){#s-d28d600f-9170-439b-984f-4eb81acf32c2 {
  display: none;
}
#s-d28d600f-9170-439b-984f-4eb81acf32c2, #wrap-s-d28d600f-9170-439b-984f-4eb81acf32c2, #wrap-content-s-d28d600f-9170-439b-984f-4eb81acf32c2 { display: none !important; }}







#s-d28d600f-9170-439b-984f-4eb81acf32c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d28d600f-9170-439b-984f-4eb81acf32c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49d611bf-5e72-4161-85eb-21f250b17637 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}
@media (min-width: 1200px){#s-49d611bf-5e72-4161-85eb-21f250b17637 {
  display: none;
}
#s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-content-s-49d611bf-5e72-4161-85eb-21f250b17637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49d611bf-5e72-4161-85eb-21f250b17637 {
  display: none;
}
#s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-content-s-49d611bf-5e72-4161-85eb-21f250b17637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49d611bf-5e72-4161-85eb-21f250b17637 {
  display: none;
}
#s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-content-s-49d611bf-5e72-4161-85eb-21f250b17637 { display: none !important; }}@media (max-width: 767px){#s-49d611bf-5e72-4161-85eb-21f250b17637 {
  display: none;
}
#s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-s-49d611bf-5e72-4161-85eb-21f250b17637, #wrap-content-s-49d611bf-5e72-4161-85eb-21f250b17637 { display: none !important; }}
#s-49d611bf-5e72-4161-85eb-21f250b17637 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a {
  margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2b7dd01-9611-4415-aa3d-6b77d8fe079a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-54c5ee13-7dbd-4cbe-a391-412bc76d3da9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-54c5ee13-7dbd-4cbe-a391-412bc76d3da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54c5ee13-7dbd-4cbe-a391-412bc76d3da9 {
  cursor: pointer;
}#s-54c5ee13-7dbd-4cbe-a391-412bc76d3da9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  max-width: 560px;
text-align: center;
opacity: 1;
}
#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2:hover {opacity: 1 !important;}
#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image {
  box-sizing: border-box;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image {
  box-sizing: border-box;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image {
  box-sizing: border-box;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image {
  box-sizing: border-box;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa2b94e-d7af-4b80-b294-8110514ce2b2.shogun-image {
  box-sizing: border-box;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-3aa2b94e-d7af-4b80-b294-8110514ce2b2 img.shogun-image {
  
}


}
#s-fe3dfd5d-c3e9-417a-8f8b-69e4e68a19b6 {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fe3dfd5d-c3e9-417a-8f8b-69e4e68a19b6 {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 0%;
}
}







#s-fe3dfd5d-c3e9-417a-8f8b-69e4e68a19b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe3dfd5d-c3e9-417a-8f8b-69e4e68a19b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5ce8dfd-d7c4-4aed-8096-aa79cb1af2e6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-f731c927-e7ad-4078-ab3a-3e95861150da {
  margin-left: auto;
margin-right: auto;
}

#s-5b0d0442-5816-43a9-bea6-5cbf52911551 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-671230ac-bd19-428b-b212-a63003d44668 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-671230ac-bd19-428b-b212-a63003d44668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-671230ac-bd19-428b-b212-a63003d44668 {
  cursor: pointer;
}#s-671230ac-bd19-428b-b212-a63003d44668.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1188be33-1800-4600-a279-27b72d50c04f {
  max-width: 560px;
text-align: center;
opacity: 1;
}
#s-1188be33-1800-4600-a279-27b72d50c04f:hover {opacity: 1 !important;}
#s-1188be33-1800-4600-a279-27b72d50c04f {
  margin: 0 !important;
  overflow: visible;
}

#s-1188be33-1800-4600-a279-27b72d50c04f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add background color handling */
  
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-1188be33-1800-4600-a279-27b72d50c04f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image {
  box-sizing: border-box;
}


.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  
}


@media (min-width: 1200px){#s-1188be33-1800-4600-a279-27b72d50c04f {
  margin: 0 !important;
  overflow: visible;
}

#s-1188be33-1800-4600-a279-27b72d50c04f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add background color handling */
  
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1188be33-1800-4600-a279-27b72d50c04f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image {
  box-sizing: border-box;
}


.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1188be33-1800-4600-a279-27b72d50c04f {
  margin: 0 !important;
  overflow: visible;
}

#s-1188be33-1800-4600-a279-27b72d50c04f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add background color handling */
  
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1188be33-1800-4600-a279-27b72d50c04f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image {
  box-sizing: border-box;
}


.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1188be33-1800-4600-a279-27b72d50c04f {
  margin: 0 !important;
  overflow: visible;
}

#s-1188be33-1800-4600-a279-27b72d50c04f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add background color handling */
  
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1188be33-1800-4600-a279-27b72d50c04f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image {
  box-sizing: border-box;
}


.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  
}


}@media (max-width: 767px){#s-1188be33-1800-4600-a279-27b72d50c04f {
  margin: 0 !important;
  overflow: visible;
}

#s-1188be33-1800-4600-a279-27b72d50c04f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1188be33-1800-4600-a279-27b72d50c04f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add background color handling */
  
}

#s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1188be33-1800-4600-a279-27b72d50c04f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1188be33-1800-4600-a279-27b72d50c04f.shogun-image {
  box-sizing: border-box;
}


.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1188be33-1800-4600-a279-27b72d50c04f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1188be33-1800-4600-a279-27b72d50c04f img.shogun-image {
  
}


}
#s-c9a84b12-afa6-4aea-a858-fc86cfad91e8 {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}








#s-c9a84b12-afa6-4aea-a858-fc86cfad91e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9a84b12-afa6-4aea-a858-fc86cfad91e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f588054-5e95-4e23-adff-9915e6832a5f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-81de8fd4-873b-4e26-875f-d1200cf07065 {
  margin-left: auto;
margin-right: auto;
}

#s-94dee58d-93ca-4682-b25e-1ca92b375914 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63aba708-3ff5-45c3-8bc3-44630c5b49cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-63aba708-3ff5-45c3-8bc3-44630c5b49cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63aba708-3ff5-45c3-8bc3-44630c5b49cb {
  cursor: pointer;
}#s-63aba708-3ff5-45c3-8bc3-44630c5b49cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  max-width: 1080px;
text-align: center;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  margin: 0 !important;
  overflow: visible;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add background color handling */
  
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image {
  box-sizing: border-box;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  
}


@media (min-width: 1200px){#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  margin: 0 !important;
  overflow: visible;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add background color handling */
  
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image {
  box-sizing: border-box;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  margin: 0 !important;
  overflow: visible;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add background color handling */
  
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image {
  box-sizing: border-box;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  margin: 0 !important;
  overflow: visible;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add background color handling */
  
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image {
  box-sizing: border-box;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  
}


}@media (max-width: 767px){#s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  margin: 0 !important;
  overflow: visible;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f36e7bbb-a1e6-48f3-aed6-4145827096af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add background color handling */
  
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36e7bbb-a1e6-48f3-aed6-4145827096af.shogun-image {
  box-sizing: border-box;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f36e7bbb-a1e6-48f3-aed6-4145827096af .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f36e7bbb-a1e6-48f3-aed6-4145827096af img.shogun-image {
  
}


}
#s-cef21b6e-efbc-4456-b88e-71d08d00e905 {
  padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
min-height: 50px;
}








#s-cef21b6e-efbc-4456-b88e-71d08d00e905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cef21b6e-efbc-4456-b88e-71d08d00e905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea2d088-acae-481f-b8c7-42ac768b7220 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-bottom: 2%;
}

#s-d791b717-47c6-4155-99a4-7ae34fd94958 {
  margin-left: auto;
margin-right: auto;
}

#s-326536fa-4b38-44b3-8992-2a9bbde6ad64 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d4ffe62a-85b2-4095-8279-f7633e3385c3 {
  min-height: 50px;
}








#s-d4ffe62a-85b2-4095-8279-f7633e3385c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4ffe62a-85b2-4095-8279-f7633e3385c3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 {
  display: none;
}
#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722, #wrap-s-96ddfc83-a8d9-4209-a24b-22bf32a6d722, #wrap-content-s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 { display: none !important; }}@media (max-width: 767px){#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 {
  display: none;
}
#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722, #wrap-s-96ddfc83-a8d9-4209-a24b-22bf32a6d722, #wrap-content-s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 { display: none !important; }}







#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96ddfc83-a8d9-4209-a24b-22bf32a6d722.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  max-width: 100%;
text-align: center;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b842695-7455-42f1-b58c-5989e042dbd5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image {
  box-sizing: border-box;
}



.s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b842695-7455-42f1-b58c-5989e042dbd5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image {
  box-sizing: border-box;
}



.s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b842695-7455-42f1-b58c-5989e042dbd5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image {
  box-sizing: border-box;
}



.s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b842695-7455-42f1-b58c-5989e042dbd5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image {
  box-sizing: border-box;
}



.s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b842695-7455-42f1-b58c-5989e042dbd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b842695-7455-42f1-b58c-5989e042dbd5 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b842695-7455-42f1-b58c-5989e042dbd5.shogun-image {
  box-sizing: border-box;
}



.s-2b842695-7455-42f1-b58c-5989e042dbd5 img.shogun-image {
  
}


}
#s-429bf8e5-33e7-47b9-9479-81008eed8b9c {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 800px;
}








#s-429bf8e5-33e7-47b9-9479-81008eed8b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-429bf8e5-33e7-47b9-9479-81008eed8b9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8ec9a3-74b3-47ea-8ae9-42fdbb3e67c5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-0cea0639-b393-4f82-8ea0-8f4e65f93ab6 {
  margin-left: auto;
margin-right: auto;
}

#s-b4488bd5-1d63-44cb-9e00-56df10441d18 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 7%;
}

.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 {
  font-weight: 400;
  font-family: "Serif";
}

.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-68307167-57b4-41c5-9540-a6e8910521b4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-68307167-57b4-41c5-9540-a6e8910521b4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-68307167-57b4-41c5-9540-a6e8910521b4:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-68307167-57b4-41c5-9540-a6e8910521b4-root {
    text-align: left;
  }


#s-68307167-57b4-41c5-9540-a6e8910521b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68307167-57b4-41c5-9540-a6e8910521b4-root {
    text-align: left;
  }


#s-68307167-57b4-41c5-9540-a6e8910521b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68307167-57b4-41c5-9540-a6e8910521b4-root {
    text-align: left;
  }


#s-68307167-57b4-41c5-9540-a6e8910521b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68307167-57b4-41c5-9540-a6e8910521b4-root {
    text-align: left;
  }


#s-68307167-57b4-41c5-9540-a6e8910521b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68307167-57b4-41c5-9540-a6e8910521b4-root {
    text-align: left;
  }


#s-68307167-57b4-41c5-9540-a6e8910521b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 {
  display: none;
}
#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8, #wrap-s-6036a300-2f6d-4d5c-836f-27e9e332e1c8, #wrap-content-s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 {
  display: none;
}
#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8, #wrap-s-6036a300-2f6d-4d5c-836f-27e9e332e1c8, #wrap-content-s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 { display: none !important; }}







#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6036a300-2f6d-4d5c-836f-27e9e332e1c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  max-width: 1200px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  max-width: 100%;
}
}
#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  margin: 0 !important;
  overflow: visible;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add background color handling */
  
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15130572-1a4d-43dd-a971-b5c7b265f41c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image {
  box-sizing: border-box;
}



.s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  
}


@media (min-width: 1200px){#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  margin: 0 !important;
  overflow: visible;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add background color handling */
  
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15130572-1a4d-43dd-a971-b5c7b265f41c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image {
  box-sizing: border-box;
}



.s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  margin: 0 !important;
  overflow: visible;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add background color handling */
  
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15130572-1a4d-43dd-a971-b5c7b265f41c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image {
  box-sizing: border-box;
}



.s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  margin: 0 !important;
  overflow: visible;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add background color handling */
  
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15130572-1a4d-43dd-a971-b5c7b265f41c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image {
  box-sizing: border-box;
}



.s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  
}


}@media (max-width: 767px){#s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  margin: 0 !important;
  overflow: visible;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15130572-1a4d-43dd-a971-b5c7b265f41c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add background color handling */
  
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15130572-1a4d-43dd-a971-b5c7b265f41c .shogun-image-content {
  
    justify-content: center;
  
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15130572-1a4d-43dd-a971-b5c7b265f41c.shogun-image {
  box-sizing: border-box;
}



.s-15130572-1a4d-43dd-a971-b5c7b265f41c img.shogun-image {
  
}


}
#s-aa90b6b7-d7c7-4d18-8b13-b1742b3eb720 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-bottom: 6%;
padding-right: 2%;
min-height: 50px;
max-width: 600px;
}








#s-aa90b6b7-d7c7-4d18-8b13-b1742b3eb720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa90b6b7-d7c7-4d18-8b13-b1742b3eb720.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-aa90b6b7-d7c7-4d18-8b13-b1742b3eb720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa90b6b7-d7c7-4d18-8b13-b1742b3eb720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-f9fe655a-5ab9-463f-a952-31aad55302bb {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-f9fe655a-5ab9-463f-a952-31aad55302bb {
  margin-bottom: 5px;
}
}
#s-f9fe655a-5ab9-463f-a952-31aad55302bb .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-f9fe655a-5ab9-463f-a952-31aad55302bb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-eff03648-fc66-4f31-acab-1f452049ed92 {
  margin-left: auto;
margin-right: auto;
}

#s-5ee9eca1-1bbd-4b55-a84a-9fdd7a05e6f9 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01 {
  border-style: solid;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
text-align: center;
}
#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01-root {
    text-align: center;
  }


#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01-root {
    text-align: center;
  }


#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01-root {
    text-align: center;
  }


#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01-root {
    text-align: center;
  }


#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01-root {
    text-align: center;
  }


#s-ff9f96cf-e0ed-4d34-a2c5-e6ddfcc9cc01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-013b614f-35e6-427b-8bd5-a46b82a5cd8c {
  min-height: 50px;
}








#s-013b614f-35e6-427b-8bd5-a46b82a5cd8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-013b614f-35e6-427b-8bd5-a46b82a5cd8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f887dfe7-7657-4f5e-b479-64c0971e30e5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f887dfe7-7657-4f5e-b479-64c0971e30e5 {
  display: none;
}
#s-f887dfe7-7657-4f5e-b479-64c0971e30e5, #wrap-s-f887dfe7-7657-4f5e-b479-64c0971e30e5, #wrap-content-s-f887dfe7-7657-4f5e-b479-64c0971e30e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f887dfe7-7657-4f5e-b479-64c0971e30e5 {
  display: none;
}
#s-f887dfe7-7657-4f5e-b479-64c0971e30e5, #wrap-s-f887dfe7-7657-4f5e-b479-64c0971e30e5, #wrap-content-s-f887dfe7-7657-4f5e-b479-64c0971e30e5 { display: none !important; }}







#s-f887dfe7-7657-4f5e-b479-64c0971e30e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f887dfe7-7657-4f5e-b479-64c0971e30e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-410be2c7-fec6-4c9d-b0fe-3acb8ba2b1aa {
  margin-top: 6%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
max-width: 1600px;
text-align: left;
}

#s-410be2c7-fec6-4c9d-b0fe-3acb8ba2b1aa .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-80bd2d82-f0a4-483e-9677-1d6decbab341 {
  margin-top: auto;
margin-bottom: 6%;
padding-left: 2%;
padding-right: 2%;
max-width: 100%;
}

#s-80bd2d82-f0a4-483e-9677-1d6decbab341 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-80bd2d82-f0a4-483e-9677-1d6decbab341 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-80bd2d82-f0a4-483e-9677-1d6decbab341 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-80bd2d82-f0a4-483e-9677-1d6decbab341 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-80bd2d82-f0a4-483e-9677-1d6decbab341 td.shogun-table-column, #s-80bd2d82-f0a4-483e-9677-1d6decbab341 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  min-height: 300px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  min-height: 300px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image {
  box-sizing: border-box;
}



.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  min-height: 300px;
}


@media (min-width: 1200px){#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image {
  box-sizing: border-box;
}



.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image {
  box-sizing: border-box;
}



.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image {
  box-sizing: border-box;
}



.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  min-height: 300px;
}


}@media (max-width: 767px){#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 560px;
  }




.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image {
  box-sizing: border-box;
}



.s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container {
      position: relative;
    }

    .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66ddae9f-a43a-4ea8-8af1-160f4c5f4fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 560px;
    }
  }

}
#s-79c1d5af-27ec-401c-9e7e-c2497a7516f4 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-79c1d5af-27ec-401c-9e7e-c2497a7516f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79c1d5af-27ec-401c-9e7e-c2497a7516f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c2b7bff-7228-48e5-a021-c52dd7e28c58 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-6c2b7bff-7228-48e5-a021-c52dd7e28c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c2b7bff-7228-48e5-a021-c52dd7e28c58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14887ddb-152f-4133-b6fd-6fd9639e087f {
  margin-left: auto;
margin-right: auto;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  min-height: 300px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  min-height: 300px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image {
  box-sizing: border-box;
}



.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  min-height: 300px;
}


@media (min-width: 1200px){#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image {
  box-sizing: border-box;
}



.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image {
  box-sizing: border-box;
}



.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image {
  box-sizing: border-box;
}



.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  min-height: 300px;
}


}@media (max-width: 767px){#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  margin: 0 !important;
  overflow: visible;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add background color handling */
  
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 560px;
  }




.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image {
  box-sizing: border-box;
}



.s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-22f7486c-dd94-4bc5-88fc-36956a3dc072 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container {
      position: relative;
    }

    .s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22f7486c-dd94-4bc5-88fc-36956a3dc072.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22f7486c-dd94-4bc5-88fc-36956a3dc072 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 560px;
    }
  }

}
#s-1ff5a348-d622-45b3-97e6-918df212a6d7 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-1ff5a348-d622-45b3-97e6-918df212a6d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ff5a348-d622-45b3-97e6-918df212a6d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f86d88c-3b42-4072-b77b-e7b19b93386c {
  margin-left: auto;
margin-right: auto;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  min-height: 300px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  min-height: 300px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}
}
#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  margin: 0 !important;
  overflow: visible;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add background color handling */
  
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image {
  box-sizing: border-box;
}



.s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  min-height: 300px;
}


@media (min-width: 1200px){#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  margin: 0 !important;
  overflow: visible;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add background color handling */
  
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image {
  box-sizing: border-box;
}



.s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  margin: 0 !important;
  overflow: visible;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add background color handling */
  
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image {
  box-sizing: border-box;
}



.s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  margin: 0 !important;
  overflow: visible;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add background color handling */
  
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image {
  box-sizing: border-box;
}



.s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  min-height: 300px;
}


}@media (max-width: 767px){#s-9603f0de-3b1e-489e-a125-6b343a527ace {
  margin: 0 !important;
  overflow: visible;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9603f0de-3b1e-489e-a125-6b343a527ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add background color handling */
  
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9603f0de-3b1e-489e-a125-6b343a527ace .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9603f0de-3b1e-489e-a125-6b343a527ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 560px;
  }




.s-9603f0de-3b1e-489e-a125-6b343a527ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image {
  box-sizing: border-box;
}



.s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image {
  min-height: 300px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9603f0de-3b1e-489e-a125-6b343a527ace {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container {
      position: relative;
    }

    .s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9603f0de-3b1e-489e-a125-6b343a527ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9603f0de-3b1e-489e-a125-6b343a527ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-width: 560px;
    }
  }

}
#s-93ff2f6f-811c-44ed-b0ee-dda30175c533 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-93ff2f6f-811c-44ed-b0ee-dda30175c533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93ff2f6f-811c-44ed-b0ee-dda30175c533.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-237f92db-50d8-4a36-bc64-862d98d0eecf {
  margin-left: auto;
margin-right: auto;
}

#s-4542b42d-d56b-4a68-b90a-8e6e2534f790 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4542b42d-d56b-4a68-b90a-8e6e2534f790 {
  display: none;
}
#s-4542b42d-d56b-4a68-b90a-8e6e2534f790, #wrap-s-4542b42d-d56b-4a68-b90a-8e6e2534f790, #wrap-content-s-4542b42d-d56b-4a68-b90a-8e6e2534f790 { display: none !important; }}@media (max-width: 767px){#s-4542b42d-d56b-4a68-b90a-8e6e2534f790 {
  display: none;
}
#s-4542b42d-d56b-4a68-b90a-8e6e2534f790, #wrap-s-4542b42d-d56b-4a68-b90a-8e6e2534f790, #wrap-content-s-4542b42d-d56b-4a68-b90a-8e6e2534f790 { display: none !important; }}







#s-4542b42d-d56b-4a68-b90a-8e6e2534f790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4542b42d-d56b-4a68-b90a-8e6e2534f790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d512957c-7913-4c48-afc4-f81d7487b5a0 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-d512957c-7913-4c48-afc4-f81d7487b5a0 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-1bd13d1e-e857-4565-aadf-db33e5a49dcb {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-1bd13d1e-e857-4565-aadf-db33e5a49dcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bd13d1e-e857-4565-aadf-db33e5a49dcb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bd13d1e-e857-4565-aadf-db33e5a49dcb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bd13d1e-e857-4565-aadf-db33e5a49dcb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-04284f52-93d9-4313-9609-afa2daae5431 {
  max-width: 560px;
text-align: center;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 {
  margin: 0 !important;
  overflow: visible;
}

#s-04284f52-93d9-4313-9609-afa2daae5431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add background color handling */
  
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-04284f52-93d9-4313-9609-afa2daae5431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image {
  box-sizing: border-box;
}



.s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  
}


@media (min-width: 1200px){#s-04284f52-93d9-4313-9609-afa2daae5431 {
  margin: 0 !important;
  overflow: visible;
}

#s-04284f52-93d9-4313-9609-afa2daae5431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add background color handling */
  
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04284f52-93d9-4313-9609-afa2daae5431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image {
  box-sizing: border-box;
}



.s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04284f52-93d9-4313-9609-afa2daae5431 {
  margin: 0 !important;
  overflow: visible;
}

#s-04284f52-93d9-4313-9609-afa2daae5431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add background color handling */
  
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04284f52-93d9-4313-9609-afa2daae5431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image {
  box-sizing: border-box;
}



.s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04284f52-93d9-4313-9609-afa2daae5431 {
  margin: 0 !important;
  overflow: visible;
}

#s-04284f52-93d9-4313-9609-afa2daae5431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add background color handling */
  
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04284f52-93d9-4313-9609-afa2daae5431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image {
  box-sizing: border-box;
}



.s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  
}


}@media (max-width: 767px){#s-04284f52-93d9-4313-9609-afa2daae5431 {
  margin: 0 !important;
  overflow: visible;
}

#s-04284f52-93d9-4313-9609-afa2daae5431-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04284f52-93d9-4313-9609-afa2daae5431 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add background color handling */
  
}

#s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04284f52-93d9-4313-9609-afa2daae5431 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04284f52-93d9-4313-9609-afa2daae5431.shogun-image {
  box-sizing: border-box;
}



.s-04284f52-93d9-4313-9609-afa2daae5431 img.shogun-image {
  
}


}
#s-c15e77ce-d3e5-4179-8b92-006c5e9a552f {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-c15e77ce-d3e5-4179-8b92-006c5e9a552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c15e77ce-d3e5-4179-8b92-006c5e9a552f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf426d3b-ffad-4a19-969b-baadd41015e5 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  max-width: 560px;
text-align: center;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image {
  box-sizing: border-box;
}



.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image {
  box-sizing: border-box;
}



.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image {
  box-sizing: border-box;
}



.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image {
  box-sizing: border-box;
}



.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cdd21a3-f456-48eb-9e33-75470e3725b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cdd21a3-f456-48eb-9e33-75470e3725b6.shogun-image {
  box-sizing: border-box;
}



.s-6cdd21a3-f456-48eb-9e33-75470e3725b6 img.shogun-image {
  
}


}
#s-c0a079f0-598a-4321-b978-0278ecb2072e {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-c0a079f0-598a-4321-b978-0278ecb2072e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0a079f0-598a-4321-b978-0278ecb2072e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a363b84a-030f-46ac-bc11-79388e30cfad {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  max-width: 560px;
text-align: center;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  margin: 0 !important;
  overflow: visible;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add background color handling */
  
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}






.s-5df954f5-3668-4a52-ac6b-17c8bfba2add .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image {
  box-sizing: border-box;
}



.s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  
}


@media (min-width: 1200px){#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  margin: 0 !important;
  overflow: visible;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add background color handling */
  
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5df954f5-3668-4a52-ac6b-17c8bfba2add .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image {
  box-sizing: border-box;
}



.s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  margin: 0 !important;
  overflow: visible;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add background color handling */
  
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5df954f5-3668-4a52-ac6b-17c8bfba2add .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image {
  box-sizing: border-box;
}



.s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  margin: 0 !important;
  overflow: visible;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add background color handling */
  
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5df954f5-3668-4a52-ac6b-17c8bfba2add .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image {
  box-sizing: border-box;
}



.s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  
}


}@media (max-width: 767px){#s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  margin: 0 !important;
  overflow: visible;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df954f5-3668-4a52-ac6b-17c8bfba2add {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add background color handling */
  
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5df954f5-3668-4a52-ac6b-17c8bfba2add .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df954f5-3668-4a52-ac6b-17c8bfba2add.shogun-image {
  box-sizing: border-box;
}



.s-5df954f5-3668-4a52-ac6b-17c8bfba2add img.shogun-image {
  
}


}
#s-62f2f241-e1bb-4a7c-88e7-3bc7524d2675 {
  padding-top: 10%;
padding-left: 6%;
padding-bottom: 10%;
padding-right: 6%;
min-height: 50px;
}








#s-62f2f241-e1bb-4a7c-88e7-3bc7524d2675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62f2f241-e1bb-4a7c-88e7-3bc7524d2675.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3bf8c88-7f62-4b91-b432-1c56bfae61d4 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 1400px;
}

#s-1f0af748-9d7c-41a1-8c1a-4296008ab718 {
  min-height: 50px;
}








#s-1f0af748-9d7c-41a1-8c1a-4296008ab718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f0af748-9d7c-41a1-8c1a-4296008ab718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 {
  display: none;
}
#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838, #wrap-s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838, #wrap-content-s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 { display: none !important; }}@media (max-width: 767px){#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 {
  display: none;
}
#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838, #wrap-s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838, #wrap-content-s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 { display: none !important; }}







#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5a2bf4a-8b0e-489d-be8b-bf8ddf79e838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  max-width: 1920px;
text-align: center;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  margin: 0 !important;
  overflow: visible;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add background color handling */
  
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95d74ffd-7a02-4733-9dff-9e4022f3688d .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image {
  box-sizing: border-box;
}



.s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  
}


@media (min-width: 1200px){#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  margin: 0 !important;
  overflow: visible;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add background color handling */
  
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95d74ffd-7a02-4733-9dff-9e4022f3688d .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image {
  box-sizing: border-box;
}



.s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  margin: 0 !important;
  overflow: visible;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add background color handling */
  
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95d74ffd-7a02-4733-9dff-9e4022f3688d .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image {
  box-sizing: border-box;
}



.s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  margin: 0 !important;
  overflow: visible;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add background color handling */
  
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95d74ffd-7a02-4733-9dff-9e4022f3688d .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image {
  box-sizing: border-box;
}



.s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  
}


}@media (max-width: 767px){#s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  margin: 0 !important;
  overflow: visible;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95d74ffd-7a02-4733-9dff-9e4022f3688d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add background color handling */
  
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95d74ffd-7a02-4733-9dff-9e4022f3688d .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d74ffd-7a02-4733-9dff-9e4022f3688d.shogun-image {
  box-sizing: border-box;
}



.s-95d74ffd-7a02-4733-9dff-9e4022f3688d img.shogun-image {
  
}


}
#s-6b4a44fb-e884-461e-973b-c54bab69bcd8 {
  margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-left: 6%;
padding-right: 0%;
min-height: 50px;
max-width: 800px;
}








#s-6b4a44fb-e884-461e-973b-c54bab69bcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b4a44fb-e884-461e-973b-c54bab69bcd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e71fdfe8-4458-4eaa-a489-1860e6f15454 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-94126234-ada1-43c3-80dc-82f570186f80 {
  margin-left: auto;
margin-right: auto;
}

#s-9c4108ba-6542-4dee-b275-ced1c745362c {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-6874dfeb-d452-498b-be78-dca989839f6b {
  margin-left: auto;
margin-right: auto;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-6874dfeb-d452-498b-be78-dca989839f6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

}

#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a-root {
    text-align: left;
  }


#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a-root {
    text-align: left;
  }


#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a-root {
    text-align: left;
  }


#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a-root {
    text-align: left;
  }


#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a-root {
    text-align: left;
  }


#s-f7b44a87-ffa4-4f89-98e4-e79e8ac0299a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-270098ae-d273-4449-82f3-54fd09780732 {
  border-style: solid;
margin-right: 0%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-270098ae-d273-4449-82f3-54fd09780732:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-270098ae-d273-4449-82f3-54fd09780732:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-270098ae-d273-4449-82f3-54fd09780732-root {
    text-align: left;
  }


#s-270098ae-d273-4449-82f3-54fd09780732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-270098ae-d273-4449-82f3-54fd09780732-root {
    text-align: left;
  }


#s-270098ae-d273-4449-82f3-54fd09780732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-270098ae-d273-4449-82f3-54fd09780732-root {
    text-align: left;
  }


#s-270098ae-d273-4449-82f3-54fd09780732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-270098ae-d273-4449-82f3-54fd09780732-root {
    text-align: left;
  }


#s-270098ae-d273-4449-82f3-54fd09780732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-270098ae-d273-4449-82f3-54fd09780732-root {
    text-align: left;
  }


#s-270098ae-d273-4449-82f3-54fd09780732.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-f1819cea-6707-4013-a4c5-16351b47c001 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f1819cea-6707-4013-a4c5-16351b47c001 {
  display: none;
}
#s-f1819cea-6707-4013-a4c5-16351b47c001, #wrap-s-f1819cea-6707-4013-a4c5-16351b47c001, #wrap-content-s-f1819cea-6707-4013-a4c5-16351b47c001 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1819cea-6707-4013-a4c5-16351b47c001 {
  display: none;
}
#s-f1819cea-6707-4013-a4c5-16351b47c001, #wrap-s-f1819cea-6707-4013-a4c5-16351b47c001, #wrap-content-s-f1819cea-6707-4013-a4c5-16351b47c001 { display: none !important; }}@media (max-width: 767px){#s-f1819cea-6707-4013-a4c5-16351b47c001 {
  min-height: 350px;
}
}







#s-f1819cea-6707-4013-a4c5-16351b47c001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1819cea-6707-4013-a4c5-16351b47c001.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  max-width: 1200px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  min-height: 0px;
max-width: 100%;
}
}
#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image {
  box-sizing: border-box;
}



.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image {
  box-sizing: border-box;
}



.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image {
  box-sizing: border-box;
}



.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image {
  box-sizing: border-box;
}



.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030.shogun-image {
  box-sizing: border-box;
}



.s-0bfe1da3-e57e-4c6a-8610-bb4e389b5030 img.shogun-image {
  
}


}
#s-400d1031-296c-48d8-a4e5-44fc8d48bd5d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 600px;
}








#s-400d1031-296c-48d8-a4e5-44fc8d48bd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-400d1031-296c-48d8-a4e5-44fc8d48bd5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fa46df9-a66f-4e9a-b4de-550698e320f0 {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-7fa46df9-a66f-4e9a-b4de-550698e320f0 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 5px;
}
}
#s-7fa46df9-a66f-4e9a-b4de-550698e320f0 .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-7fa46df9-a66f-4e9a-b4de-550698e320f0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-92a2c043-fb0f-4f13-830a-8c4faeef04fa {
  margin-left: auto;
margin-right: auto;
}

#s-7ac44e9c-0a3d-4bec-a000-8867ac7280c4 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
letter-spacing: 2px;
}
#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6-root {
    text-align: center;
  }


#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6-root {
    text-align: center;
  }


#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6-root {
    text-align: center;
  }


#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6-root {
    text-align: center;
  }


#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6-root {
    text-align: center;
  }


#s-6197eaa6-bf0f-40ac-8d3d-dfd00b4936c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f {
  border-style: solid;
margin-top: 5px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
letter-spacing: 2px;
}
#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f-root {
    text-align: center;
  }


#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f-root {
    text-align: center;
  }


#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f-root {
    text-align: center;
  }


#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f-root {
    text-align: center;
  }


#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f-root {
    text-align: center;
  }


#s-5cb5a1a2-c6b7-4bfa-83a4-4f6553812a8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-4f8df264-00c6-4caa-bb38-1cf05ac0e060 {
  margin-bottom: 0%;
min-height: 50px;
}








#s-4f8df264-00c6-4caa-bb38-1cf05ac0e060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f8df264-00c6-4caa-bb38-1cf05ac0e060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 {
  display: none;
}
#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497, #wrap-s-94c6cfd6-3f87-4c84-b281-fb3c92fce497, #wrap-content-s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 { display: none !important; }}@media (max-width: 767px){#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 {
  display: none;
}
#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497, #wrap-s-94c6cfd6-3f87-4c84-b281-fb3c92fce497, #wrap-content-s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 { display: none !important; }}







#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94c6cfd6-3f87-4c84-b281-fb3c92fce497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdc0260c-333b-46a6-b084-4832e8cc508f {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-bdc0260c-333b-46a6-b084-4832e8cc508f .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-4327f8e6-df81-4c4b-b115-f7d3b070c309 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-4327f8e6-df81-4c4b-b115-f7d3b070c309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4327f8e6-df81-4c4b-b115-f7d3b070c309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4327f8e6-df81-4c4b-b115-f7d3b070c309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4327f8e6-df81-4c4b-b115-f7d3b070c309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 560px;
aspect-ratio: 750/535;
text-align: center;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin: 0 !important;
  overflow: visible;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add background color handling */
  
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-content {
  
    justify-content: center;
  
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image {
  box-sizing: border-box;
}



.s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
      position: relative;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin: 0 !important;
  overflow: visible;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add background color handling */
  
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-content {
  
    justify-content: center;
  
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image {
  box-sizing: border-box;
}



.s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
      position: relative;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin: 0 !important;
  overflow: visible;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add background color handling */
  
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-content {
  
    justify-content: center;
  
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image {
  box-sizing: border-box;
}



.s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
      position: relative;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin: 0 !important;
  overflow: visible;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add background color handling */
  
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-content {
  
    justify-content: center;
  
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image {
  box-sizing: border-box;
}



.s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
      position: relative;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  margin: 0 !important;
  overflow: visible;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add background color handling */
  
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-160ae13f-8a9d-4f72-8625-3afabcb79070 .shogun-image-content {
  
    justify-content: center;
  
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image {
  box-sizing: border-box;
}



.s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container {
      position: relative;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-160ae13f-8a9d-4f72-8625-3afabcb79070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-fe6bbe1a-810e-44bb-a8c1-29cdf767da36 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-fe6bbe1a-810e-44bb-a8c1-29cdf767da36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe6bbe1a-810e-44bb-a8c1-29cdf767da36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-667cb6c9-a1e5-4830-9557-c2ec5231a5dd {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-667cb6c9-a1e5-4830-9557-c2ec5231a5dd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-6cbe4951-d067-4acc-a049-196944276b29 {
  margin-left: auto;
margin-right: auto;
}

#s-ae042b48-6a1c-4375-b01e-d6d0fb457bdb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1525897d-bc63-49d5-b965-5e86348d79e8 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 400px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-1525897d-bc63-49d5-b965-5e86348d79e8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1525897d-bc63-49d5-b965-5e86348d79e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1525897d-bc63-49d5-b965-5e86348d79e8-root {
    text-align: left;
  }


#s-1525897d-bc63-49d5-b965-5e86348d79e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1525897d-bc63-49d5-b965-5e86348d79e8-root {
    text-align: left;
  }


#s-1525897d-bc63-49d5-b965-5e86348d79e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1525897d-bc63-49d5-b965-5e86348d79e8-root {
    text-align: left;
  }


#s-1525897d-bc63-49d5-b965-5e86348d79e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1525897d-bc63-49d5-b965-5e86348d79e8-root {
    text-align: left;
  }


#s-1525897d-bc63-49d5-b965-5e86348d79e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1525897d-bc63-49d5-b965-5e86348d79e8-root {
    text-align: left;
  }


#s-1525897d-bc63-49d5-b965-5e86348d79e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin-top: 20px;
max-width: 560px;
aspect-ratio: 750/535;
text-align: center;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin: 0 !important;
  overflow: visible;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add background color handling */
  
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-content {
  
    justify-content: center;
  
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image {
  box-sizing: border-box;
}



.s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
      position: relative;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin: 0 !important;
  overflow: visible;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add background color handling */
  
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-content {
  
    justify-content: center;
  
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image {
  box-sizing: border-box;
}



.s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
      position: relative;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin: 0 !important;
  overflow: visible;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add background color handling */
  
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-content {
  
    justify-content: center;
  
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image {
  box-sizing: border-box;
}



.s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
      position: relative;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin: 0 !important;
  overflow: visible;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add background color handling */
  
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-content {
  
    justify-content: center;
  
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image {
  box-sizing: border-box;
}



.s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
      position: relative;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  margin: 0 !important;
  overflow: visible;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add background color handling */
  
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-551d10e8-817f-44b5-a4e0-e81b02e6750a .shogun-image-content {
  
    justify-content: center;
  
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image {
  box-sizing: border-box;
}



.s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container {
      position: relative;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-551d10e8-817f-44b5-a4e0-e81b02e6750a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-61045fb9-6ecc-4609-b2db-57d092e55e53 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-61045fb9-6ecc-4609-b2db-57d092e55e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61045fb9-6ecc-4609-b2db-57d092e55e53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba985e90-ed43-473b-97f0-50ebb43a9c35 {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-ba985e90-ed43-473b-97f0-50ebb43a9c35 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-167a0f29-2b1a-4083-9d44-10a8ea2481b0 {
  margin-left: auto;
margin-right: auto;
}

#s-08836fd6-033c-4daa-a5a1-d3b6f5861f35 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-677c1bde-7320-4585-8498-577d11ef95d6 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-677c1bde-7320-4585-8498-577d11ef95d6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-677c1bde-7320-4585-8498-577d11ef95d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-677c1bde-7320-4585-8498-577d11ef95d6-root {
    text-align: left;
  }


#s-677c1bde-7320-4585-8498-577d11ef95d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-677c1bde-7320-4585-8498-577d11ef95d6-root {
    text-align: left;
  }


#s-677c1bde-7320-4585-8498-577d11ef95d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-677c1bde-7320-4585-8498-577d11ef95d6-root {
    text-align: left;
  }


#s-677c1bde-7320-4585-8498-577d11ef95d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-677c1bde-7320-4585-8498-577d11ef95d6-root {
    text-align: left;
  }


#s-677c1bde-7320-4585-8498-577d11ef95d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-677c1bde-7320-4585-8498-577d11ef95d6-root {
    text-align: left;
  }


#s-677c1bde-7320-4585-8498-577d11ef95d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin: 0 !important;
  overflow: visible;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add background color handling */
  
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843115ce-c4b7-416b-b526-fa48d97de047 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image {
  box-sizing: border-box;
}



.s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  
}


@media (min-width: 1200px){#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin: 0 !important;
  overflow: visible;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add background color handling */
  
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843115ce-c4b7-416b-b526-fa48d97de047 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image {
  box-sizing: border-box;
}



.s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin: 0 !important;
  overflow: visible;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add background color handling */
  
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843115ce-c4b7-416b-b526-fa48d97de047 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image {
  box-sizing: border-box;
}



.s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin: 0 !important;
  overflow: visible;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add background color handling */
  
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843115ce-c4b7-416b-b526-fa48d97de047 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image {
  box-sizing: border-box;
}



.s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  
}


}@media (max-width: 767px){#s-843115ce-c4b7-416b-b526-fa48d97de047 {
  margin: 0 !important;
  overflow: visible;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843115ce-c4b7-416b-b526-fa48d97de047 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add background color handling */
  
}

#s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843115ce-c4b7-416b-b526-fa48d97de047 .shogun-image-content {
  
    justify-content: center;
  
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843115ce-c4b7-416b-b526-fa48d97de047.shogun-image {
  box-sizing: border-box;
}



.s-843115ce-c4b7-416b-b526-fa48d97de047 img.shogun-image {
  
}


}
#s-66ca9f4d-0e96-44d0-a8aa-622e9b2ba53d {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-66ca9f4d-0e96-44d0-a8aa-622e9b2ba53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66ca9f4d-0e96-44d0-a8aa-622e9b2ba53d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aad99f6-ff53-4167-a858-a48c859d537a {
  margin-bottom: 5px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}

#s-0aad99f6-ff53-4167-a858-a48c859d537a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-be1eeadc-d6a1-4a04-b406-565a138ff6be {
  margin-left: auto;
margin-right: auto;
}

#s-9ecbbb06-9331-43c7-9815-21119de22a5c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 50px;
max-width: 400px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092-root {
    text-align: left;
  }


#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092-root {
    text-align: left;
  }


#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092-root {
    text-align: left;
  }


#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092-root {
    text-align: left;
  }


#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092-root {
    text-align: left;
  }


#s-32047f6d-bb7f-4eee-96ff-ca3b3e6c7092.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-ac444acd-abc8-46cc-983a-063f89eb61d1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ac444acd-abc8-46cc-983a-063f89eb61d1 {
  display: none;
}
#s-ac444acd-abc8-46cc-983a-063f89eb61d1, #wrap-s-ac444acd-abc8-46cc-983a-063f89eb61d1, #wrap-content-s-ac444acd-abc8-46cc-983a-063f89eb61d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac444acd-abc8-46cc-983a-063f89eb61d1 {
  display: none;
}
#s-ac444acd-abc8-46cc-983a-063f89eb61d1, #wrap-s-ac444acd-abc8-46cc-983a-063f89eb61d1, #wrap-content-s-ac444acd-abc8-46cc-983a-063f89eb61d1 { display: none !important; }}







#s-ac444acd-abc8-46cc-983a-063f89eb61d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac444acd-abc8-46cc-983a-063f89eb61d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70985ace-46da-4b81-adb6-898dc3bc82f6 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 1600px;
text-align: left;
}

#s-70985ace-46da-4b81-adb6-898dc3bc82f6 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-6871d9ec-b42c-45a4-a276-968274eab781 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-6871d9ec-b42c-45a4-a276-968274eab781"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6871d9ec-b42c-45a4-a276-968274eab781"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6871d9ec-b42c-45a4-a276-968274eab781"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6871d9ec-b42c-45a4-a276-968274eab781"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 560px;
aspect-ratio: 750/535;
text-align: center;
}
}
#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image {
  box-sizing: border-box;
}



.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image {
  box-sizing: border-box;
}



.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image {
  box-sizing: border-box;
}



.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image {
  box-sizing: border-box;
}



.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image {
  box-sizing: border-box;
}



.s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container {
      position: relative;
    }

    .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a163bbd-a7ce-4033-bb51-6a2d56d0bce1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-5eeb02f8-0d97-4087-8dcf-d52a9f60147b {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-5eeb02f8-0d97-4087-8dcf-d52a9f60147b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5eeb02f8-0d97-4087-8dcf-d52a9f60147b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12c0d10b-727a-40f6-8aed-db6768544eac {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-12c0d10b-727a-40f6-8aed-db6768544eac {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-12c0d10b-727a-40f6-8aed-db6768544eac .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-12c0d10b-727a-40f6-8aed-db6768544eac .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-39b83f95-64df-4adb-8427-caa2aef9cca8 {
  margin-left: auto;
margin-right: auto;
}

#s-65b6c008-4d36-46c2-a760-8027f5e043b6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e {
  margin-bottom: 5%;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e-root {
    text-align: left;
  }


#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e-root {
    text-align: left;
  }


#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e-root {
    text-align: left;
  }


#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e-root {
    text-align: left;
  }


#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e-root {
    text-align: left;
  }


#s-ee7d6aad-a3ce-4d80-b5de-067f6755b31e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin-top: 20px;
max-width: 560px;
text-align: center;
}
@media (max-width: 767px){#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin-top: 20px;
aspect-ratio: 750/535;
text-align: center;
}
}
#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image {
  box-sizing: border-box;
}



.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image {
  box-sizing: border-box;
}



.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image {
  box-sizing: border-box;
}



.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image {
  box-sizing: border-box;
}



.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }




.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image {
  box-sizing: border-box;
}



.s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container {
      position: relative;
    }

    .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9a256d0-6241-4d09-92ae-3a00a3c9147d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-ac834285-6732-4e9a-af7e-89f5ddd474d8 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-ac834285-6732-4e9a-af7e-89f5ddd474d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac834285-6732-4e9a-af7e-89f5ddd474d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc1ccd0d-75ce-4965-859c-a0ea6111da83 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-dc1ccd0d-75ce-4965-859c-a0ea6111da83 {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-dc1ccd0d-75ce-4965-859c-a0ea6111da83 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-dc1ccd0d-75ce-4965-859c-a0ea6111da83 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-eb864386-ee8e-4930-a4d2-454e6f699d07 {
  margin-left: auto;
margin-right: auto;
}

#s-39428471-77ec-48f3-ac11-6a686833725a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6 {
  margin-bottom: 5%;
padding-bottom: 10px;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-61f6a618-a91d-4b79-ac82-95f2b0f265d6-root {
    text-align: left;
  }


#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61f6a618-a91d-4b79-ac82-95f2b0f265d6-root {
    text-align: left;
  }


#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61f6a618-a91d-4b79-ac82-95f2b0f265d6-root {
    text-align: left;
  }


#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61f6a618-a91d-4b79-ac82-95f2b0f265d6-root {
    text-align: left;
  }


#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61f6a618-a91d-4b79-ac82-95f2b0f265d6-root {
    text-align: left;
  }


#s-61f6a618-a91d-4b79-ac82-95f2b0f265d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin-top: 20px;
max-width: 750px;
text-align: center;
}
@media (max-width: 767px){#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin-top: 20px;
max-width: 750px;
aspect-ratio: 750/535;
text-align: center;
}
}
#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image {
  box-sizing: border-box;
}



.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image {
  box-sizing: border-box;
}



.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image {
  box-sizing: border-box;
}



.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image {
  box-sizing: border-box;
}



.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  margin: 0 !important;
  overflow: visible;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add background color handling */
  
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shg-image-content-wrapper {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }

    #s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-link {
      aspect-ratio: 750/535;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }




.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image {
  box-sizing: border-box;
}



.s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04ed2f9f-3145-4568-81f1-e5735f519ed0 {
      --shg-aspect-ratio: calc(750/535); 
    }

    .s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container {
      position: relative;
    }

    .s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04ed2f9f-3145-4568-81f1-e5735f519ed0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04ed2f9f-3145-4568-81f1-e5735f519ed0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-80fd62b4-3be9-4d97-a49c-fe624962988b {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 50px;
}








#s-80fd62b4-3be9-4d97-a49c-fe624962988b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80fd62b4-3be9-4d97-a49c-fe624962988b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e18f3559-806c-48ee-b08d-46cb4c0aad91 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 1%;
text-align: left;
}
@media (max-width: 767px){#s-e18f3559-806c-48ee-b08d-46cb4c0aad91 {
  padding-top: 10px;
padding-right: 0%;
}
}
#s-e18f3559-806c-48ee-b08d-46cb4c0aad91 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-e18f3559-806c-48ee-b08d-46cb4c0aad91 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-3dfc4e5b-fac3-4ab9-ac51-e8bc1e82373c {
  margin-left: auto;
margin-right: auto;
}

#s-8575a3bb-5db3-455b-a55e-85e359796f31 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
max-width: 250px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff:hover {border-radius: 50px !important;
background-color: rgba(1, 1, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff {
  margin-bottom: 5%;
border-radius: 50px;
max-width: 100%;
letter-spacing: 2px;
}
}

  #s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff-root {
    text-align: left;
  }


#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff-root {
    text-align: left;
  }


#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff-root {
    text-align: left;
  }


#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff-root {
    text-align: left;
  }


#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff-root {
    text-align: left;
  }


#s-abf3b15b-fcea-42e5-adb4-987b00f2a7ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-86ae47ed-1736-4911-98d3-33b4d51e214e {
  min-height: 50px;
}








#s-86ae47ed-1736-4911-98d3-33b4d51e214e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86ae47ed-1736-4911-98d3-33b4d51e214e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b {
  display: none;
}
#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b, #wrap-s-b318fc18-b877-4bf0-afd6-8d91893d9e7b, #wrap-content-s-b318fc18-b877-4bf0-afd6-8d91893d9e7b { display: none !important; }}@media (max-width: 767px){#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b {
  display: none;
}
#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b, #wrap-s-b318fc18-b877-4bf0-afd6-8d91893d9e7b, #wrap-content-s-b318fc18-b877-4bf0-afd6-8d91893d9e7b { display: none !important; }}







#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b318fc18-b877-4bf0-afd6-8d91893d9e7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 {
  max-width: 3840px;
aspect-ratio: 3840/1600;
text-align: center;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-87215d91-f46d-400f-b967-02ef56198a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
  box-sizing: border-box;
}



.s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87215d91-f46d-400f-b967-02ef56198a83 {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
      position: relative;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

@media (min-width: 1200px){#s-87215d91-f46d-400f-b967-02ef56198a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-87215d91-f46d-400f-b967-02ef56198a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
  box-sizing: border-box;
}



.s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87215d91-f46d-400f-b967-02ef56198a83 {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
      position: relative;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87215d91-f46d-400f-b967-02ef56198a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-87215d91-f46d-400f-b967-02ef56198a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
  box-sizing: border-box;
}



.s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87215d91-f46d-400f-b967-02ef56198a83 {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
      position: relative;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87215d91-f46d-400f-b967-02ef56198a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-87215d91-f46d-400f-b967-02ef56198a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
  box-sizing: border-box;
}



.s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87215d91-f46d-400f-b967-02ef56198a83 {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
      position: relative;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (max-width: 767px){#s-87215d91-f46d-400f-b967-02ef56198a83 {
  margin: 0 !important;
  overflow: visible;
}

#s-87215d91-f46d-400f-b967-02ef56198a83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87215d91-f46d-400f-b967-02ef56198a83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add background color handling */
  
}

#s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }

    #s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-link {
      aspect-ratio: 3840/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87215d91-f46d-400f-b967-02ef56198a83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-87215d91-f46d-400f-b967-02ef56198a83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image {
  box-sizing: border-box;
}



.s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87215d91-f46d-400f-b967-02ef56198a83 {
      --shg-aspect-ratio: calc(3840/1600); 
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container {
      position: relative;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87215d91-f46d-400f-b967-02ef56198a83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}
#s-65cc789b-5cd3-4123-ae9b-336eca915737 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0%;
}

#s-d785ec5b-ffa2-4587-807b-eda819de3b11 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-d785ec5b-ffa2-4587-807b-eda819de3b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d785ec5b-ffa2-4587-807b-eda819de3b11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0746f7eb-4487-4dd2-b0cb-c0b0a19c2426 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16:active {border-radius: 1px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16-root {
    text-align: center;
  }


#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16-root {
    text-align: center;
  }


#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16-root {
    text-align: center;
  }


#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16-root {
    text-align: center;
  }


#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16-root {
    text-align: center;
  }


#s-bb006dbc-f7cc-40ee-ab0c-fd17ba643e16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  inline-block ;
}
}
#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a {
  display: none;
}
#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a, #wrap-s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a, #wrap-content-s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a {
  display: none;
}
#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a, #wrap-s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a, #wrap-content-s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a { display: none !important; }}







#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa297fe3-98be-4eb6-a1c8-e1f9e61cb57a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin-top: 0%;
margin-bottom: 0%;
max-width: 780px;
aspect-ratio: 780/1200;
text-align: center;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
  box-sizing: border-box;
}



.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
      position: relative;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

@media (min-width: 1200px){#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
  box-sizing: border-box;
}



.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
      position: relative;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
  box-sizing: border-box;
}



.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
      position: relative;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
  box-sizing: border-box;
}



.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
      position: relative;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}@media (max-width: 767px){#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }

    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-link {
      aspect-ratio: 780/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 780px;
  }



  img.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
    
    
    
    max-height: 780px;
  }


.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image {
  box-sizing: border-box;
}



.s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 {
      --shg-aspect-ratio: calc(780/1200); 
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container {
      position: relative;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06441e9-fab5-40c7-af4b-9d8e4a31b704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 780px;
    }
  }

}
#s-a78bada1-5b7a-4fae-942a-2b113d6f0b22 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-a78bada1-5b7a-4fae-942a-2b113d6f0b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a78bada1-5b7a-4fae-942a-2b113d6f0b22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f529900-da50-4420-b0bb-8e6f1846353c {
  margin-top: 5px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6f529900-da50-4420-b0bb-8e6f1846353c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 5px;
}
}
#s-6f529900-da50-4420-b0bb-8e6f1846353c .shogun-heading-component h2 {
  color: rgba(237, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-6f529900-da50-4420-b0bb-8e6f1846353c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Sora";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}


}
#s-d23c6990-2cb7-4ccf-bc2b-866dade617ee {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d23c6990-2cb7-4ccf-bc2b-866dade617ee {
  margin-bottom: 20px;
}
}
#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05:hover {border-radius: 50px !important;
background-color: rgba(237, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 50px;
letter-spacing: 2px;
}
#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}}

  #s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05-root {
    text-align: center;
  }


#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05-root {
    text-align: center;
  }


#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05-root {
    text-align: center;
  }


#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05-root {
    text-align: center;
  }


#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Sora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05-root {
    text-align: center;
  }


#s-f21d53bc-00ea-4765-8f3c-ab86d9e9ae05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Sora;
  display:  block ;
}
}
#s-050a246d-4080-4c0c-86c0-e82f10673538 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-050a246d-4080-4c0c-86c0-e82f10673538 {
  display: none;
}
#s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-content-s-050a246d-4080-4c0c-86c0-e82f10673538 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-050a246d-4080-4c0c-86c0-e82f10673538 {
  display: none;
}
#s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-content-s-050a246d-4080-4c0c-86c0-e82f10673538 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-050a246d-4080-4c0c-86c0-e82f10673538 {
  display: none;
}
#s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-content-s-050a246d-4080-4c0c-86c0-e82f10673538 { display: none !important; }}@media (max-width: 767px){#s-050a246d-4080-4c0c-86c0-e82f10673538 {
  display: none;
}
#s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-s-050a246d-4080-4c0c-86c0-e82f10673538, #wrap-content-s-050a246d-4080-4c0c-86c0-e82f10673538 { display: none !important; }}







#s-050a246d-4080-4c0c-86c0-e82f10673538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-050a246d-4080-4c0c-86c0-e82f10673538.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d0fcf1a-5020-47a7-86dd-1472843a5051 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1d0fcf1a-5020-47a7-86dd-1472843a5051 {
  display: none;
}
#s-1d0fcf1a-5020-47a7-86dd-1472843a5051, #wrap-s-1d0fcf1a-5020-47a7-86dd-1472843a5051, #wrap-content-s-1d0fcf1a-5020-47a7-86dd-1472843a5051 { display: none !important; }}@media (max-width: 767px){#s-1d0fcf1a-5020-47a7-86dd-1472843a5051 {
  display: none;
}
#s-1d0fcf1a-5020-47a7-86dd-1472843a5051, #wrap-s-1d0fcf1a-5020-47a7-86dd-1472843a5051, #wrap-content-s-1d0fcf1a-5020-47a7-86dd-1472843a5051 { display: none !important; }}







#s-1d0fcf1a-5020-47a7-86dd-1472843a5051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d0fcf1a-5020-47a7-86dd-1472843a5051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7b46035-415a-4a8a-aaf2-7c71dbfbc1a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 525px;
aspect-ratio: 3772/937;
text-align: center;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-04b20588-917b-454e-82c4-41c4337473c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
  box-sizing: border-box;
}



.s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04b20588-917b-454e-82c4-41c4337473c6 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
      position: relative;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

@media (min-width: 1200px){#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-04b20588-917b-454e-82c4-41c4337473c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
  box-sizing: border-box;
}



.s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04b20588-917b-454e-82c4-41c4337473c6 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
      position: relative;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-04b20588-917b-454e-82c4-41c4337473c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
  box-sizing: border-box;
}



.s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04b20588-917b-454e-82c4-41c4337473c6 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
      position: relative;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-04b20588-917b-454e-82c4-41c4337473c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
  box-sizing: border-box;
}



.s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04b20588-917b-454e-82c4-41c4337473c6 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
      position: relative;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (max-width: 767px){#s-04b20588-917b-454e-82c4-41c4337473c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-04b20588-917b-454e-82c4-41c4337473c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04b20588-917b-454e-82c4-41c4337473c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04b20588-917b-454e-82c4-41c4337473c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-04b20588-917b-454e-82c4-41c4337473c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image {
  box-sizing: border-box;
}



.s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-04b20588-917b-454e-82c4-41c4337473c6 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container {
      position: relative;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04b20588-917b-454e-82c4-41c4337473c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}
#s-1868c14b-490a-43e1-ba5d-76a209bc4acc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 525px;
aspect-ratio: 3772/937;
text-align: center;
}
@media (min-width: 1200px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  display: none;
}
#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2, #wrap-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2, #wrap-content-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  display: none;
}
#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2, #wrap-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2, #wrap-content-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 { display: none !important; }}
#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
  box-sizing: border-box;
}



.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
      position: relative;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

@media (min-width: 1200px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
  box-sizing: border-box;
}



.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
      position: relative;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
  box-sizing: border-box;
}



.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
      position: relative;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
  box-sizing: border-box;
}



.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
      position: relative;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}@media (max-width: 767px){#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 525px;
  }



  img.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
    
    
    
    max-height: 525px;
  }


.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image {
  box-sizing: border-box;
}



.s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container {
      position: relative;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3428d49e-77c3-49ab-a0ed-e41c84aa3fb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 525px;
    }
  }

}
#s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29 {
  display: none;
}
#s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29, #wrap-s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29, #wrap-content-s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29 {
  display: none;
}
#s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29, #wrap-s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29, #wrap-content-s-f3d8a0da-00ce-49c4-8ab7-babff0c52a29 { display: none !important; }}
#s-6140a937-e48e-4424-be7a-605caf492927 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10%;
padding-left: 4%;
padding-bottom: 10%;
padding-right: 4%;
min-height: 50px;
max-width: 1600px;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-6140a937-e48e-4424-be7a-605caf492927 {
  display: none;
}
#s-6140a937-e48e-4424-be7a-605caf492927, #wrap-s-6140a937-e48e-4424-be7a-605caf492927, #wrap-content-s-6140a937-e48e-4424-be7a-605caf492927 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6140a937-e48e-4424-be7a-605caf492927 {
  display: none;
}
#s-6140a937-e48e-4424-be7a-605caf492927, #wrap-s-6140a937-e48e-4424-be7a-605caf492927, #wrap-content-s-6140a937-e48e-4424-be7a-605caf492927 { display: none !important; }}







#s-6140a937-e48e-4424-be7a-605caf492927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6140a937-e48e-4424-be7a-605caf492927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 300px;
aspect-ratio: 3772/937;
text-align: center;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin: 0 !important;
  overflow: visible;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add background color handling */
  
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
  box-sizing: border-box;
}



.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
      position: relative;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin: 0 !important;
  overflow: visible;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add background color handling */
  
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
  box-sizing: border-box;
}



.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
      position: relative;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin: 0 !important;
  overflow: visible;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add background color handling */
  
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
  box-sizing: border-box;
}



.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
      position: relative;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin: 0 !important;
  overflow: visible;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add background color handling */
  
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
  box-sizing: border-box;
}



.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
      position: relative;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  margin: 0 !important;
  overflow: visible;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add background color handling */
  
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }

    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-link {
      aspect-ratio: 3772/937;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image {
  box-sizing: border-box;
}



.s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 {
      --shg-aspect-ratio: calc(3772/937); 
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container {
      position: relative;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90fafe68-61bb-41ae-a475-fa77d71f8b79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-4d5ad4d1-7005-4263-b1ca-c4bc8e374b51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

/*
  $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;
  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;
}
